Date: Fri, 20 May 2005 12:37:17 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwohci_pci.c fwohcireg.h Message-ID: <200505201237.j4KCbHOm034250@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-05-20 12:37:17 UTC FreeBSD src repository Modified files: sys/dev/firewire fwohci_pci.c fwohcireg.h Log: Recognize the integrated (though not necessarily enabled) FireWire controllers of Sun PCIO-2 chips which are used onboard in most of the newer PCI-based sun4u machines (cosmetic change as they were also already probed as generic FWOHCI without this). As with gem(4), hme(4) and ohci(4) detect whether their intpin register is valid and correct it if necessary, i.e. set the respective IVAR to the right value for allocating the IRQ resource, as some of them come up having it set to 0 (in fact in all machines I'm currently aware of the FireWire part being enabled). This fixes attaching affected controllers. Apporved by: simokawa Tested by: Michiel Boland <michiel@boland.org> MFC after: 1 month Revision Changes Path 1.52 +12 -0 src/sys/dev/firewire/fwohci_pci.c 1.22 +2 -0 src/sys/dev/firewire/fwohcireg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505201237.j4KCbHOm034250>