diff --git a/src/mainboard/digitallogic/smartcore-p3/Config b/src/mainboard/digitallogic/smartcore-p3/Config index 91ee8d6597..b0629cd02a 100644 --- a/src/mainboard/digitallogic/smartcore-p3/Config +++ b/src/mainboard/digitallogic/smartcore-p3/Config @@ -30,7 +30,8 @@ option ZKERNEL_MASK=0x7f option L440BX=1 option SMC_BASE=0x3F0 option CONFIG_UDELAY_TSC=1 - +option CONFIG_LINUXBIOS_ENABLE_IDE=1 +option CONFIG_LINUXBIOS_LEGACY_IDE=1 object mainboard.o object irq_tables.o diff --git a/src/mainboard/digitallogic/smartcore-p3/mainboard.c b/src/mainboard/digitallogic/smartcore-p3/mainboard.c index 5bef868a69..0c4c8d20b5 100644 --- a/src/mainboard/digitallogic/smartcore-p3/mainboard.c +++ b/src/mainboard/digitallogic/smartcore-p3/mainboard.c @@ -21,7 +21,7 @@ void mainboard_fixup() // host_bridge_pcidev = pci_find_slot(0, PCI_DEVFN(0,0)); #endif #if 1 - pci_write_config_byte(nic_pcidev, 0x3c, 21); + pci_write_config_byte(nic_pcidev, 0x3c, 5); #endif #if 0 { diff --git a/util/getpir/Makefile b/util/getpir/Makefile index c093f8f415..63be3c9386 100644 --- a/util/getpir/Makefile +++ b/util/getpir/Makefile @@ -1,5 +1,5 @@ # change to the path of your linuxbios tree -LINUXBIOSROOT=//root/src/freebios/ +LINUXBIOSROOT=/home/rminnich/src/freebios/ INCLUDEPATH=$(LINUXBIOSROOT)/src/arch/i386/include/arch INCLUDE2=$(LINUXBIOSROOT)/src/include