/[gxemul]/trunk/src/machines/machine_sgi.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_sgi.c

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

revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_sgi.c,v 1.4 2006/06/24 10:19:19 debug Exp $   *  $Id: machine_sgi.c,v 1.6 2006/08/30 15:07:47 debug Exp $
29   *   *
30   *  Machine descriptions for Silicon Graphics' MIPS-based machines.   *  Machine descriptions for Silicon Graphics' MIPS-based machines.
31   *   *
# Line 55  Line 55 
55  #include "crimereg.h"  #include "crimereg.h"
56    
57    
58  #define ETHERNET_STRING_MAXLEN  40  #define ETHERNET_STRING_MAXLEN          40
59    #define MACHINE_NAME_MAXBUF             100
60    
61    
62  MACHINE_SETUP(sgi)  MACHINE_SETUP(sgi)
# Line 529  Why is this here? TODO Line 530  Why is this here? TODO
530                  /*  TODO: second ahc  */                  /*  TODO: second ahc  */
531                  /*  bus_pci_add(machine, pci_data, mem, 0, 2, 0, "ahc");  */                  /*  bus_pci_add(machine, pci_data, mem, 0, 2, 0, "ahc");  */
532    
533                    /*
534                     *  An additional PCI IDE controller, for NetBSD/sgimips
535                     *  experiments:  (Not found in a regular O2.)
536                     */
537                    bus_pci_add(machine, pci_data, mem, 0, 3, 0, "symphony_82c105");
538    
539                  break;                  break;
540    
541          case 35:          case 35:

Legend:
Removed from v.26  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26