diff options
| author | nisimura <nisimura@NetBSD.org> | 2007-10-22 10:33:03 +0000 |
|---|---|---|
| committer | nisimura <nisimura@NetBSD.org> | 2007-10-22 10:33:03 +0000 |
| commit | 2f67a4906659bf5fa51ff12fae327a4e17393ebb (patch) | |
| tree | 0dcc1000625d12fdd55202719a7a2033805cfca8 /sys/dev | |
| parent | 2839aa3fd49d92efcd4d5f8257fc9e65ff864c74 (diff) | |
PCI ID 10b5.9030 and 10b5.5201 are for PLX I/O accelerator product
model 9030 and 9050/9052. They work a functional bridge to host
any kind of I/O devices. The exact product type can be identified
via VPD (vital product ID) PCI configuration registers if they are
programmed by the particular PLX I/O accelerator applications.
Otherwise, it's not possible to distinguish which kind of function
is implemented inside.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index cd763b902f1..2c15f337d0a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.905 2007/10/14 00:40:17 xtraeme Exp $ +$NetBSD: pcidevs,v 1.906 2007/10/22 10:33:03 nisimura Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -3117,8 +3117,8 @@ product PLANEX FNW_3603_TX 0xab06 FNW-3603-TX 10/100 Ethernet product PLANEX FNW_3800_TX 0xab07 FNW-3800-TX 10/100 Ethernet /* PLX Technology products */ -product PLX 9030 0x9030 9030 Modem 4 port -product PLX 9050 0x9030 9030 Modem 4 port V92 +product PLX 9030 0x9030 9030 I/O Accelrator +product PLX 9050 0x5201 9050 I/O Accelrator product PLX 9054 0x9054 9054 I/O Accelerator product PLX 9060ES 0x906e 9060ES PCI bus controller product PLX 9656 0x9656 9656 I/O Accelerator |
