From cfbe8cbed5a0929d9898db6a952822dc1ad93fb7 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 5 Oct 2000 18:00:56 +0000 Subject: [PATCH] - 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. --- sys/pci/pcisupport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index e5c2215c3993..d83ea3bd7d9f 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: