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

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

revision 39 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_gt.c,v 1.49 2007/01/05 16:50:08 debug Exp $   *  $Id: dev_gt.c,v 1.50 2007/04/29 13:44:14 debug Exp $
29   *     *  
30   *  Galileo Technology GT-64xxx PCI controller.   *  Galileo Technology GT-64xxx PCI controller.
31   *   *
# Line 291  struct pci_data *dev_gt_init(struct mach Line 291  struct pci_data *dev_gt_init(struct mach
291          d->decode[GT_PCI0M1REMAP_OFS / 8] = d->decode[GT_PCI0M1LD_OFS / 8];          d->decode[GT_PCI0M1REMAP_OFS / 8] = d->decode[GT_PCI0M1LD_OFS / 8];
292    
293          d->pci_data = bus_pci_init(machine,          d->pci_data = bus_pci_init(machine,
294              "TODO irq stuff!", pci_io_offset, pci_mem_offset,              "TODO_gt_irq", pci_io_offset, pci_mem_offset,
295              pci_portbase, pci_membase, "TODO: pci_irqbase",              pci_portbase, pci_membase, "TODO_pci_irqbase",
296              isa_portbase, isa_membase, isa_irq_path);              isa_portbase, isa_membase, isa_irq_path);
297    
298          /*          /*

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26