- 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.
This commit is contained in:
parent
9b9c06b091
commit
cfbe8cbed5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user