From 900747f1ca42934277421374c891b791250095fe Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Sat, 31 Mar 2007 10:14:54 +0000 Subject: re-blacklist the via vt8251, there's still something fishy.. ok dlg@ --- sys/dev/pci/ahci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/ahci.c') 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 @@ -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 *); -- cgit v1.2.3