freebsd-skq/sys/i386
Joerg Wunsch d439025208 Temporary kludge: treat \r same as \n in input, so working on a
comconsole will behave as expected.  The true problem should be fixed
instead, Bruce' comment for this:

>Anyway, i found the reason for my problems: somehow, ICRNL isn't in
>effect at `userconfig' time (but only for comconsole?), hence only

ICRNL doesn't apply to cngetc().  cnputc() unconditionally does the
equivalent of ONLCR; perhaps cngetc() should unconditionally do the
equivalent of ICRNL.  Ddb must be checking for CR.  Userconfig only
checks for NL.  Userconfig works with syscons because pccngetc()
does the conversion.  This is probably the wrong place to do it.
1994-11-27 13:43:37 +00:00
..
apm Fix type mismatches exposed by a recently added prototype. 1994-11-15 14:09:18 +00:00
bios Fix type mismatches exposed by a recently added prototype. 1994-11-15 14:09:18 +00:00
boot Implement RB_VERBOSE. This is intended to mean: Print all information which 1994-11-26 09:08:48 +00:00
conf Added #define PROBE_VERBOSE and description (PCI chip set boot messages) 1994-11-24 20:35:21 +00:00
eisa Expand the EISA MAX_SLOTS from 8 to 16. 1994-11-26 23:10:03 +00:00
i386 Temporary kludge: treat \r same as \n in input, so working on a 1994-11-27 13:43:37 +00:00
ibcs2 First shot README file for iBCS support 1994-10-23 19:20:57 +00:00
include Declare "extern int bootverbose", so that device-drivers and others 1994-11-26 09:27:58 +00:00
isa Expand the EISA MAX_SLOTS from 8 to 16. 1994-11-26 23:10:03 +00:00
pci Moved conversion of ether_type to host byte order out of ethernet drivers 1994-11-24 14:29:38 +00:00
scsi Changed the MAX_SLOTS constant from 8 to 16. The EISA bus can have up 1994-11-25 22:25:15 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00