Date: Tue, 27 Apr 2004 05:54:59 -0700 (PDT) From: Søren Schmidt <sos@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-pci.c Message-ID: <200404271254.i3RCsxcU041217@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2004/04/27 05:54:59 PDT FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Use pci_get_progif to decide if this is one of the primary/secondary channels. This also work when PCI native mode has been selected (patch for /sys/dev/pci/pci.c needed for that) since pci_get_progif uses the saved value for progif, not the one stored after we may have changed from legacy mode to native PCI mode. Revision Changes Path 1.82 +2 -7 src/sys/dev/ata/ata-pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404271254.i3RCsxcU041217>