/[gxemul]/trunk/src/devices/bus_isa.c
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/bus_isa.c

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

revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC revision 44 by dpavlin, Mon Oct 8 16:22:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: bus_isa.c,v 1.19 2007/06/15 18:44:18 debug Exp $   *  $Id: bus_isa.c,v 1.20 2007/08/29 20:36:49 debug Exp $
29   *     *  
30   *  COMMENT: Generic ISA bus framework   *  COMMENT: Generic ISA bus framework
31   *   *
# Line 170  void isa_interrupt_deassert(struct inter Line 170  void isa_interrupt_deassert(struct inter
170   *       should have this flag set, so that the keyboard is always used.   *       should have this flag set, so that the keyboard is always used.
171   *   *
172   *  The interrupt_base_path is the name of the bus, CPU, or controller onto   *  The interrupt_base_path is the name of the bus, CPU, or controller onto
173   *  which this ISA bus will be attached, e.g. "emul[0].machine[0].lca" or   *  which this ISA bus will be attached, e.g. "machine[0].lca" or
174   *  "emul[0].machine[0].cpu[0].pic1".   *  "machine[0].cpu[0].pic1".
175   */   */
176  struct bus_isa_data *bus_isa_init(struct machine *machine,  struct bus_isa_data *bus_isa_init(struct machine *machine,
177          char *interrupt_base_path, uint32_t bus_isa_flags,          char *interrupt_base_path, uint32_t bus_isa_flags,

Legend:
Removed from v.42  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26