Date: Tue, 24 Jul 2007 01:24:03 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rl.c if_rlreg.h Message-ID: <200707240124.l6O1O3lq052096@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707240124.l6O1O3lq052096>