summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@openbsd.org>2004-05-06 17:28:18 +0000
committerpeter <peter@openbsd.org>2004-05-06 17:28:18 +0000
commit284ebb56abd6f8a09ce97208edaca66c5ab26d3a (patch)
treeee0acca68585d317349160842bb38321115713d6
parentregen (diff)
downloadwireguard-openbsd-284ebb56abd6f8a09ce97208edaca66c5ab26d3a.tar.xz
wireguard-openbsd-284ebb56abd6f8a09ce97208edaca66c5ab26d3a.zip
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.
-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},