summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/bioscons.c
AgeCommit message (Collapse)Author
1999-08-25give better support to the bios memory maps.Michael Shalayeff
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok
1998-05-28cleanup the Makefiles a bit.Michael Shalayeff
make machine link in a smart way, remove unused bits.
1998-05-16shorten device probe messages to 2 linesTheo de Raadt
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1997-10-24space by niklasMichael Shalayeff
1997-10-07use sleep(), remove unused function protoMichael Shalayeff
1997-10-07let's keep it MI; 10x phil for the MD implementationMichael Shalayeff
1997-09-24we have no bus hereMichael Shalayeff
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-02don't use direct regnamesMichael Shalayeff
1997-08-31consistancyMichael Shalayeff
1997-08-22byte returnsMichael Shalayeff
1997-08-21print gray on black, not black on blackMichael Shalayeff
1997-08-13better rv typesMichael Shalayeff
1997-08-13s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls.Niklas Hallqvist
Adapt to new console probing and setting API. Do not try to probe pc0 via the NVRAM. Fix some other buglets.
1997-08-12_you_, hear?! never touch anything when doing commits!Michael Shalayeff
1997-08-12new consMichael Shalayeff
do inline BIOS calls