Show
Ignore:
Timestamp:
10/01/08 15:10:39 (3 months ago)
Author:
uwe
Message:

Enable all available devices on the ASUS A8N-E (trivial).

This is in preparation for actually making the devices work (which needs
some extra code). Also, fix the incorrect mainboard subsystem IDs.

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Uwe Hermann <uwe@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/src/mainboard/asus/a8n_e/Options.lb

    r3622 r3625  
    147147default MAINBOARD_PART_NUMBER = "A8N-E" 
    148148default MAINBOARD_VENDOR = "ASUS" 
    149 default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID = 0x10f1 
    150 default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID = 0x2891 
     149default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID = 0x1043 
     150default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID = 0x815a 
    151151default STACK_SIZE = 8 * 1024 
    152152default HEAP_SIZE = 16 * 1024