cvs commit: src/sys/pci if_de.c if_devar.h
John Baldwin
jhb at FreeBSD.org
Wed Jul 27 13:51:02 GMT 2005
jhb 2005-07-27 13:51:01 UTC
FreeBSD src repository
Modified files:
sys/pci if_de.c if_devar.h
Log:
- Use callout_*() rather than timeout() to periodically poll the media.
- Add locking to protect the softc and mark this driver as MP safe. There
are still some edge cases with multiport cards that need more locking
work.
MFC after: 1 week
Tested on: alpha
Revision Changes Path
1.166 +149 -40 src/sys/pci/if_de.c
1.36 +7 -0 src/sys/pci/if_devar.h
More information about the cvs-src
mailing list