Date: Sun, 21 Jun 2009 06:18:19 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200906210618.n5L6IZ4W047067@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-06-21 06:18:19 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: SVN rev 194570 on 2009-06-21 06:18:19Z by yongari Due to possible PCI bus lock-up issues fxp(4) didn't perform full hardware reset in attach phase. Selective reset does not clear configured parameters so I think full hardware reset is required. To prevent PCI bus lock-up, do selective reset first which will get off the controller from PCI bus and request software reset after selective reset. Software reset will unmask interrupts so disable it after the reset. Revision Changes Path 1.290 +5 -1 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906210618.n5L6IZ4W047067>