summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-06-14support for getting the cpu type through sysctl, same as on sparc.Artur Grabowski
2002-06-14ifdef SUN4 ? yeah, right.Artur Grabowski
2002-06-14sysctl for getting the cputype.Artur Grabowski
2002-06-13start/size might have ben used uninitialized in caseMichael Shalayeff
2002-06-12pci revision is in the class field, not the id (some ppl just refuse to follo...Michael Shalayeff
2002-06-12bdevtomaj worked well, but is no longer needed.Hugh Graham
2002-06-12No longer need these getdev routines.Hugh Graham
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-12Remove some #if 0 cruft.Artur Grabowski
2002-06-12add mmap implementation and skeleton interrupt mappingJason Wright
2002-06-11Fix (include sys/pciio.h)Jason Wright
2002-06-11s/pcitag/sc_pcitag so it compiles (sorry matthieu)Jason Wright
2002-06-11use a correct test, ok art@Peter Stromberg
2002-06-11add a new ioctl to wscons (currently implemented only on sparc64)Matthieu Herrb
2002-06-11Prune some more dead code.Hugh Graham
2002-06-11never allow uncached mappings to pmap_kenter_paArtur Grabowski
2002-06-11More registersJason Wright
2002-06-11remove call to debuggerJason Wright
2002-06-11add schizo (disabled) and upa (disabled) and creator at upaJason Wright
2002-06-11nuke unused stuffArtur Grabowski
2002-06-11add upa and creator at upaJason Wright
2002-06-11UPA driver for the Blade1000Jason Wright
2002-06-11UPA attachment for creatorJason Wright
2002-06-11Nuke unused function.Hugh Graham
2002-06-11Oops, no need for 1k lpgsz support on the ramdisk.Hugh Graham
2002-06-11New boot code, mostly from ragge's work in NetBSD.Hugh Graham
2002-06-11Recognize more v9 branches when steppingMarcus Watts
2002-06-11add umidi, but commented out since I don't have anything to testNathan Binkert
2002-06-11add umct, but commented out since it hasn't been shown to work.Nathan Binkert
2002-06-11split creator driver into bus specific and common code.Federico G. Schwindt
2002-06-11Remove upa_softc from here (it will return, but it's in the way for now)Jason Wright
2002-06-11err(3) appends a newline already; ok miod@Jason Peel
2002-06-11Move cdev_lpt_init() to a common location.Miod Vallat
2002-06-11cnputc() routines are void, not int.Miod Vallat
2002-06-11define IPL_STATCLOCKArtur Grabowski
2002-06-11define IPL_STATCLOCK.Artur Grabowski
2002-06-11No need to cdev_decl(ugen) twice.Miod Vallat
2002-06-11Add 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-11Correct com vs ucom cut-n-paste thinko.Miod Vallat
2002-06-11Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init.Miod Vallat
2002-06-11Include <sys/conf.h> from <machine/conf.h> like in other arches. ChangesMiod Vallat
2002-06-10old bouncebuffering api not used anymoreNiklas Hallqvist
2002-06-10Maintain my sanity.Tobias Weingartner
2002-06-10sleep() -> tsleep()Miod Vallat
2002-06-10Print ITLB/DTLB on usIIIMarcus Watts
2002-06-10add __weak_alias define; miod@ okFederico G. Schwindt
2002-06-10argh, no last minute changes...Dale Rahn
2002-06-10pmap cleanup and KNF.Dale Rahn
2002-06-092^5 not 5, duh, sorry matthieuJason Wright