mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Two new chips found in Steve Passe's Protoge' laptop:
Lucent 56Flex DVS LTMOTEM (winmodem and unsupported) Cinemaster C 3.0 DVD Decoder
This commit is contained in:
parent
8e5649e4ab
commit
190701a53a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58567
@ -1257,6 +1257,14 @@ chip_match(device_t dev)
|
||||
case 0x1978125d:
|
||||
return ("ESS Technology Maestro 2E Audio controller");
|
||||
|
||||
/* Lucent -- Vendor 0x11c1 */
|
||||
case 0x044011c1:
|
||||
return ("LUCENT K56Flex DSVD LTMODEM (winmodem, unsupported)");
|
||||
|
||||
/* CCUBE -- Vendor 0x123f */
|
||||
case 0x8888123f:
|
||||
return ("Cinemaster C 3.0 DVD Decoder");
|
||||
|
||||
/* Toshiba -- vendor 0x1179 */
|
||||
case 0x07011179:
|
||||
return ("Toshiba Fast Infra Red controller");
|
||||
|
Loading…
Reference in New Issue
Block a user