aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2003-03-20 10:18:01 +0000
committerPeter Grehan <grehan@FreeBSD.org>2003-03-20 10:18:01 +0000
commit0b86d93fe6d1107f5b6ac40c578faf8515b040db (patch)
treebdee8da8963869187cc83b165f101f12f094accf
parent85bebbc156e23d6029e0824d782260830025a611 (diff)
Notes
-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 016643e9431ce..7c77241e37adf 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 }
};
/*