summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-11Allow MD code to define __HAVE_VM_PAGE_MD to add own members into struct vm_p...Artur Grabowski
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-11Saves 4 bytes of filespaceMarcus Watts
2002-06-11kill __FUNCTION__Marc Espie
2002-06-11Protect mi_switch with splstatclock.Artur Grabowski
2002-06-11Recognize more v9 branches when steppingMarcus Watts
2002-06-11can't call arc4random() before timeouts are enabled, use random() if cold.Jason Wright
2002-06-11add umidi, but commented out since I don't have anything to testNathan Binkert
2002-06-11add usb midi support.Nathan Binkert
2002-06-11silence some of log(), as the codepath will be visited for IPv6-non-capableJun-ichiro itojun Hagino
2002-06-11whitespaceJun-ichiro itojun Hagino
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-11Add the umct serial driver for netbsd.Nathan Binkert
2002-06-11Remove a stupid assert that grows the kernel by 40kB.Artur Grabowski
2002-06-11ANSIfyArtur Grabowski
2002-06-11Remove unnecessary spllowersoftclock(). ok art@Thomas Nordin
2002-06-11abs() is defined by ANSI C -- don't use a macro for it. ok niklas@Thomas Nordin
2002-06-11splvm, not splimp.Artur Grabowski
2002-06-11splvm, not splimpArtur Grabowski
2002-06-11splvm, not splimpArtur Grabowski
2002-06-11regenMatthieu Herrb
2002-06-11Add a bunch of VGA cards, from XFree86-current. ok deraadt@Matthieu Herrb
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-11splassert where comments tell us to.Artur Grabowski
2002-06-11cnputc() routines are void, not int.Miod Vallat
2002-06-11splassert where necessaryArtur Grabowski
2002-06-11splassert(IPL_TTY) where comments tell us we shouldArtur Grabowski
2002-06-11splassert(IPL_STATCLOCK) mi_switchArtur Grabowski
2002-06-11define IPL_STATCLOCKArtur Grabowski
2002-06-11define IPL_STATCLOCK.Artur Grabowski
2002-06-11com.c is not a block device, no bdev_decl() for it.Miod Vallat
2002-06-11No need to cdev_decl(ugen) twice.Miod Vallat
2002-06-11splassert where neededArtur Grabowski
2002-06-11sprinkle splasserts where function comments tell us to.Artur Grabowski
2002-06-11splassert(IPL_NET) where comment says that we should.Artur Grabowski
2002-06-11splassert(IPL_SOFTNET) where comment indicate that.Artur Grabowski
2002-06-11Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs.Dale Rahn
2002-06-11add stack version #define.Nathan Binkert
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-11Checkpoint my work. Register with bio, implement part ofNiklas Hallqvist
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-11KNF (tabs, return (x))Daniel Hartmeier
2002-06-11sync urio with NetBSD.Nathan Binkert
2002-06-11Remove redundant endianess conversionsNiklas Hallqvist