diff options
author | jhb <jhb@FreeBSD.org> | 2011-07-08 17:45:38 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-07-08 17:45:38 +0000 |
commit | b9155e3968ec1173cdd5c485543043ab3b9616af (patch) | |
tree | bb46d417842ce28f0ea7e454eaea2aa6511dcec6 /sys/dev/uart/uart_bus_pci.c | |
parent | 01e4705d9340632cdd653fd1c1c7b5fcdf787dc6 (diff) | |
download | FreeBSD-src-b9155e3968ec1173cdd5c485543043ab3b9616af.zip FreeBSD-src-b9155e3968ec1173cdd5c485543043ab3b9616af.tar.gz |
Add device ID for the Davicom 56PDV PCI Modem.
PR: kern/75132
Submitted by: Mike Tancsa @ Sentex (older patch against puc(4))
MFC after: 1 week
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index c479022..7c5b8b3 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -83,6 +83,7 @@ static struct pci_id pci_ns8250_ids[] = { { 0x103c, 0x1290, 0xffff, 0, "HP Auxiliary Diva Serial Port", 0x18 }, { 0x11c1, 0x0480, 0xffff, 0, "Agere Systems Venus Modem (V90, 56KFlex)", 0x14 }, { 0x115d, 0x0103, 0xffff, 0, "Xircom Cardbus Ethernet + 56k Modem", 0x10 }, +{ 0x1282, 0x6585, 0xffff, 0, "Davicom 56PDV PCI Modem", 0x10 }, { 0x12b9, 0x1008, 0xffff, 0, "3Com 56K FaxModem Model 5610", 0x10 }, { 0x131f, 0x1000, 0xffff, 0, "Siig CyberSerial (1-port) 16550", 0x18 }, { 0x131f, 0x1001, 0xffff, 0, "Siig CyberSerial (1-port) 16650", 0x18 }, |