diff options
author | maxim <maxim@FreeBSD.org> | 2007-03-28 18:56:27 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-03-28 18:56:27 +0000 |
commit | 445e81a21986bac6211f59f2868a7fc9535476e1 (patch) | |
tree | c8ae5a39e65fa90b8766fcd0094858b7f4662974 /sys/dev/sio | |
parent | ed54eea1f96e8cfe9ff2b0a0fca1fee338b3c609 (diff) | |
download | FreeBSD-src-445e81a21986bac6211f59f2868a7fc9535476e1.zip FreeBSD-src-445e81a21986bac6211f59f2868a7fc9535476e1.tar.gz |
o Add MosChip 9835 PCI Dual UART PCI id.
PR: kern/110967
Submitted by: Joseph Terner
MFC after: 1 month
Diffstat (limited to 'sys/dev/sio')
-rw-r--r-- | sys/dev/sio/sio_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 459baa1..4a8407b 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -78,6 +78,7 @@ static struct pci_ids pci_ids[] = { { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 }, { 0x0103115d, "Xircom Cardbus modem", 0x10 }, { 0x432214e4, "Broadcom 802.11g/GPRS CardBus (Serial)", 0x10 }, + { 0x98359710, "MosChip MCS9835 PCI Dual UART", 0x10 }, { 0x01c0135c, "Quatech SSCLP-200/300", 0x18 /* * NB: You must mount the "SPAD" jumper to correctly detect |