aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gxemul
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-292-2/+2
* Add 32-bit support for Gxemul's oldtestmips machine emulationOleksandr Tymoshenko2013-09-044-7/+39
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* Use MIPS_PHYS_TO_DIRECT_UNCACHED rather than a homegrown version which is notJuli Mallett2012-11-231-3/+3
* Correct an error in gxemul_disk_write(). It was issuing the command toAlan Cox2012-09-031-1/+1
* In the gxemul console, check the RB_SERIAL boot flag, and change theRobert Watson2012-08-251-1/+2
* Rename the gxemul console device to "ttyu0" to match the expectations ofRobert Watson2012-08-251-2/+2
* Add a trivial driver for the GXemul Ethernet device. Probably quite buggy andJuli Mallett2012-05-072-0/+454
* Add a driver for the GXemul test machine's disk controller and disk devices.Juli Mallett2012-05-062-0/+372
* Merge a rudimentary gxemul "oldtestmips" port. This consists almostRobert Watson2012-05-021-0/+334