diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2007-03-28 18:56:27 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2007-03-28 18:56:27 +0000 |
| commit | 747bef5b8535cf255b397379adc4e4bc6050def1 (patch) | |
| tree | c8ae5a39e65fa90b8766fcd0094858b7f4662974 /sys/dev/sio/sio_pci.c | |
| parent | 2872a3cdfee2be5ba6cd61c388cc7d1c82cd67f3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
| -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 459baa169366..4a8407b0fc73 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 |
