j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2009-01-08 16:14:33 +0100 (Thu, 08 Jan 2009) New Revision: 372
Modified: openbios-devel/drivers/pci_database.c Log: Add Heathrow Mac I/O (Aurelien Jarno)
Modified: openbios-devel/drivers/pci_database.c =================================================================== --- openbios-devel/drivers/pci_database.c 2009-01-07 17:54:25 UTC (rev 371) +++ openbios-devel/drivers/pci_database.c 2009-01-08 15:14:33 UTC (rev 372) @@ -927,6 +927,13 @@ };
static const pci_dev_t misc_pci[] = { + /* Heathrow Mac I/O */ + { + 0x106B, 0x0010, + "mac-io", "mac-io", "AAPL,343S1201", "heathrow\0", + 1, 1, 1, + &macio_config_cb, NULL, + }, /* Paddington Mac I/O */ { 0x106B, 0x0017,