1
2dev_*:
3	Devices. (Please read 'Emulation of hardware devices' in
4	doc/technical.html for more information about these.)
5	Example: dev_wdc, the IDE/ATA[PI] harddisk controller.
6
7bus_isa.c:
8	ISA bus framework. This basically just registers the ISA legacy
9	devices that are common to all machines.
10
11bus_pci.c:
12	PCI bus framework, and some glue code for PCI devices. Example of
13	glue code would be PCI-IDE controllers, which are implemented using
14	dev_wdc plus some PCI configuration registers, which identifies the
15	specific controller (fake, but it usually works).
16
17other files:
18	Misc. stuff.
19
20