diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-11-09 01:56:17 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-11-09 01:56:17 +0000 |
commit | 9839f4e847db0d227f2308b4f665d37f8371d0cb (patch) | |
tree | 456c270a7cf3d7a37141e81723ced3446569e037 /sys/dev/pci/pcidevs | |
parent | 587cf4531c0a61c8916974ba39be9672e0b22f39 (diff) |
Add Exar UARTs XR17C152, XR17C154 and XR17C158.
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 4fe3ee31da6..66e6142a731 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1289 2007/11/07 05:49:05 brad Exp $ +$OpenBSD: pcidevs,v 1.1290 2007/11/09 01:56:16 fgsch Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -225,6 +225,7 @@ vendor NETGEAR 0x1385 Netgear vendor MOXA 0x1393 Moxa vendor LEVEL1 0x1394 Level 1 vendor HIFN 0x13a3 Hifn +vendor EXAR 0x13a8 Exar vendor 3WARE 0x13c1 3ware vendor ABOCOM 0x13d1 Abocom vendor SUNDANCE 0x13f0 Sundance @@ -1573,6 +1574,11 @@ product EQUINOX SST16C 0x80C8 SST-16P product EQUINOX SST4 0x8888 SST-4p product EQUINOX SST8 0x9090 SST-8p +/* Exar products */ +product EXAR XR17C152 0x0152 XR17C152 +product EXAR XR17C154 0x0154 XR17C154 +product EXAR XR17C158 0x0158 XR17C158 + /* FORE products */ product FORE PCA200 0x0210 ATM PCA-200 product FORE PCA200E 0x0300 ATM PCA-200e |