/[gxemul]/trunk/src/machines/machine_cobalt.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/machines/machine_cobalt.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: machine_cobalt.c,v 1.9 2007/01/21 21:02:57 debug Exp $   *  $Id: machine_cobalt.c,v 1.10 2007/04/29 13:44:14 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 99  MACHINE_SETUP(cobalt) Line 99  MACHINE_SETUP(cobalt)
99              machine->path, machine->bootstrap_cpu);              machine->path, machine->bootstrap_cpu);
100          pci_data = dev_gt_init(machine, mem, 0x14000000, tmpstr,          pci_data = dev_gt_init(machine, mem, 0x14000000, tmpstr,
101              tmpstr2, 11);              tmpstr2, 11);
102          bus_pci_add(machine, pci_data, mem, 0,  7, 0, "dec21143");          /*  bus_pci_add(machine, pci_data, mem, 0,  7, 0, "dec21143");  */
103          /*  bus_pci_add(machine, pci_data, mem, 0,  8, 0, "symbios_860");          /*  bus_pci_add(machine, pci_data, mem, 0,  8, 0, "symbios_860");
104              PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_860  */              PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_860  */
105          bus_pci_add(machine, pci_data, mem, 0,  9, 0, "vt82c586_isa");          bus_pci_add(machine, pci_data, mem, 0,  9, 0, "vt82c586_isa");
106          bus_pci_add(machine, pci_data, mem, 0,  9, 1, "vt82c586_ide");          bus_pci_add(machine, pci_data, mem, 0,  9, 1, "vt82c586_ide");
107          bus_pci_add(machine, pci_data, mem, 0, 12, 0, "dec21143");          /*  bus_pci_add(machine, pci_data, mem, 0, 12, 0, "dec21143");  */
108    
109          if (!machine->prom_emulation)          if (!machine->prom_emulation)
110                  return;                  return;

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

  ViewVC Help
Powered by ViewVC 1.1.26