summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-16 04:26:46 +0000
committerimp <imp@FreeBSD.org>2002-03-16 04:26:46 +0000
commitecd8851ade7589f2fe617c84718a700105ab473a (patch)
tree9fa57a32a4345901d69ea83a41f4a8b133a914ce /sys/dev/sio/sio_pci.c
parenta38b47dc4f52546f83a5bbb50ea0f25c853e0cd5 (diff)
downloadFreeBSD-src-ecd8851ade7589f2fe617c84718a700105ab473a.zip
FreeBSD-src-ecd8851ade7589f2fe617c84718a700105ab473a.tar.gz
Add device ID for Xircom modem. Also add work around from gwk@sgi.com
to put the device into 8 bit mode a second time. This appears to have no ill effects on other devices, and appears to be necessary for the xircom modem. Submitted by: gwk@sgi.com, many others that found his patch in the archives.
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
-rw-r--r--sys/dev/sio/sio_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c
index 13715c6..6ea2930 100644
--- a/sys/dev/sio/sio_pci.c
+++ b/sys/dev/sio/sio_pci.c
@@ -74,7 +74,7 @@ static struct pci_ids pci_ids[] = {
{ 0x048011c1, "Lucent kermit based PCI Modem", 0x14 },
{ 0x95211415, "Oxford Semiconductor PCI Dual Port Serial", 0x10 },
{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
- /* { 0xXXXXXXXX, "Xircom Cardbus modem", 0x10 }, */
+ { 0x0103115d, "Xircom Cardbus modem", 0x10 },
{ 0x00000000, NULL, 0 }
};
OpenPOWER on IntegriCloud