diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-06-21 04:57:59 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-06-21 04:57:59 +0000 |
commit | 2a52af28e66573a140482815c762bae088491ab9 (patch) | |
tree | 457887e2ad8abc82dc91b634d4e5215974fbd4d3 | |
parent | 490b3d9fc0e140ab62f2a29cfa2993762442a1b5 (diff) | |
download | FreeBSD-src-2a52af28e66573a140482815c762bae088491ab9.zip FreeBSD-src-2a52af28e66573a140482815c762bae088491ab9.tar.gz |
Remove Moxa CP-132EL definition (RS422/485-only board).
-rw-r--r-- | sys/dev/puc/pucdata.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index c2084f7..4040a2f 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -575,12 +575,6 @@ const struct puc_cfg puc_pci_devices[] = { PUC_PORT_8S, 0x14, 0, 0x200, }, - { 0x1393, 0x1322, 0xffff, 0, - "Moxa Technologies, Smartio CP-132EL/PCIe", - DEFAULT_RCLK * 8, - PUC_PORT_2S, 0x14, 0, 0x200, - }, - { 0x1393, 0x1680, 0xffff, 0, "Moxa Technologies, C168H/PCI", DEFAULT_RCLK * 8, |