summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-03-20 10:18:01 +0000
committergrehan <grehan@FreeBSD.org>2003-03-20 10:18:01 +0000
commit99d692e01ffb8bb7b177b2a73a1d809bd6b6db93 (patch)
treebdee8da8963869187cc83b165f101f12f094accf /sys/powerpc
parent2bb5966d5b087a64113df73abefb606e2a9cba2e (diff)
downloadFreeBSD-src-99d692e01ffb8bb7b177b2a73a1d809bd6b6db93.zip
FreeBSD-src-99d692e01ffb8bb7b177b2a73a1d809bd6b6db93.tar.gz
- 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
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