From 8056b6e42a09ec2b9a40e6e286accf0ed170101a Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Fri, 16 Jul 2004 13:57:23 +0000 Subject: [PATCH] Update string to show this device is the Hub-PCI bridge for ICH2, 3, 4, 5, and 6. --- sys/bus/pci/pci_pcib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/bus/pci/pci_pcib.c b/sys/bus/pci/pci_pcib.c index 413cd3ce46..b69a70a463 100644 --- a/sys/bus/pci/pci_pcib.c +++ b/sys/bus/pci/pci_pcib.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $DragonFly: src/sys/bus/pci/pci_pcib.c,v 1.1 2004/02/24 15:21:25 joerg Exp $ + * $DragonFly: src/sys/bus/pci/pci_pcib.c,v 1.2 2004/07/16 13:57:23 asmodai Exp $ */ #include @@ -193,7 +193,7 @@ pcib_match(device_t dev) case 0x24288086: return ("Intel 82801AB (ICH0) Hub to PCI bridge"); case 0x244e8086: - return ("Intel 82801BA/BAM (ICH2) Hub to PCI bridge"); + return ("Intel 82801BA/CA/DB/EB/FB (ICH2/3/4/5/6) Hub to PCI bridge"); case 0x1a318086: return ("Intel 82845 PCI-PCI (AGP) bridge"); -- 2.41.0