diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1996-09-06 09:21:48 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1996-09-06 09:21:48 +0000 |
commit | 851790dd27db3515dbb62c9c99c1c4845b529154 (patch) | |
tree | ce3f0e79b3b732f3361743be5a0885269c342433 | |
parent | 8e1d470afc4af413059fdeacd30e25c1d905da6f (diff) |
Notes
-rw-r--r-- | sys/pci/pcisupport.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 79a4ad93eb994..a4b6daab1b5b5 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.35 1996/09/02 21:33:41 se Exp $ +** $Id: pcisupport.c,v 1.36 1996/09/05 21:34:12 se Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -140,6 +140,8 @@ chipset_probe (pcici_t tag, pcidi_t type) return ("Intel 82371FB PCI-ISA bridge"); case 0x12308086: return ("Intel 82371FB IDE interface"); + case 0x12508086: + return ("Intel 82439"); case 0x04061039: return ("SiS 85c501"); case 0x00081039: |