diff options
| author | augustss <augustss@NetBSD.org> | 1999-05-20 09:23:08 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1999-05-20 09:23:08 +0000 |
| commit | 10713ae5ad9bc0c7ff80dc295b83acfb7e4abdce (patch) | |
| tree | e29d4bcab6036ac7e3c73631451b93e0af980bde /sys/dev | |
| parent | e4a87aa1a9147499e0fb3b8fa0e880c11624d0d4 (diff) | |
Change vendor id 0x11c1 to Lucent since that seems to be what it is now.
Add a Lucent USB controller.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index c0a3dc4db2c..7b421e6918f 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.120 1999/05/17 17:07:00 drochner Exp $ +$NetBSD: pcidevs,v 1.121 1999/05/20 09:23:08 augustss Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -466,7 +466,7 @@ vendor PYRAMID 0x11bb Pyramid Technologies vendor NETPERIPH 0x11bc Network Peripherals vendor PINNACLE 0x11bd Pinnacle Systems vendor IMI 0x11be International Microcircuts -vendor FUJITSU4 0x11c1 Fujitsu Limited (4th PCI Vendor ID) +vendor LUCENT 0x11c1 AT&T Microelectronics vendor NEC2 0x11c3 NEC (2nd PCI Vendor ID) vendor DOCTECH 0x11c4 Document Technologies vendor SHIVA 0x11c5 Shiva @@ -806,7 +806,8 @@ product FORE PCA200 0x0210 ATM PCA-200 product FORE PCA200E 0x0300 ATM PCA-200e /* Fujtsu products */ -product FUJITSU4 LTMODEM 0x0440 K56flex DSVD LTMODEM +product LUCENT LTMODEM 0x0440 K56flex DSVD LTMODEM +product LUCENT USBHC 0x5801 USB Host Controller /* Future Domain products */ product FUTUREDOMAIN TMC_18C30 0x0000 TMC-18C30 (36C70) |
