diff options
| author | drochner <drochner@NetBSD.org> | 1998-04-16 19:46:03 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 1998-04-16 19:46:03 +0000 |
| commit | bfd53bac43e6ede6dfb2522502ae6fe071da50f8 (patch) | |
| tree | 7180c3f64cf9b4a6d4b84b8ddec39e7b338ceb0c /sys/dev | |
| parent | a048ee73ca6a4abba924e9cad9a52da1cedb24a5 (diff) | |
add 2 ATM chips, correct entry for Toshiba MIPS bridge
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b886828a3b3..0c9baf37919 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.55 1998/03/28 06:38:46 thorpej Exp $ +$NetBSD: pcidevs,v 1.56 1998/04/16 19:46:03 drochner Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -737,6 +737,9 @@ product IBM 0x0020 0x0020 MCA Bridge product IBM 82351 0x0022 82351 PCI-PCI Bridge product IBM 0x0036 0x0036 Miami/PCI +/* IDT products */ +product IDT 77201 0x0001 77201/77211 ATM (\"NICStAR\") + /* Integrated Micro Solutions products */ product IMS 8849 0x8849 8849 @@ -916,7 +919,8 @@ product TI PCI1131 0xac15 PCI1131 product TI PCI2030 0xac20 PCI2030 /* Toshiba products */ -product TOSHIBA R4X00 0x102f R4x00 Host-PCI Bridge +product TOSHIBA R4X00 0x0009 R4x00 Host-PCI Bridge +product TOSHIBA TC35856F 0x0020 TC35856F ATM (\"Meteor\") /* Trident products */ product TRIDENT TGUI_9320 0x9320 TGUI 9320 |
