summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/stand/libsa/dev_i386.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch i386 boot code to libsa MI softraid.jsing2016-09-111-1/+2
* Rename softraid boot files, which are currently in an MD location. Thisjsing2016-09-111-2/+2
* Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which ismiod2015-09-181-10/+1
* move putchar() into libsajasper2014-07-131-32/+1
* move getchar() into libsa where applicablejasper2014-07-121-17/+1
* Fix merge errors.jsing2012-11-011-1/+10
* Bring softraid support to i386/stand/libsa.jsing2012-10-311-4/+42
* Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, makingjsing2012-10-301-5/+5
* kill mcd dead. ok krw matthew millert thibtedu2011-06-261-2/+2
* remove remnants of scd device, discovered by Frederic Perrintedu2011-06-261-2/+2
* - properly remove NENTS now after fixing the fallout.jasper2010-12-061-3/+3
* - partially revert previous NENTS removal for arches which got busted.jasper2010-12-061-3/+3
* - drop NENTS(), which was yet another copy of nitems().jasper2010-12-061-3/+3
* wt(4) was removed a while ago, so don't support booting off it anoymore.mk2007-06-271-2/+2
* Enter cdboot, a CD-specific second-stage bootrap.tom2004-06-231-7/+13
* Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>.tom2004-03-091-12/+13
* ansification and knf and protosderaadt2003-08-111-14/+8
* three four killsmickey2003-06-031-6/+1
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-2/+3
* remove acd references; millert@ ok.fgsch2001-09-111-2/+2
* move cnspeed func and comspeed proto in placesmickey2000-06-081-1/+12
* give better support to the bios memory maps.mickey1999-08-251-17/+16
* put support for test /boot environment back; some CLEANFILES and spacesmickey1998-05-251-2/+2
* i386 bootblocks that work for 2.3. A tale too long to tellderaadt1998-04-181-13/+12
* don't echo all the control chars, not only bs&delmickey1997-08-221-6/+6
* \n is handled by cnputc(), don't print \rmickey1997-08-211-2/+1
* s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls.niklas1997-08-131-2/+31
* revert to prev-cons behaviourmickey1997-08-121-2/+2
* new consmickey1997-08-121-11/+20
* add nbdevs for the size of table of block devises' namesmickey1997-07-211-2/+3
* proper includesmickey1997-07-171-2/+2
* fix twiddle() without breaking backspacekstailey1997-06-061-2/+2
* do \bmickey1997-05-291-1/+6
* implement 'hd' device (i guess nobody will boot from 'rd')mickey1997-04-231-2/+3
* fix tab expansionderaadt1997-04-171-2/+3
* extern int debug;mickey1997-04-151-1/+3
* print debugging stuff only when debug!=0mickey1997-04-151-5/+8
* use new device names: fd(0,a) -> fd0amickey1997-04-081-10/+1
* Fix device name.weingart1997-04-071-1/+10
* devboot commitmickey1997-04-061-2/+41
* commit all my mods to the last imported libsa stuff....mickey1997-03-311-7/+28
* Initial /boot stuff (from Mickey)weingart1997-03-311-0/+82