From 432592cf252bc28f3111f7dcd81e068d0f8155c7 Mon Sep 17 00:00:00 2001 From: schulz Date: Mon, 2 Jan 2006 23:20:53 +0000 Subject: [PATCH] added base PCI class to the list of resident modules git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@23926 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-linux/exec/init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/all-linux/exec/init.c b/arch/all-linux/exec/init.c index 92d7bbab4..5d1c03ea1 100644 --- a/arch/all-linux/exec/init.c +++ b/arch/all-linux/exec/init.c @@ -72,7 +72,8 @@ extern const struct Resident Con_ROMTag, Nil_ROMTag, Ram_ROMTag, - Pci_Resident; + Pci_Resident, + PCI_ROMTag; /* This list MUST be in the correct order (priority). */ @@ -90,6 +91,7 @@ static const struct Resident *romtagList[] = &HIDDCl_ROMTag, /* ColdStart, 92 */ &UXIO_ROMTag, /* ColdStart, 91 */ #ifdef __i386__ + &PCI_ROMTag, /* ColdStart, 90 */ &Pci_Resident, /* ColdStart, 90 */ #endif &Graphics_ROMTag, /* ColdStart, 65 */ -- 2.11.4.GIT