diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-07-20 07:48:13 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-07-20 07:48:13 +0000 |
commit | 3d37f47c212bab6c5487d8a3e0491cb6b7729035 (patch) | |
tree | 7cda0d84b470ac533f017307b8c6dec70f4eb538 /sys/dev/pci | |
parent | ef475e37aa2be09878c4a9476abbc5c0ebdef4b7 (diff) |
Fix SIS 5597 define.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pciide.c | 4 |
1 files changed, 2 insertions, 2 deletions
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", |