1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Add PCI id for Quatech SSCLP-200/300 lowprofile single-port RS422/485 card.

This commit is contained in:
Poul-Henning Kamp 2003-01-31 21:11:20 +00:00
parent 13f177f7ad
commit 1b1cf40164
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110155

View File

@ -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 }
};