diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-05 15:02:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-05 15:02:21 +0000 |
commit | c4f4e404676ccfe7e4144d34057e78a259adeca3 (patch) | |
tree | 33e4e0fe4c43d3f6f36b5a6cf840813f8f9100d8 | |
parent | 9c9994fe445af80cbcd31ff0d3bd4b9b16fa6b1d (diff) |
fix order
-rw-r--r-- | sys/dev/pci/pucdata.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index c3633e272f7..d8254db61de 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.7 2001/03/02 09:36:22 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.8 2001/03/05 15:02:20 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -563,6 +563,15 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Koutech IOFLEX-2S PCI Dual Port Serial, port 2 */ + { /* "Koutech IOFLEX-2S PCI Dual Port Serial, port 2", */ + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_IOFLEX_2S_1, 0, 0 }, + { 0xffff, 0xfffc, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00 }, + }, + }, + /* Lava Computers Octopus-550 serial ports */ { /* "Lava Computers Octopus-550 8-port serial", */ { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS950_0, 0, 0 }, @@ -575,15 +584,6 @@ const struct puc_device_description puc_devices[] = { }, }, - /* Koutech IOFLEX-2S PCI Dual Port Serial, port 2 */ - { /* "Koutech IOFLEX-2S PCI Dual Port Serial, port 2", */ - { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_IOFLEX_2S_1, 0, 0 }, - { 0xffff, 0xfffc, 0, 0 }, - { - { PUC_PORT_TYPE_COM, 0x10, 0x00 }, - }, - }, - /* US Robotics (3Com) PCI Modems */ { /* "US Robotics (3Com) 3CP5609 PCI 16550 Modem", */ { PCI_VENDOR_USR, PCI_PRODUCT_USR_3CP5610, 0, 0 }, |