diff options
author | stas <stas@FreeBSD.org> | 2009-01-27 09:38:44 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-01-27 09:38:44 +0000 |
commit | 5b66cc0d53742e78e265b5587f7841f9c899d031 (patch) | |
tree | c443d1e9ac9f025d5f35f52e6da8ac5a06efd360 /sys | |
parent | 4e134bba317d2d01b583b91d430c2be800a478c8 (diff) | |
download | FreeBSD-src-5b66cc0d53742e78e265b5587f7841f9c899d031.zip FreeBSD-src-5b66cc0d53742e78e265b5587f7841f9c899d031.tar.gz |
- Add support for Moxa Technologies CP-168EL/PCIe card.
Submitted by: dmarck
MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/puc/pucdata.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index a73dcf2..3546439 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -530,6 +530,12 @@ const struct puc_cfg puc_pci_devices[] = { PUC_PORT_8S, 0x18, 0, 8, }, + { 0x1393, 0x1682, 0xffff, 0, + "Moxa Technologies, CP-168EL/PCIe", + DEFAULT_RCLK * 8, + PUC_PORT_8S, 0x18, 0, 8, + }, + { 0x13a8, 0x0158, 0xffff, 0, "Cronyx Omega2-PCI", DEFAULT_RCLK * 8, |