aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/xbox
Commit message (Expand)AuthorAgeFilesLines
* After r261980, the local ptr variable in xbox_init() is no longer used,Dimitry Andric2014-02-161-1/+0
* Remove an nve(4)-specific workaround from the xbox port. nfe(4) doesn'tChristian Brueffer2014-02-161-21/+0
* Move the legacy(4) driver to x86.John Baldwin2012-03-301-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+2
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-5/+4
* - Define data of struct gfb_font a const as it's only used to supply fontMarius Strobl2007-06-161-5/+6
* - Fix typo in #error pragma: compitable -> compatiblePav Lucistnik2006-08-151-1/+1
* No need for opt_global.h hereWarner Losh2006-08-151-1/+0
* Committed the xbox syscons(8)-able console driver.Rink Springer2006-03-031-255/+516
* Cleaned the memory initialization up, moved some defines from the framebufferRink Springer2006-02-101-17/+12
* Patch to allow XBox-users to use the onboard nve(4) nForce ethernet driver.Rink Springer2006-02-041-1/+27
* Use ttyalloc() instead of ttymalloc()Poul-Henning Kamp2006-01-041-1/+2
* Add support for XBOX to the FreeBSD port. The xbox architecture isWarner Losh2005-11-093-0/+660