Date: Thu, 27 Mar 2003 15:24:08 -0800 (PST) From: Nate Lawson <nate@root.org> To: current@freebsd.org Subject: Updated pci/if_* attach patches Message-ID: <Pine.BSF.4.21.0303271519390.30498-100000@root.org>
next in thread | raw e-mail | index | archive | help
I have made the following updates and these should be the versions that will be committed (modulo any bugs people may find). * Move bus_setup_intr to after ether_ifattach. This removes the need for any locking in *_attach because interrupts, even if shared, will not be delivered until *_intr is hooked. * Add bus_child_present check to calls to *_stop in the detach method for devices that have children (i.e. miibus). If you have one of these ethernet cards, please test the patches found at: http://www.root.org/~nate/freebsd/if-diffs/ Thanks, Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0303271519390.30498-100000>