freebsd-nq/sys/i386
Bill Paul e8dfeb8828 Some people have complained that they were unable to boot the
Feb. 10th snapshot. The keyboard probe in the bootblock seems to
have been singled out as the cause of these problems, so I've beefed it
up alittle. This pushes us right up to the edge of the size limit:
the second stage boot is now 7152 bytes in size, just 8 bytes under
the wire. On the other hand, the new probe now does almost exactly
what syscons does, so hopefully this will do the trick. It seems
to work properly on my hardware, but then so did the old probe.
1995-03-02 21:00:14 +00:00
..
apm This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
bios This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
boot Some people have complained that they were unable to boot the 1995-03-02 21:00:14 +00:00
conf Finish the matcd import. My face is red. 1995-03-02 07:34:38 +00:00
eisa Add $Id 1995-01-16 16:31:34 +00:00
i386 Fix it so that systems with NSCBUS==0 don't have undefineds. 1995-03-02 20:07:05 +00:00
ibcs2 Use of vm_allocate and vm_deallocate has been deprecated. 1995-02-20 23:52:39 +00:00
include Put the joystick status in a struct {int x, y, b1, b2;} rather than in a 1995-02-22 23:34:58 +00:00
isa Correct printf format strings to match argument types. 1995-03-02 08:17:14 +00:00
pci Replace all remaining instances of i386/include' by machine' and fix 1995-02-26 05:14:53 +00:00
scsi Add tagged queueing support. Right now, we only allow two tagged 1995-02-22 01:43:25 +00:00
Makefile