NetBSD/sys/arch/prep/pci
garbled 1dd8b98704 Prep super-commit:
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.
2006-03-09 20:17:27 +00:00
..
gten.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pceb.c Commit support for the IBM Model 7024 E20 and E30. (E30 not tested). 2006-02-23 19:44:02 +00:00
pchb.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pci_machdep.c Prep super-commit: 2006-03-09 20:17:27 +00:00
pcib.c Prep super-commit: 2006-03-09 20:17:27 +00:00
prep_pciconf_direct.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
prep_pciconf_indirect.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00