UPDATING revision 58716
1Updating Information for FreeBSD current users
2
3This file is maintained by imp@village.org.  Please send new entries
4directly to him.  See end of file for further details.  For commonly
5done items, please see the end of the file.  Search for 'COMMON
6ITEMS:'
7
820000319:
9	The ISA and PCI compatability shims have been connected to the
10	options COMPAT_OLDISA and COMPAT_OLDPCI.  If you are using old
11	style PCI or ISA drivers (i.e. tx, voxware, etc.) you must
12	include the appropriate option in your kernel config.  Drivers
13	using the shims should be updated or they won't ship with
14	5.0-RELEASE, targeted for 2001.
15
1620000318:
17	We've entered the tradtional post release dumping party.
18	Large kernel changes are being committed and are in the
19	works.  It is important to keep the systems' klds and kernel
20	in sync as kernel interfaces and structures are changing.
21	Before reporting kernel panics, make sure that all modules
22	that you are loading are up to date.
23
2420000315:
25	If you are upgrading from an older version of FreeBSD, you
26	need to update your boot blocks as well.  'disklabel -B ad0'
27	will do the trick.  This isn't critical until you remove your
28	wd device entries in /dev, at which point your system will not
29	boot.
30
3120000315:
32	4.0 RELEASE shipped.  Please see the 4.0 UPDATING file for how
33	to upgrade to 4.0 from 3.x.
34
35COMMON ITEMS:
36
37	To build a kernel
38	-----------------
39	Update config, genassym and go:
40		config YOUR_KERNEL_HERE
41		cd ../../compile/YOUR_KERNEL_HERE
42		make depend && make
43		make install
44
45	To rebuild everything
46	---------------------
47	make world
48
49FORMAT:
50
51This file contains a list, in reverse chronologocal order, of major
52breakages in tracking -current.  Not all things will be listed here,
53and it only starts on March 15, 2000.  Updating files can found in
54previous releases if your system is older than this.
55
56Please filter your entries through Warner Losh (imp@village.org) so
57that the style, formatting, etc of this file can be maintained.
58
59$FreeBSD: head/UPDATING 58716 2000-03-28 06:59:46Z imp $
60