summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorPeter Galbavy <peter@cvs.openbsd.org>2004-05-06 17:28:19 +0000
committerPeter Galbavy <peter@cvs.openbsd.org>2004-05-06 17:28:19 +0000
commit425327afd9b6d646e8a4b0367622eada6fabbf63 (patch)
tree079f235d6f47f948c7218d342da1fc320499b4d2 /sys/dev/pci/pciide.c
parent0ae802ab17e7ad5d23b3b8adbfcab13144b9352f (diff)
Add support for the SiS 741 Northbridge. ok deraadt@, grange@
Note for the archives; before this patch my ASRock K7S41 m/b would hang after booting install media without DMA disabled for the drive(s) in the BIOS.
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 a3c36fcbb75..af8015da9c8 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.165 2004/05/04 15:10:59 grange Exp $ */
+/* $OpenBSD: pciide.c,v 1.166 2004/05/06 17:28:18 peter Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -3613,6 +3613,7 @@ static struct sis_hostbr_type {
{PCI_PRODUCT_SIS_733, 0x00, 5, "733", SIS_TYPE_100NEW},
{PCI_PRODUCT_SIS_735, 0x00, 5, "735", SIS_TYPE_100NEW},
{PCI_PRODUCT_SIS_740, 0x00, 5, "740", SIS_TYPE_SOUTH},
+ {PCI_PRODUCT_SIS_741, 0x00, 6, "741", SIS_TYPE_SOUTH},
{PCI_PRODUCT_SIS_745, 0x00, 5, "745", SIS_TYPE_100NEW},
{PCI_PRODUCT_SIS_746, 0x00, 6, "746", SIS_TYPE_SOUTH},
{PCI_PRODUCT_SIS_748, 0x00, 6, "748", SIS_TYPE_SOUTH},