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

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

revision 15 by dpavlin, Mon Oct 8 16:18:51 2007 UTC revision 16 by dpavlin, Mon Oct 8 16:19:01 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: pci_ali_m1543.c,v 1.2 2005/09/28 11:24:20 debug Exp $   *  $Id: pci_ali_m1543.c,v 1.3 2005/10/11 03:31:29 debug Exp $
29   *   *
30   *  Acer Labs M5229 PCIIDE (UDMA) controller.   *  Acer Labs M5229 PCIIDE (UDMA) controller.
31   *  Acer Labs M1543 PCI->ISA bridge.   *  Acer Labs M1543 PCI->ISA bridge.
# Line 116  void pci_ali_m5229_init(struct machine * Line 116  void pci_ali_m5229_init(struct machine *
116    
117          case MACHINE_CATS:          case MACHINE_CATS:
118                  device_add(machine, "wdc addr=0x7c0001f0 irq=46");/* primary  */                  device_add(machine, "wdc addr=0x7c0001f0 irq=46");/* primary  */
119                  device_add(machine, "wdc addr=0x7c000170 irq=47");/* secondary*/                  /*  The secondary channel is disabled. TODO: fix this.  */
120                    /*  device_add(machine, "wdc addr=0x7c000170 irq=47");  */
121                  break;                  break;
122    
123          default:fatal("pci_ali_m5229_init(): unimplemented machine type\n");          default:fatal("pci_ali_m5229_init(): unimplemented machine type\n");

Legend:
Removed from v.15  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26