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

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

revision 23 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_bebox.c,v 1.1 2006/01/08 11:05:03 debug Exp $   *  $Id: machine_bebox.c,v 1.2 2006/02/27 05:32:26 debug Exp $
29     *
30     *  Experimental machine for running NetBSD/bebox (see
31     *  http://www.netbsd.org/Ports/bebox/ for more info.)
32   */   */
33    
34  #include <stdio.h>  #include <stdio.h>
# Line 46  MACHINE_SETUP(bebox) Line 49  MACHINE_SETUP(bebox)
49  {  {
50          struct pci_data *pci_data;          struct pci_data *pci_data;
51    
         /*  
          *  NetBSD/bebox (http://www.netbsd.org/Ports/bebox/)  
          */  
52          machine->machine_name = "BeBox";          machine->machine_name = "BeBox";
53    
54          machine->md_int.bebox_data = device_add(machine, "bebox");          machine->md_int.bebox_data = device_add(machine, "bebox");

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26