diff options
author | jhb <jhb@FreeBSD.org> | 2008-06-06 18:45:32 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-06-06 18:45:32 +0000 |
commit | 89ebac28714b8dce44ae9bf04610ec915e0bd633 (patch) | |
tree | b4366ef731ab7b1f24493611ae302dab66ee53e8 /MAINTAINERS | |
parent | a7ed9169932600f570091db7f67266f2b20a938a (diff) | |
download | FreeBSD-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