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

/freebsd-11-stable/sys/dev/buslogic/
H A Dbt_pci.cdiff 241592 Mon Oct 15 14:24:36 MDT 2012 jhb Add locking to the bt(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.
- Return an errno value from bt_eisa_attach() if an error occurs rather
than -1.
- Use BUS_PROBE_DEFAULT rather than 0.

Tested by: no one
H A Dbt.cdiff 241592 Mon Oct 15 14:24:36 MDT 2012 jhb Add locking to the bt(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.
- Return an errno value from bt_eisa_attach() if an error occurs rather
than -1.
- Use BUS_PROBE_DEFAULT rather than 0.

Tested by: no one

Completed in 73 milliseconds