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

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

revision 62 by dpavlin, Sat Oct 13 12:51:47 2007 UTC revision 63 by dpavlin, Sat Oct 13 15:05:59 2007 UTC
# Line 938  PCIINIT(mpc10x) Line 938  PCIINIT(mpc10x)
938          PCI_SET_DATA(PCI_BHLC_REG,          PCI_SET_DATA(PCI_BHLC_REG,
939              PCI_BHLC_CODE(0,0, 1 /* multi-function */, 0x40,0));              PCI_BHLC_CODE(0,0, 1 /* multi-function */, 0x40,0));
940    
941          allocate_device_space(pd, 0x1000, 0, &port, &memaddr);          allocate_device_space(pd, 0x10000, 0x10000, &port, &memaddr);
         allocate_device_space(pd, 0x1000, 0, &port, &memaddr);  
         allocate_device_space(pd, 0x1000, 0, &port, &memaddr);  
         allocate_device_space(pd, 0x1000, 0, &port, &memaddr);  
942    
943  }  }
944    

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

  ViewVC Help
Powered by ViewVC 1.1.26