diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-11-08 14:04:54 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-11-08 14:04:54 +0000 |
| commit | 1cb0b89246593dbb8d0c1b87ca70d72447f917d4 (patch) | |
| tree | c4642d1363eda72f81d4d5a9d05f5f03df5bb486 | |
| parent | 3304019f5af70fd4e7c2c1001bb12c1dfee0b626 (diff) | |
Notes
| -rw-r--r-- | sys/pci/pcisupport.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 4da15382fe2e..57fc4e10f5e0 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1335,6 +1335,8 @@ pci_chip_match(device_t dev) return ("OPTi 82C822 host to PCI Bridge"); /* Texas Instruments -- vendor 0x104c */ + case 0x8009104c: + return ("Texas Instruments TSB12LV22 OHCI IEEE 1394 Host Controller"); case 0xac1c104c: return ("Texas Instruments PCI1225 CardBus controller"); case 0xac50104c: |
