From 3d37f47c212bab6c5487d8a3e0491cb6b7729035 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Tue, 20 Jul 1999 07:48:13 +0000 Subject: Fix SIS 5597 define. --- sys/dev/pci/pciide.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/pciide.c') diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 2e834b7b490..0cc8229a682 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.2 1999/07/19 00:32:44 csapuntz Exp $ */ +/* $OpenBSD: pciide.c,v 1.3 1999/07/20 07:48:12 fgsch Exp $ */ /* $NetBSD: pciide.c,v 1.40 1999/07/12 13:49:38 bouyer Exp $ */ /* @@ -343,7 +343,7 @@ const struct pciide_product_desc pciide_cypress_products[] = { }; const struct pciide_product_desc pciide_sis_products[] = { - { PCI_PRODUCT_SIS_5597_IDE, + { PCI_PRODUCT_SIS_5597, 0, PCIIDE_NUM_CHANNELS, "Silicon Integrated System 5597/5598 IDE controller", -- cgit v1.2.3