summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-12-28 15:45:38 +0000
committersobomax <sobomax@FreeBSD.org>2002-12-28 15:45:38 +0000
commit577ad013fdf19f27cd92fddfb8086ba18c3246be (patch)
tree04da36b6af10a9666b65d660147b93f3c99b599d /sys/dev/puc
parentfe7f98e604d3e64388da58649c901ca08076e0e0 (diff)
downloadFreeBSD-src-577ad013fdf19f27cd92fddfb8086ba18c3246be.zip
FreeBSD-src-577ad013fdf19f27cd92fddfb8086ba18c3246be.tar.gz
Add support for IC Book Labs Dreadnought x16 Lite.
Approved by: re
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c23
-rw-r--r--sys/dev/puc/pucvar.h2
2 files changed, 24 insertions, 1 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 47240e1..0d015f3 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -995,5 +995,28 @@ const struct puc_device_description puc_devices[] = {
},
},
+ { "IC Book Labs Dreadnought x16 Lite",
+ { 0xb00c, 0x091c, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x20, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x28, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x30, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x38, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x40, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x48, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x50, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x58, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x60, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x68, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x70, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x78, COM_FREQ },
+ },
+ },
+
{ 0 }
};
diff --git a/sys/dev/puc/pucvar.h b/sys/dev/puc/pucvar.h
index 1b89026..22f8ff3 100644
--- a/sys/dev/puc/pucvar.h
+++ b/sys/dev/puc/pucvar.h
@@ -64,7 +64,7 @@
* Author: Christopher G. Demetriou, May 14, 1998.
*/
-#define PUC_MAX_PORTS 12
+#define PUC_MAX_PORTS 16
struct puc_softc;
typedef int puc_init_t(struct puc_softc *sc);
OpenPOWER on IntegriCloud