1dd8b98704
1) create new pnpbus psuedo bus. This is a bus layer that reads the PNP tree from the residual data and allows attachment of devices with the information given therein. Based loosely on i386/pnpbios. 2) Delete obio bus, as with the pnp bus we no longer need it. 3) Create a number of functions that gather the information needed to set up the machine from the residual data, rather than hardcoding it in. 4) Create a quirk table for machines that are bizzare enough that the residual information is not sufficient. (such as the 6015) 5) Using the data gathering routines and the quirk table, delete struct platform completely from the architecture. Prep is now almost completely dynamic in figuring out the machine it is running on and setting things up properly. 6) Add a wdc_pnpbus driver which attaches the wdc controller found on some 7248's and the 6015. This replaces the now-defunct wdc_obio. 7) delete all the mot_* and ibm_* files, and replace them with a single ibm_machdep.c which only contains the quirk functions for the 6015 and the 6050. 8) Modify GENERIC to work with all this stuff. |
||
---|---|---|
.. | ||
gten.c | ||
pceb.c | ||
pchb.c | ||
pci_machdep.c | ||
pcib.c | ||
prep_pciconf_direct.c | ||
prep_pciconf_indirect.c |