summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2009-02-12 10:39:19 +0000
committerkevlo <kevlo@FreeBSD.org>2009-02-12 10:39:19 +0000
commitb600a85653d1b5f9c7c2d53fa7cd3af385c9dce3 (patch)
treeb1da42a6c7768ca81ef50887ab4c5a7f9cc251d2 /sys
parent9770977c8f893694dc5d4e0806ce07436d3ab3c1 (diff)
downloadFreeBSD-src-b600a85653d1b5f9c7c2d53fa7cd3af385c9dce3.zip
FreeBSD-src-b600a85653d1b5f9c7c2d53fa7cd3af385c9dce3.tar.gz
Add support for the Sunix SUN1889-based dual parallel port card.
PR: kern/128219 Submitted by: Thinker K.F. Li <thinker at branda dot to>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/puc/pucdata.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 3546439..bf50d7d 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -585,6 +585,12 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_4S, 0x10, 4, 0,
},
+ { 0x1409, 0x7268, 0xffff, 0,
+ "Sunix SUN1888",
+ 0,
+ PUC_PORT_2P, 0x10, 0, 8,
+ },
+
{ 0x1409, 0x7168, 0xffff, 0,
NULL,
DEFAULT_RCLK * 8,
OpenPOWER on IntegriCloud