summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/dev_i386.c
AgeCommit message (Expand)Author
1997-08-22don't echo all the control chars, not only bs&delMichael Shalayeff
1997-08-21\n is handled by cnputc(), don't print \rMichael Shalayeff
1997-08-13s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls.Niklas Hallqvist
1997-08-12revert to prev-cons behaviourMichael Shalayeff
1997-08-12new consMichael Shalayeff
1997-07-21add nbdevs for the size of table of block devises' namesMichael Shalayeff
1997-07-17proper includesMichael Shalayeff
1997-06-06fix twiddle() without breaking backspacekstailey
1997-05-29do \bMichael Shalayeff
1997-04-23implement 'hd' device (i guess nobody will boot from 'rd')Michael Shalayeff
1997-04-17fix tab expansionTheo de Raadt
1997-04-15extern int debug;Michael Shalayeff
1997-04-15print debugging stuff only when debug!=0Michael Shalayeff
1997-04-08use new device names: fd(0,a) -> fd0aMichael Shalayeff
1997-04-07Fix device name.Tobias Weingartner
1997-04-06devboot commitMichael Shalayeff
1997-03-31commit all my mods to the last imported libsa stuff....Michael Shalayeff
1997-03-31Initial /boot stuff (from Mickey)Tobias Weingartner