Unless anyone objects I'm going to do the following:

set up the intel/southbridge/piix4e.c code to enable IDE iff
CONFIG_LINUXBIOS_ENABLE_IDE is set.

I need to get new southbridge code that works like the superio code set
up, but this is something we need right now. We need the southbridge code
to work like the superio code I think since there may be systems out there
with more than one southbridge.

I need this IDE enable NOW to support Plan 9.

I'm going through the code and hope to produce a table of #if and #ifdef
used in linuxbios and what they mean soon. Also (this is my fault) we
really do need to rename config variables for linuxbios to
CONFIG_LINUXBIOS_ to avoid confusion between linuxbios config variables
and other variable (e.g. i586). This I will do slowly, along with
correcting cases where people used
#ifdef x
(old style) instead of
#if (x == 1)
(new style)

ron

Reply via email to