summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorwilko <wilko@FreeBSD.org>2005-02-09 18:38:28 +0000
committerwilko <wilko@FreeBSD.org>2005-02-09 18:38:28 +0000
commitdf740a4ac6d209cd3edb494e1baf689f37e9effc (patch)
treeab6275dbdaa16a09fd356a7c118d07a176cc5882 /sys/dev/puc
parentcd385f1157e5d2f97ccc3eb3aec9c26bd166d31b (diff)
downloadFreeBSD-src-df740a4ac6d209cd3edb494e1baf689f37e9effc.zip
FreeBSD-src-df740a4ac6d209cd3edb494e1baf689f37e9effc.tar.gz
add support for NetMos NM9805 1284 Printer port
Submitted by: Willy Offermans <W.K.Offermans@TUe.nl> MFC after: 2 weeks
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 324d9fc..7a987d9 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -926,6 +926,15 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* NetMos 0S1P PCI: 0S, 1P */
+ { "NetMos NM9805 1284 Printer port",
+ { 0x9710, 0x9805, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
+ },
+ },
+
/*
* This is the Middle Digital, Inc. PCI-Weasel, which
* uses a PCI interface implemented in FPGA.
OpenPOWER on IntegriCloud