diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2003-03-20 10:18:01 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2003-03-20 10:18:01 +0000 |
| commit | 0b86d93fe6d1107f5b6ac40c578faf8515b040db (patch) | |
| tree | bdee8da8963869187cc83b165f101f12f094accf | |
| parent | 85bebbc156e23d6029e0824d782260830025a611 (diff) | |
Notes
| -rw-r--r-- | sys/powerpc/powermac/macio.c | 6 |
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 } }; /* |
