diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-10-02 15:28:08 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-10-02 15:28:08 +0000 |
commit | a4cff07cf00f3ddad98c6d8299f53a06f6b4478b (patch) | |
tree | 4e9040d5639e8969998b3ca5340c03c2fddc1516 | |
parent | 100dd5c229f194af04fee57a140c1e460358a8b8 (diff) |
Add the IBM 4810 ("SurePOS 300 Series") SCC to support the four additional
serial ports.
-rw-r--r-- | sys/dev/pci/pucdata.c | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 3f4e70c6edb..e439a532a17 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.56 2008/08/22 01:09:08 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.57 2008/10/02 15:28:07 mbalmer Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -133,7 +133,18 @@ const struct puc_device_description puc_devices[] = { { PUC_PORT_TYPE_COM, 0x1c, 0x38, COM_FREQ }, }, }, - + /* IBM SurePOS 300 Series (481033H) serial ports */ + { /* "IBM SurePOS 300 Series (481033H) serial ports", */ + { PCI_VENDOR_IBM, PCI_PRODUCT_IBM_4810_SCC, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, /* Port C */ + { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ }, /* Port D */ + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, /* Port E */ + { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, /* Port F */ + }, + }, + /* * SIIG Boards. * |