diff options
author | 1999-07-20 07:48:12 +0000 | |
---|---|---|
committer | 1999-07-20 07:48:12 +0000 | |
commit | 35b95907bc6975d0e9f5e766313fa0b398dd3bcb (patch) | |
tree | 7844de680d5e26bdbe7180f1838285bcb26e56a5 | |
parent | add support for "floating accent" and compose. -moj (diff) | |
download | wireguard-openbsd-35b95907bc6975d0e9f5e766313fa0b398dd3bcb.tar.xz wireguard-openbsd-35b95907bc6975d0e9f5e766313fa0b398dd3bcb.zip |
Fix SIS 5597 define.
-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", |