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

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

revision 17 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: pci_ahc.c,v 1.19 2005/04/05 20:33:08 debug Exp $   *  $Id: pci_ahc.c,v 1.20 2005/10/20 22:49:07 debug Exp $
29   *   *
30   *  Adaptec AHC SCSI controller.   *  Adaptec AHC SCSI controller.
31   *   *
# Line 277  void pci_ahc_init(struct machine *machin Line 277  void pci_ahc_init(struct machine *machin
277    
278          /*  OpenBSD/sgi snapshots sometime between 2005-03-11 and          /*  OpenBSD/sgi snapshots sometime between 2005-03-11 and
279              2005-04-04 changed to using 0x1a000000:  */              2005-04-04 changed to using 0x1a000000:  */
280          dev_ram_init(mem, 0x1a000000, 0x2000000, DEV_RAM_MIRROR,          dev_ram_init(machine, 0x1a000000, 0x2000000, DEV_RAM_MIRROR,
281              0x18000000);              0x18000000);
282  }  }
283    

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26