diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-08 19:53:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-08 19:53:29 +0000 |
commit | 69b2b3919255e177a90e4b4378b798ac33596854 (patch) | |
tree | c4fb135743208fc201d6d02049c428d12451005c | |
parent | ab92031dda1c44e4a3fe783c2e7a8d0aaa244c77 (diff) |
it is octopussy 550, not 950
-rw-r--r-- | sys/dev/pci/pucdata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 36c29ae8db6..e304b8af400 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.14 2001/08/11 09:47:12 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.15 2001/11/08 19:53:28 mickey Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -651,7 +651,7 @@ const struct puc_device_description puc_devices[] = { /* Lava Computers Octopus-550 serial ports */ { /* "Lava Computers Octopus-550 8-port serial", */ - { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS950_0, 0, 0 }, + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS550_0, 0, 0 }, { 0xffff, 0xfffc, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, |