Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).

This commit is contained in:
rgrimes 1996-09-06 09:21:48 +00:00
parent bbacb62fd0
commit efc66b15ae

View File

@ -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: