cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rl.c if_rlreg.h
Pyun YongHyeon
yongari at FreeBSD.org
Tue Jul 24 01:24:03 UTC 2007
yongari 2007-07-24 01:24:03 UTC
FreeBSD src repository
Modified files:
sys/dev/re if_re.c
sys/pci if_rl.c if_rlreg.h
Log:
Add MSI support.
Ever since switching to adaptive polling re(4) occasionally spews
watchdog timeouts on systems with MSI capability. This change is
minimal one for supporting MSI and re(4) also needs MSIX support
for RTL8111C in future. Because softc structure of re(4) is shared
with rl(4), rl(4) was touched to use the modified softc.
Reported by: cnst
Tested by: cnst
Approved by: re (kensmith)
Revision Changes Path
1.92 +80 -15 src/sys/dev/re/if_re.c
1.170 +8 -8 src/sys/pci/if_rl.c
1.67 +5 -2 src/sys/pci/if_rlreg.h
More information about the cvs-src
mailing list