Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2005 03:55:40 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf XBOX src/sys/i386/i386 machdep.c pmap.c vm_machdep.c src/sys/i386/include xbox.h src/sys/i386/isa clock.c src/sys/i386/pci pci_cfgreg.c src/sys/i386/xbox pic16l.s xbox.c ...
Message-ID:  <200511090355.jA93teIt082677@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-11-09 03:55:40 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.i386 options.i386 
    sys/i386/i386        machdep.c pmap.c vm_machdep.c 
    sys/i386/isa         clock.c 
    sys/i386/pci         pci_cfgreg.c 
  Added files:
    sys/i386/conf        XBOX 
    sys/i386/include     xbox.h 
    sys/i386/xbox        pic16l.s xbox.c xboxfb.c 
  Log:
  Add support for XBOX to the FreeBSD port.  The xbox architecture is
  nearly identical to wintel/ia32, with a couple of tweaks.  Since it is
  so similar to ia32, it is optionally added to a i386 kernel.  This
  port is preliminary, but seems to work well.  Further improvements
  will improve the interaction with syscons(4), port Linux nforce driver
  and future versions of the xbox.
  
  This supports the 64MB and 128MB boxes.  You'll need the most recent
  CVS version of Cromwell (the Linux BIOS for the XBOX) to boot.
  
  Rink will be maintaining this port, and is interested in feedback.
  He's setup a website http://xbox-bsd.nl to report the latest
  developments.
  
  Any silly mistakes are my fault.
  
  Submitted by: Rink P.W. Springer rink at stack dot nl and
          Ed Schouten ed at fxq dot nl
  
  Revision  Changes    Path
  1.543     +4 -0      src/sys/conf/files.i386
  1.227     +3 -0      src/sys/conf/options.i386
  1.1       +104 -0    src/sys/i386/conf/XBOX (new)
  1.619     +45 -0     src/sys/i386/i386/machdep.c
  1.537     +12 -0     src/sys/i386/i386/pmap.c
  1.265     +13 -0     src/sys/i386/i386/vm_machdep.c
  1.1       +45 -0     src/sys/i386/include/xbox.h (new)
  1.224     +10 -0     src/sys/i386/isa/clock.c
  1.120     +39 -0     src/sys/i386/pci/pci_cfgreg.c
  1.1       +202 -0    src/sys/i386/xbox/pic16l.s (new)
  1.1       +60 -0     src/sys/i386/xbox/xbox.c (new)
  1.1       +398 -0    src/sys/i386/xbox/xboxfb.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511090355.jA93teIt082677>