summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/stand/libsa/bioscons.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modify com_init to match the com driver initializaiton, and addbeck2016-05-271-1/+8
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-7/+7
* Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, makingjsing2012-10-301-2/+2
* Always allow serial console, even if the BIOS doesn't report the presence ofkettenis2012-06-101-6/+5
* Add support for serial consoles at non-standard addresses. This implementskettenis2012-06-031-8/+10
* rewrite the serial port handling to manipulate the hardware directlydlg2008-04-201-32/+30
* Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing2008-01-231-4/+4
* Check for Control key held down when starting, and don't read boot.conftom2007-04-271-1/+12
* Fix the keyboard problem seen on Intel Macs, where only the firsttom2007-01-021-1/+10
* Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>.tom2004-03-091-4/+4
* shorten terminal baud rate change stringsderaadt2003-12-161-8/+6
* Bad #undef, spotted by gcc3.espie2003-11-271-2/+2
* ansification and knf and protosderaadt2003-08-111-22/+11
* Fix for PR 3177.weingart2003-07-071-2/+7
* three four killsmickey2003-06-031-6/+1
* allow setting com baudrate up to 115200; req and testing by Sourabh Ladha <ladha@mail.eecis.udel.edu>mickey2003-01-171-2/+2
* Fix typo, "edx" -> "%edx", so that the %edx register is properly protectedaaron2001-03-031-2/+2
* before sending a character check for DSR state.mickey2000-10-181-2/+11
* move cnspeed func and comspeed proto in placesmickey2000-06-081-14/+1
* give better support to the bios memory maps.mickey1999-08-251-19/+17
* cleanup the Makefiles a bit.mickey1998-05-281-2/+2
* shorten device probe messages to 2 linesderaadt1998-05-161-6/+6
* i386 bootblocks that work for 2.3. A tale too long to tellderaadt1998-04-181-3/+11
* space by niklasmickey1997-10-241-2/+2
* use sleep(), remove unused function protomickey1997-10-071-8/+4
* let's keep it MI; 10x phil for the MD implementationmickey1997-10-071-61/+55
* we have no bus heremickey1997-09-241-10/+5
* - add 'stty [baudrate]' command to /boot, for serial consolesflipk1997-09-201-4/+87
* don't use direct regnamesmickey1997-09-021-2/+2
* consistancymickey1997-08-311-7/+7
* byte returnsmickey1997-08-221-3/+3
* print gray on black, not black on blackmickey1997-08-211-2/+2
* better rv typesmickey1997-08-131-6/+6
* s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls.niklas1997-08-131-34/+48
* _you_, hear?! never touch anything when doing commits!mickey1997-08-121-16/+14
* new consmickey1997-08-121-0/+145