K 10 svn:author V 3 jhb K 8 svn:date V 27 2012-10-15T15:26:00.898123Z K 7 svn:log V 353 Add locking to the adw(4) driver and mark it MPSAFE. - Use device_printf() and device_get_nameunit() instead of adw_name(). - Remove use of explicit bus space handles and tags. - Use pci_enable_busmaster() rather than frobbing the PCI command register directly. - Use the softc provided by new-bus rather than allocating a new one. Tested by: no one END