summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-05 18:00:56 +0000
committerjhb <jhb@FreeBSD.org>2000-10-05 18:00:56 +0000
commita8dcd6dc23039a66257f3103aa9d17a9d98a6700 (patch)
treef244d330d01e4707a89c9baa49054286a0c11e84 /sys/pci
parent1e41fdc2cfcce7078deca5a11b0a94e8c9dbbfba (diff)
downloadFreeBSD-src-a8dcd6dc23039a66257f3103aa9d17a9d98a6700.zip
FreeBSD-src-a8dcd6dc23039a66257f3103aa9d17a9d98a6700.tar.gz
- Add another PCI Id for a Lucent Win Modem.
- Change the chip description to use mixed-case so it is consistent and doesn't yell at the user during boot.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index e5c2215..d83ea3b 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1337,7 +1337,8 @@ pci_chip_match(device_t dev)
/* Lucent -- Vendor 0x11c1 */
case 0x044011c1:
- return ("LUCENT K56Flex DSVD LTMODEM (winmodem, unsupported)");
+ case 0x044811c1:
+ return ("Lucent K56Flex DSVD LTModem (Win Modem, unsupported)");
/* CCUBE -- Vendor 0x123f */
case 0x8888123f:
OpenPOWER on IntegriCloud