summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-06-06 18:45:32 +0000
committerjhb <jhb@FreeBSD.org>2008-06-06 18:45:32 +0000
commit89ebac28714b8dce44ae9bf04610ec915e0bd633 (patch)
treeb4366ef731ab7b1f24493611ae302dab66ee53e8 /MAINTAINERS
parenta7ed9169932600f570091db7f67266f2b20a938a (diff)
downloadFreeBSD-src-89ebac28714b8dce44ae9bf04610ec915e0bd633.zip
FreeBSD-src-89ebac28714b8dce44ae9bf04610ec915e0bd633.tar.gz
- Store the device_t of the smbX device in the softc.
- Store the softc of the device in the 'si_drv1' of the cdev. - Lookup the softc via 'si_drv1' in cdev methods rather than using the minor number as a unit for devclass_get_softc(). - Lookup the device_t via the softc field in cdev methods rather than using the minor number as a unit for devclass_get_device(). - Add a mutex to the softc to protect 'sc_opened'. - Remove D_NEEDGIANT as all the smbus drivers are now MPSAFE and this driver is now MPSAFE. - Remove some checks for NULL softc pointers that can't happen and don't bzero the softc during attach.
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud