diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-03-25 17:01:59 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-03-25 17:01:59 +0000 |
| commit | 190701a53af33ebf20018f067acfb51a3edd144d (patch) | |
| tree | 0d710b665215073402cac1bb64bb2687fcf438fc | |
| parent | 8e5649e4abe85880dfcf2138dfebeec0e0bd6902 (diff) | |
Notes
| -rw-r--r-- | sys/pci/pcisupport.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 7f29f52f98cf..2a0facdbf147 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"); |
