Last few modes for the smartcore PIII

This commit is contained in:
Ronald G. Minnich 2002-11-18 20:23:53 +00:00
parent dda0296a29
commit f4637449ef
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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
{

View file

@ -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