diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-03-31 10:14:54 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-03-31 10:14:54 +0000 |
commit | 900747f1ca42934277421374c891b791250095fe (patch) | |
tree | bf3d5162115a4a00070460296e1fa0608295e206 /sys | |
parent | 5a42afe80d6338a1bc0642cd5555825421d37b66 (diff) |
re-blacklist the via vt8251, there's still something fishy..
ok dlg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ahci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c index acbffdbea56..39be0f1cc8d 100644 --- a/sys/dev/pci/ahci.c +++ b/sys/dev/pci/ahci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahci.c,v 1.107 2007/03/31 07:42:23 dlg Exp $ */ +/* $OpenBSD: ahci.c,v 1.108 2007/03/31 10:14:53 jasper Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -418,7 +418,7 @@ static const struct ahci_device ahci_devices[] = { { PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB366, ahci_jmicron_match, ahci_jmicron_attach }, { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8251_SATA, - NULL, ahci_vt8251_attach } + ahci_no_match, ahci_vt8251_attach } }; int ahci_match(struct device *, void *, void *); |