diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-01 10:10:31 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-01 10:10:31 +0000 |
| commit | fc6ffbcae9d4dedc48d8d88e164d385556b682a2 (patch) | |
| tree | 658dee37a46b93fd32d78ac10680b0e80f4908a1 /sys/pci | |
| parent | 1cca86f4e8a1c346545eb2d43e7c72d009dcb284 (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/pcisupport.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 11ceb1c5f8023..9a3e08169091d 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.58 1997/11/11 01:50:06 wollman Exp $ +** $Id: pcisupport.c,v 1.59 1998/02/24 12:15:34 sos Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -214,6 +214,16 @@ chipset_probe (pcici_t tag, pcidi_t type) return ("Intel 82371AB power management"); case 0x70308086: return ("Intel 82437VX PCI cache memory controller"); + case 0x71008086: + return ("Intel 82439TX PCI cache memory controller"); + case 0x71108086: + return ("Intel 82371AB PCI-ISA bridge"); + case 0x71118086: + return ("Intel 82371AB IDE interface"); + case 0x71128086: + return ("Intel 82371AB USB interface"); + case 0x71138086: + return ("Intel 82371AB Power management controller"); case 0x12378086: fixwsc_natoma(tag); return ("Intel 82440FX (Natoma) PCI and memory controller"); |
