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

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

revision 61 by dpavlin, Fri Oct 12 22:06:53 2007 UTC revision 62 by dpavlin, Sat Oct 13 12:51:47 2007 UTC
# Line 153  struct pci_data *dev_mpc10x_init(struct Line 153  struct pci_data *dev_mpc10x_init(struct
153    
154          pci_io_offset  = 0x00000000ULL;          pci_io_offset  = 0x00000000ULL;
155          pci_mem_offset = 0x00000000ULL;          pci_mem_offset = 0x00000000ULL;
156          pci_portbase   = 0xd0000000ULL;          pci_portbase   = 0xfebffe00ULL;
157          pci_membase    = 0xd1000000ULL;          pci_membase    = 0x80000000ULL;
158          isa_portbase   = 0xd2000000ULL;          isa_portbase   = 0xfe000000ULL;
159          isa_membase    = 0xd3000000ULL;          isa_membase    = 0x80000000ULL;
160    
161          /*  Create a PCI bus:  */          /*  Create a PCI bus:  */
162          d->pci_data = bus_pci_init(machine, "ZZZ_irq_stuff",          d->pci_data = bus_pci_init(machine, "ZZZ_irq_stuff",

Legend:
Removed from v.61  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26