Added problems with if_ep driver hanging under heavy loads and a warning
[unix-history] / KNOWNBUGS
CommitLineData
787db787
RG
1This file lists known problems with this release of FreeBSD
2
281ada07 3/usr/bin/gdb:
787db787
RG
4 The gdb in the release will not work on shared objects nor will it
5 work with C++ executables. Please use the gdb in the ports area for
6 debugging shared and/or C++ code.
7
281ada07
NW
8/sys/i386/isa/if_ep.c
9 The 3c509 driver will hang under heavy network loads and take your
10 machine off network. (Though the machine will continue to run with
11 no network facilities)
12
13/sys/i386/isa/syscons.c
14 This file will not compile correctly with the compiler distributed
15 in FreeBSD before version 1.1. To compile a FreeBSD 1.1 kernel
16 with a compiler from before FreeBSD 1.1, you will need to add
17 the additional define to COPTS in your
18 /sys/compile/{KERNEN_NAME}/Makefile. Add -D__Free_BSD to
19 that line. Once you upgrade your compile this will no longer
20 be necessary and that addition can be removed.
21
22
23$Id: KNOWNBUGS,v 1.1 1994/02/09 01:50:39 rgrimes Exp $