summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-10-22 23:13:26 +0000
committerbrad <brad@openbsd.org>2005-10-22 23:13:26 +0000
commit4ec6c186f562b57d52c212a2b4e0057d7f4dc67b (patch)
tree1a280df5e1ea4cb7b47bfd224064a6a4877ff42f /sys/dev/pci/pciide.c
parent82801FBM_IDE -> 82801FBM_SATA (diff)
downloadwireguard-openbsd-4ec6c186f562b57d52c212a2b4e0057d7f4dc67b.tar.xz
wireguard-openbsd-4ec6c186f562b57d52c212a2b4e0057d7f4dc67b.zip
check for 82801FBM SATA in one more spot.
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r--sys/dev/pci/pciide.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 93171df1217..1398568dce1 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.215 2005/10/22 23:03:30 brad Exp $ */
+/* $OpenBSD: pciide.c,v 1.216 2005/10/22 23:13:26 brad Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -2113,6 +2113,7 @@ next:
sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801ER_SATA ||
sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_6300ESB_SATA ||
sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_6300ESB_SATA2 ||
+ sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801FBM_SATA ||
sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801FB_SATA ||
sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801FR_SATA ||
sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801GB_SATA_1)