summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/powermac/macio.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c
index 016643e..7c77241 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 }
};
/*
OpenPOWER on IntegriCloud