cvs commit: src/sys/pci if_sis.c if_sisreg.h
John Baldwin
jhb at FreeBSD.org
Thu Sep 29 11:52:22 PDT 2005
jhb 2005-09-29 18:52:21 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/pci if_sis.c if_sisreg.h
Log:
MFC various fixes to sis(4):
- Remove sis_unit and use device_printf() and if_printf() instead.
- Use callout_init_mtx() for the callout.
- Remove spls.
- Fix locking for ifmedia to happen in the ifmedia handlers rather than in
sis_ioctl().
Approved by: re (scottl)
Revision Changes Path
1.132.2.4 +31 -43 src/sys/pci/if_sis.c
1.33.2.1 +0 -1 src/sys/pci/if_sisreg.h
More information about the cvs-src
mailing list