summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-03-25 17:01:59 +0000
committerimp <imp@FreeBSD.org>2000-03-25 17:01:59 +0000
commitb92dd7d6c183bb6c2a304290415cd240fc763680 (patch)
tree31d426a271362995e27c53ff4211f428202689a7 /sys
parentb1392da76bf94a3a8d2a0c2e08231fa7803f9673 (diff)
downloadFreeBSD-src-b92dd7d6c183bb6c2a304290415cd240fc763680.zip
FreeBSD-src-b92dd7d6c183bb6c2a304290415cd240fc763680.tar.gz
Two new chips found in Steve Passe's Protoge' laptop:
Lucent 56Flex DVS LTMOTEM (winmodem and unsupported) Cinemaster C 3.0 DVD Decoder
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/pcisupport.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 7f29f52..2a0facd 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -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");
OpenPOWER on IntegriCloud