IMPORTANT:
[unix-history] / KNOWNBUGS
CommitLineData
787db787
RG
1This file lists known problems with this release of FreeBSD
2
b908bf61
NW
3'hanging keyboard'
4------------------
5There are still problems with certain machines appearing to 'hang' on
6bootup even though a prompt is there. The most common machines that
7exhibit these problems are Gateway 2000 machines with PHOENIX bios's but
8other machines with PHOENIX bios also exhibit this behavior.
9 The temporary solution until you can get the distribution
10installed on your hard-drive is to 'bounce' on a key like shift or
11num-lock (which works well since you can see when the keyboard comes
12back to life) until the boot sequence is finished. The keyboard will
13work fine for installing FreeBSD onto the hard-drive.
14 Generally the problems go away at this point, but if it doesn't
15you should install a SYSCONS kernel which doesn't experience these
16keyboard problems.
17
281ada07 18/usr/bin/gdb:
787db787
RG
19 The gdb in the release will not work on shared objects nor will it
20 work with C++ executables. Please use the gdb in the ports area for
21 debugging shared and/or C++ code.
22
281ada07
NW
23/sys/i386/isa/if_ep.c
24 The 3c509 driver will hang under heavy network loads and take your
25 machine off network. (Though the machine will continue to run with
26 no network facilities)
27
d9d60f34
RG
28/sys/i386/boot
29 DO NOT ATTEMPT TO REBUILD THE BOOT BLOCKS. There is currently
30 a problem in that the boot block code has grown and if you build
31 it with the new version of as and install them you will NOT BE
32 ABLE TO BOOT YOUR SYSTEM. This problem will be fixed before
33 the 1.1 release is ship, and should only exist with the 1.1 BETA
34 release.
35
36 The boot block binaries shipped with the 1.1 BETA release were
37 built using an older version of as and can be installed safely.
38
39$Id: KNOWNBUGS,v 1.5 1994/02/20 02:45:44 rgrimes Exp $