summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-04-18 04:44:28 +0000
committerbde <bde@FreeBSD.org>2004-04-18 04:44:28 +0000
commit7a9f01be2c4aec20fb6cb24612f676b1cc0be389 (patch)
treeaa5c717ab9cd8cad75dbd45d73b6c277b43e47be /sys/dev/puc
parent61c930ed5023e2d8a94b37adc755b21775896f09 (diff)
downloadFreeBSD-src-7a9f01be2c4aec20fb6cb24612f676b1cc0be389.zip
FreeBSD-src-7a9f01be2c4aec20fb6cb24612f676b1cc0be389.tar.gz
Fixed a style bug (insertion sort error) in rev.1.29. This file should
be sorted in the same order as misc/pci_vendors (on vendor/device id), and already partly is.
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index bda5049..3b3974a 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -51,6 +51,16 @@ int puc_config_win877(struct puc_softc *);
const struct puc_device_description puc_devices[] = {
+ { "Sunix SUN1889",
+ NULL,
+ { 0x0009, 0x7168, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
+ },
+ },
+
{ "Diva Serial [GSP] Multiport UART",
NULL,
{ 0x103c, 0x1048, 0x103c, 0x1282 },
@@ -1221,15 +1231,5 @@ const struct puc_device_description puc_devices[] = {
PUC_ILR_TYPE_DIGI, { 0x07, 0x47 },
},
- { "Sunix SUN1889",
- NULL,
- { 0x0009, 0x7168, 0, 0 },
- { 0xffff, 0xffff, 0, 0 },
- {
- { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
- { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
- },
- },
-
{ 0 }
};
OpenPOWER on IntegriCloud