summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-09-29apm0 at bios0Michael Shalayeff
configs will be updated
1997-09-29ignore partitions larger than device, as an attempt to ignore floppies ↵Theo de Raadt
without MBR
1997-09-28cpu_reset() changes, inspired by netbsdflipk
be damned if i can find netbsd's commit msg, tho..
1997-09-28Threadway lives again.Jason Downs
1997-09-27Fix swapconf.c so it will not crash swap on nfs envsNiklas Hallqvist
1997-09-27add ID, we have mods hereMichael Shalayeff
1997-09-26nice diskinfo; terms consistancy by millert@Michael Shalayeff
1997-09-26fix PORTAL comment in all alpha config fileskstailey
1997-09-26fix PORTAL comment in all sun3 config fileskstailey
1997-09-26fix PORTAL comment in all i386 config fileskstailey
1997-09-26fix PORTAL comment in all i386 config fileskstailey
1997-09-26ex0 is a sin at the momentTheo de Raadt
1997-09-25fix the bug i did in apmcall w/ that i386.diffMichael Shalayeff
1997-09-24avoid bogus warningsMichael Shalayeff
1997-09-24bios and pctr are both ocis w/ seltrueMichael Shalayeff
1997-09-24bios device is ocis from nowMichael Shalayeff
1997-09-24overflow can bite anyways, increment wordMichael Shalayeff
1997-09-24Revert, as we won't have enough time to test this fully before release.Niklas Hallqvist
1997-09-24cdev_decl(apm) in machine/conf.hMichael Shalayeff
1997-09-24Disable ex0 because its intrusive probe. When busified we canNiklas Hallqvist
try it again.
1997-09-24APM_NOIDLE for nowTheo de Raadt
1997-09-24add bios0kstailey
1997-09-24Document how things (more or less) work.Jason Downs
1997-09-24Bye bye EXTMEM_SIZE. You won't be missed.Jason Downs
1997-09-24correct device arg descriptionMichael Shalayeff
1997-09-24we have no bus hereMichael Shalayeff
1997-09-24make this compile.. bad Per..Theo de Raadt
1997-09-23Make disksubr byte order independent. This code is now so generic that itPer Fogelstrom
should be able to use it for i386, arc, powerpc, sgi, and more....
1997-09-23Some NetBSD changes, up to NETBSD_CURRENT_970921.Jason Downs
1997-09-22Use vm_page_alloc_memory API. Some cleanup.Niklas Hallqvist
1997-09-22A/C -> ACTheo de Raadt
1997-09-22indentTheo de Raadt
1997-09-22indentTheo de Raadt
1997-09-22indentTheo de Raadt
1997-09-21machdep.biosMichael Shalayeff
1997-09-21branch the bios tree inside the machdepMichael Shalayeff
1997-09-21Stray %u, poofTobias Weingartner
1997-09-21/boot engine is in sys/stand/boot/ now (;Michael Shalayeff
use it, reuse it, i can't imagine any brokenness ...
1997-09-21bios0Niklas Hallqvist
1997-09-21bootapiver is unsignedMichael Shalayeff
don'tprint entry point, which is valid at the moment don't support new CPU* sysctls being boot w/ old boots
1997-09-21Remove cruftNiklas Hallqvist
1997-09-21no this ugly hack, no more!Michael Shalayeff
1997-09-21support new bootsMichael Shalayeff
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM)
1997-09-21$OpenBSD$Niklas Hallqvist
1997-09-21Add missing #ifdef DEBUG statements so we can build a kernel withTodd C. Miller
DIAGNOSTIC but without DEBUG.
1997-09-20- add 'stty [baudrate]' command to /boot, for serial consolesflipk
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages
1997-09-20fix PORTAL comment. The "create sockets with open(2)" one was my fault.kstailey
1997-09-20The only CVAX to reach this module is a VAXstation 3100 model 10-48.Mats O Jansson
Let cpu_model be correct. -moj
1997-09-20Rename rd to hd. OpenBSD uses rd for ramdisk. -mojMats O Jansson
1997-09-20Rename rd to hd. OpenBSD uses rd for ramdisk. -mojMats O Jansson