diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-04-20 00:46:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-04-20 00:46:21 +0000 |
commit | 2e3249ac0bb20e6fccf3530d313e189225a9f6fb (patch) | |
tree | 67616622758b29aa65bd5581b1c7472f420d1c45 | |
parent | 6f830e8dbbbd0e8426394e75b9fb2457dc841be0 (diff) |
SiS 760 support from a tech@ mail from peter.galbavy at knowtion.net
ok grange@
-rw-r--r-- | sys/dev/pci/pciide.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index c3f8b9c878d..754e29591f9 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.188 2005/04/20 00:35:55 jsg Exp $ */ +/* $OpenBSD: pciide.c,v 1.189 2005/04/20 00:46:20 jsg Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -4146,6 +4146,7 @@ static struct sis_hostbr_type { {PCI_PRODUCT_SIS_751, 0x00, 6, "751", SIS_TYPE_SOUTH}, {PCI_PRODUCT_SIS_752, 0x00, 6, "752", SIS_TYPE_SOUTH}, {PCI_PRODUCT_SIS_755, 0x00, 6, "755", SIS_TYPE_SOUTH}, + {PCI_PRODUCT_SIS_760, 0x00, 6, "760", SIS_TYPE_SOUTH}, /* * From sos@freebsd.org: the 0x961 ID will never be found in real world * {PCI_PRODUCT_SIS_961, 0x00, 6, "961", SIS_TYPE_133NEW}, |