1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/sys/i386
Nate Williams 3d989d58d8 Fix UserConfig w/syscons.
The 'getchar' function in syscons (sccngetc) is used by UserConfig to
get keyboard input from the user.  When it was modified to use the
shared keyboard port routines it used the port passed in during the
probe routine.  Since the probe routine was not yet called, the port was
set to 0, which is obviously not going to work.

Pre-initialize sc_port to IO_KBD which is really a kludge, but it's how
the previous driver did it's job.

Found by:	remote GDB
1996-11-19 17:08:10 +00:00
..
apm
bios
boot Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixes 1996-11-11 14:27:12 +00:00
conf Since there have been so many reports of the Memory Mapped I/O to the 1996-11-16 01:09:20 +00:00
eisa Clean up the memory mapped/Programmed I/O stuff so that the driver completely 1996-11-11 05:21:27 +00:00
i386 Improve the caching of small files like directories, while not 1996-11-17 02:11:01 +00:00
ibcs2 Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
include Commit AWE32 changes I forgot in my first round. Whoops! 1996-11-16 02:24:23 +00:00
isa Fix UserConfig w/syscons. 1996-11-19 17:08:10 +00:00
linux Add audio mixer ioctls. 1996-11-05 02:04:37 +00:00
pci More merge and update. 1996-10-30 22:41:46 +00:00
scsi Be even more careful in how we manipulate the QOUTQCNT variable. Now we 1996-11-16 01:19:14 +00:00
Makefile