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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"