summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-21 17:57:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-21 17:57:24 +0000
commitba9e176e97ab40afcb0714bf6666056acd834250 (patch)
tree24b2fe7faa08d858f274e5249f7cb6b9fa9bdc81 /sys/dev/pci/pciide.c
parent901cb95fd2024e52c6b961953c9e4407bdf94c39 (diff)
82801BA is DMA, in 3 months there will be lots of these
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r--sys/dev/pci/pciide.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index f3608b551d8..276bbeee37b 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.33 2000/10/21 05:43:18 chris Exp $ */
+/* $OpenBSD: pciide.c,v 1.34 2000/10/21 17:57:23 deraadt Exp $ */
/* $NetBSD: pciide.c,v 1.48 1999/11/28 20:05:18 bouyer Exp $ */
/*
@@ -287,6 +287,10 @@ const struct pciide_product_desc pciide_intel_products[] = {
0,
piix_chip_map
},
+ { PCI_PRODUCT_INTEL_82801BA_IDE, /* Intel 82801BA IDE (ICH0) */
+ 0,
+ piix_chip_map
+ },
};
const struct pciide_product_desc pciide_amd_products[] = {