summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-06-02 09:58:17 +0000
committerrwatson <rwatson@FreeBSD.org>2009-06-02 09:58:17 +0000
commitd6cef153cd9ab9d989628f192e437d9b80642000 (patch)
treeb072c2e552049ed8371d0690981fbed14d41b740 /sys/dev
parent4a004094863695f228584bd2dd78759f39280f3d (diff)
downloadFreeBSD-src-d6cef153cd9ab9d989628f192e437d9b80642000.zip
FreeBSD-src-d6cef153cd9ab9d989628f192e437d9b80642000.tar.gz
Add support for the four PUC serial interfaces found on IBM SurePOS 300
series POS terminals. MFC after: 3 days Submitted by: Marc Balmer <marc at msys.ch>
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/puc/pucdata.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 4d42a04..07f603d 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -234,6 +234,17 @@ const struct puc_cfg puc_pci_devices[] = {
},
/*
+ * IBM SurePOS 300 Series (481033H) serial ports
+ * Details can be found on the IBM RSS websites
+ */
+
+ { 0x1014, 0x0297, 0xffff, 0,
+ "IBM SurePOS 300 Series (481033H) serial ports",
+ DEFAULT_RCLK,
+ PUC_PORT_4S, 0x10, 4, 0
+ },
+
+ /*
* SIIG Boards.
*
* SIIG provides documentation for their boards at:
OpenPOWER on IntegriCloud