diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-04-16 17:21:13 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-04-16 17:21:13 +0000 |
commit | 3c6e7f787e9f1360925c650226ca77176d3a6f9d (patch) | |
tree | 01795ae194a6e1fafe62798ffd2c2fe64c0670e4 /sys/dev/pci/ami_pci.c | |
parent | 38021291f8eab10a90f89cfc556c8760a5abe08c (diff) |
Add SATA 8 channel.
Requested, help and tested by Travis Gillitzer, tgillitzer at gmail dot com.
Diffstat (limited to 'sys/dev/pci/ami_pci.c')
-rw-r--r-- | sys/dev/pci/ami_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ami_pci.c b/sys/dev/pci/ami_pci.c index c2450271c01..5af20e46611 100644 --- a/sys/dev/pci/ami_pci.c +++ b/sys/dev/pci/ami_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami_pci.c,v 1.22 2004/12/26 00:35:42 marco Exp $ */ +/* $OpenBSD: ami_pci.c,v 1.23 2005/04/16 17:21:12 marco Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -86,6 +86,7 @@ struct ami_pci_device { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80960RP_ATU, AMI_CHECK_SIGN | AMI_BROKEN }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID, 0 }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SATA8, 0 }, { 0 } }; |