diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-31 21:11:20 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-31 21:11:20 +0000 |
| commit | 1b1cf4016478c2fa074409d5af31eb92af361e8b (patch) | |
| tree | 17f8c5ba7f721295743a4746b151686e88ca13a7 /sys/dev/sio/sio_pci.c | |
| parent | 13f177f7ad393a53e61b2d58d024766ddad63940 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
| -rw-r--r-- | sys/dev/sio/sio_pci.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 39f2f66f18ea..bf1d69906b50 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -77,6 +77,13 @@ static struct pci_ids pci_ids[] = { { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 }, { 0x0103115d, "Xircom Cardbus modem", 0x10 }, { 0x98459710, "Netmos Nm9845 PCI Bridge with Dual UART", 0x10 }, + { 0x01c0135c, "Quatech SSCLP-200/300", 0x18 + /* + * NB: You must mount the "SPAD" jumper to correctly detect + * the FIFO on the UART. Set the options on the jumpers, + * we do not support the extra registers on the Quatech. + */ + }, { 0x00000000, NULL, 0 } }; |
