/[gxemul]/trunk/src/devices/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/devices/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by dpavlin, Mon Oct 8 16:19:23 2007 UTC revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC
# Line 1  Line 1 
1  $Id: README,v 1.5 2005/11/09 06:35:45 debug Exp $  $Id: README,v 1.7 2006/02/09 22:40:27 debug Exp $
2    
3  dev_*:  dev_*:
4          Devices. (Please read 'Emulation of hardware devices' in          Devices. (Please read 'Emulation of hardware devices' in
5          doc/technical.html for more information about these.)          doc/technical.html for more information about these.)
   
6          Example: dev_wdc, the IDE/ATA[PI] harddisk controller.          Example: dev_wdc, the IDE/ATA[PI] harddisk controller.
7    
8    bus_isa.c:
9            ISA bus framework. This basically just registers the ISA legacy
10            devices that are common to all machines.
11    
12  bus_pci.c:  bus_pci.c:
13          PCI bus framework, and some glue code for PCI devices.          PCI bus framework, and some glue code for PCI devices. Example of
14          Example of glue code would be PCI-IDE controllers, which are          glue code would be PCI-IDE controllers, which are implemented using
15          implemented using dev_wdc plus some PCI configuration registers,          dev_wdc plus some PCI configuration registers, which identifies the
16          which identifies the specific controller (fake, but it works).          specific controller (fake, but it usually works).
17    
18  other files:  other files:
19          Misc. stuff.          Misc. stuff.

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26