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

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

revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC revision 12 by dpavlin, Mon Oct 8 16:18:38 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: pci_vt82c586.c,v 1.14 2005/06/21 18:48:08 debug Exp $   *  $Id: pci_vt82c586.c,v 1.15 2005/08/05 07:09:30 debug Exp $
29   *   *
30   *  VIATECH VT82C586 devices:   *  VIATECH VT82C586 devices:
31   *   *
# Line 125  void pci_vt82c586_ide_init(struct machin Line 125  void pci_vt82c586_ide_init(struct machin
125          switch (machine->machine_type) {          switch (machine->machine_type) {
126    
127          case MACHINE_COBALT:          case MACHINE_COBALT:
128                  /*  what about these base addresses and interrupt                  dev_wdc_init(machine, mem, 0x100001f0, 8 + 14, 0);      /*  primary  */
129                   *  numbers? They work for Cobalt...                  dev_wdc_init(machine, mem, 0x10000170, 8 + 15, 2);      /*  secondary */
                  *  7 = PCI interrupt?? (TODO)  
                  */  
                 dev_wdc_init(machine, mem, 0x100001f0, 6, 0);   /*  primary  */  
                 dev_wdc_init(machine, mem, 0x10000170, 6, 2);   /*  secondary */  
130                  break;                  break;
131    
132          case MACHINE_EVBMIPS:          case MACHINE_EVBMIPS:

Legend:
Removed from v.10  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26