summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-11-29Missing pieces of new bus.h that CVS lost behind my backNiklas Hallqvist
1996-11-29note 1024 limit on text+data.Michael Shalayeff
1996-11-29back out bitmask_snprintf()kstailey
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-28Various configuration changesNiklas Hallqvist
1996-11-28Fix a vararg protoNiklas Hallqvist
1996-11-28Add special case code for the rPC44. The DMA buffers on this machineimp
are not cache coherent, so for the moment use uncached addresses for all buffer access. In the future, more specific cache flushing should be done. rPC44 now boots into multi user off SCSI disk or the network, builds its own kernel and seems to be making its way toward finishing a make build. Correct -Wall complaint when BTDEBUG defined while I'm here.
1996-11-28Actually draw the hanging. Remove some statics. Fix a bug inNiklas Hallqvist
case handling. Still less than 1 K! Most stuff from Andreas Gunnarsson, <zzlevo@dd.chalmers.se>
1996-11-28Make SCSI debugging more dynamic, more targets and luns can beNiklas Hallqvist
debugged simultaneously and which ones, as well as the verbosity, can be determined at runtime.
1996-11-28Sync to NetBSD 961107Niklas Hallqvist
1996-11-28Pull in laptop changes from cgd, a couple from me, and a few slight formattingJason Downs
nits.
1996-11-27Make compilable in our env. Involved disabling ELF support,Niklas Hallqvist
reordering includes (due to -Wstrict-prototypes) and other -Wall goo
1996-11-27Make typesafe and 64bit cleanerNiklas Hallqvist
1996-11-27short and long are now u_int16_t and u_int32_tNiklas Hallqvist
1996-11-27include libkern.h prior to stand.h to not to collide m{in,ax} definitions.Michael Shalayeff
1996-11-27don't define min,max if libkern.h included.Michael Shalayeff
1996-11-25Make CONADDR and CONUNIT overrideableNiklas Hallqvist
1996-11-25Sync with reality, + Serial console on COM2Niklas Hallqvist
1996-11-25Fix comment typoNiklas Hallqvist
1996-11-25OopsNiklas Hallqvist
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-25sysctl entries;Michael Shalayeff
control ipx {send,recv} queues size
1996-11-25Oops, we don't have SDEV_NOSTARTUNIT. Remove TEAC scsi floppy quirk for now.Todd C. Miller
1996-11-25Add some quirky devices from NetBSD.Todd C. Miller
1996-11-24Sync with NetBSD. Figure NZERO into priorities and that rlim_curTodd C. Miller
and rlim_max are >0.
1996-11-24extern decl of cfdata from device.h conflicted with static one in-hereNiklas Hallqvist
1996-11-24OLF is ALIVE!etheisen
1996-11-24Fix typoNiklas Hallqvist
1996-11-24removed ref to bitmask_snprintf()kstailey
1996-11-24sync w/NetBSD modulo two-arg boot(); adds dumpkstailey
1996-11-24remove bogus diagnostickstailey
1996-11-24Added bitmap_snprintf protoNiklas Hallqvist
1996-11-24Commented out a def, only referenced in out-commented codeNiklas Hallqvist
1996-11-24added prototype for remrunqueue()kstailey
1996-11-24added bitmap_snprintfkstailey
1996-11-23remrq -> remrunqueuekstailey
1996-11-23curproc is never NULL when this code is executedkstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-23include "std.sun3" -> include "arch/sun3/conf/std.sun3"kstailey
1996-11-23sync with NetBSD -- copyright changes onlykstailey
1996-11-23sync with NetBSD -- copyright changes onlykstailey
1996-11-23sync with NetBSDkstailey
1996-11-23deleted unnecessary calls to strlen()kstailey
1996-11-23deleted redundant sectionkstailey
1996-11-22fix booting with serial console - i replaced the bios code from OpenBSD withThomas Graichen
FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting
1996-11-21correct version of last commitchuck