From 99d692e01ffb8bb7b177b2a73a1d809bd6b6db93 Mon Sep 17 00:00:00 2001 From: grehan Date: Thu, 20 Mar 2003 10:18:01 +0000 Subject: [PATCH] - Add PCI ID for Paddington i/o controller, used in old G3's - Add ID for the Intrepid i/o controller, used in new 12"/17" PowerBooks - put IDs in chronological order --- sys/powerpc/powermac/macio.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c index 016643e9431c..7c77241e37ad 100644 --- a/sys/powerpc/powermac/macio.c +++ b/sys/powerpc/powermac/macio.c @@ -117,9 +117,11 @@ static struct macio_pci_dev { u_int32_t mpd_devid; char *mpd_desc; } macio_pci_devlist[] = { - { 0x0025106b, "Pangea I/O Controller" }, + { 0x0017106b, "Paddington I/O Controller" }, { 0x0022106b, "KeyLargo I/O Controller" }, - { 0, NULL } + { 0x0025106b, "Pangea I/O Controller" }, + { 0x003e106b, "Intrepid I/O Controller" }, + { 0, NULL } }; /*