]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
All boot device drivers are now lumped together in boot_drivers
authorMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:46:15 +0000 (16:46 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:46:15 +0000 (16:46 +0000)
src/arch/i386/scripts/i386.lds

index 6888da364a910464299c04204813ec21e9d28c31..fc44683a0772e3d9e774067db31bdbd66f8b852d 100644 (file)
@@ -142,12 +142,9 @@ SECTIONS {
        *(.data.*)
 
        /* Various tables */
-       pci_drivers = .;
-       *(.drivers.pci)
-       pci_drivers_end = .;
-       isa_drivers = .;
-       *(.drivers.isa)
-       isa_drivers_end = .;
+       boot_drivers = .;
+       *(.boot_drivers)
+       boot_drivers_end = .;
        console_drivers = .;
        *(.drivers.console)
        console_drivers_end = .;