Searched hist:241593 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_scsi.cdiff 241593 Mon Oct 15 14:29:47 MDT 2012 jhb Add locking to the dpt(4) driver and mark it MPSAFE.
- Use device_printf() and device_get_unit() instead of storing the unit
number in the softc.
- Remove use of explicit bus space handles and tags.
- Remove the global dpt_softcs list and use devclass_get_device() instead.
- Use pci_enable_busmaster() rather than frobbing the PCI command register
directly.

Tested by: no one

Completed in 114 milliseconds