Age | Commit message (Expand) | Author |
2002-06-11 | add a new ioctl to wscons (currently implemented only on sparc64) | Matthieu Herrb |
2002-06-11 | Prune some more dead code. | Hugh Graham |
2002-06-11 | never allow uncached mappings to pmap_kenter_pa | Artur Grabowski |
2002-06-11 | More registers | Jason Wright |
2002-06-11 | remove call to debugger | Jason Wright |
2002-06-11 | add schizo (disabled) and upa (disabled) and creator at upa | Jason Wright |
2002-06-11 | nuke unused stuff | Artur Grabowski |
2002-06-11 | add upa and creator at upa | Jason Wright |
2002-06-11 | UPA driver for the Blade1000 | Jason Wright |
2002-06-11 | UPA attachment for creator | Jason Wright |
2002-06-11 | Nuke unused function. | Hugh Graham |
2002-06-11 | Oops, no need for 1k lpgsz support on the ramdisk. | Hugh Graham |
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham |
2002-06-11 | Recognize more v9 branches when stepping | Marcus Watts |
2002-06-11 | add umidi, but commented out since I don't have anything to test | Nathan Binkert |
2002-06-11 | add umct, but commented out since it hasn't been shown to work. | Nathan Binkert |
2002-06-11 | split creator driver into bus specific and common code. | Federico G. Schwindt |
2002-06-11 | Remove upa_softc from here (it will return, but it's in the way for now) | Jason Wright |
2002-06-11 | err(3) appends a newline already; ok miod@ | Jason Peel |
2002-06-11 | Move cdev_lpt_init() to a common location. | Miod Vallat |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat |
2002-06-11 | define IPL_STATCLOCK | Artur Grabowski |
2002-06-11 | define IPL_STATCLOCK. | Artur Grabowski |
2002-06-11 | No need to cdev_decl(ugen) twice. | Miod Vallat |
2002-06-11 | Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs. | Dale Rahn |
2002-06-11 | ... but ucom can not be used as a console, oops. Me needs more booze. | Miod Vallat |
2002-06-11 | Correct com vs ucom cut-n-paste thinko. | Miod Vallat |
2002-06-11 | Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init. | Miod Vallat |
2002-06-11 | Include <sys/conf.h> from <machine/conf.h> like in other arches. Changes | Miod Vallat |
2002-06-10 | old bouncebuffering api not used anymore | Niklas Hallqvist |
2002-06-10 | Maintain my sanity. | Tobias Weingartner |
2002-06-10 | sleep() -> tsleep() | Miod Vallat |
2002-06-10 | Print ITLB/DTLB on usIII | Marcus Watts |
2002-06-10 | add __weak_alias define; miod@ ok | Federico G. Schwindt |
2002-06-10 | argh, no last minute changes... | Dale Rahn |
2002-06-10 | pmap cleanup and KNF. | Dale Rahn |
2002-06-09 | 2^5 not 5, duh, sorry matthieu | Jason Wright |
2002-06-09 | Added registers in cheetah | Marcus Watts |
2002-06-09 | bio is a driver that can delegate ioctls to other drivers which | Niklas Hallqvist |
2002-06-09 | zap EMBMEDANY leftovers (all the comments were wrong). | Artur Grabowski |
2002-06-09 | KNF | Dale Rahn |
2002-06-09 | Ah, seems we've seen this problem before (macro's with wrong name) | Jason Wright |
2002-06-09 | convert sleep() calls to tsleep(). | Miod Vallat |
2002-06-09 | add PCITAG_BUS/DEV/FUNC for decoding PCI tags | Jason Wright |
2002-06-09 | knf/cleanup/dead code removal. | Dale Rahn |
2002-06-09 | more arpcom ->sc_arpcom missing. | Dale Rahn |
2002-06-09 | an agr(0) was overwriting the saved r18, fix that | Michael Shalayeff |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-06-09 | more of those crazy registers | Jason Wright |
2002-06-08 | Move stuff around like a crazy man... (split into var/reg) | Jason Wright |