cvs commit: src/sys/pci if_tl.c if_tlreg.h
John Baldwin
jhb at FreeBSD.org
Thu Sep 15 10:12:30 PDT 2005
jhb 2005-09-15 17:12:29 UTC
FreeBSD src repository
Modified files:
sys/pci if_tl.c if_tlreg.h
Log:
- Fixup locking and mark MPSAFE.
- Use callout_init_mtx() and static callouts rather than timeout().
- m_getcl() in one place to simplify the code.
Tested by: Gavin Atkinson gavin dot atkinson at ury dot york dot ac dot uk
MFC after: 1 week
Revision Changes Path
1.102 +57 -50 src/sys/pci/if_tl.c
1.22 +1 -1 src/sys/pci/if_tlreg.h
More information about the cvs-src
mailing list