- 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
This commit is contained in:
grehan 2003-03-20 10:18:01 +00:00
parent 2bb5966d5b
commit 99d692e01f

View File

@ -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 }
};
/*