]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - UPDATING
Add entry about the isa/pci shim issue.
[FreeBSD/FreeBSD.git] / UPDATING
1 Updating Information for FreeBSD current users
2
3 This file is maintained by imp@village.org.  Please send new entries
4 directly to him.  See end of file for further details.  For commonly
5 done items, please see the end of the file.  Search for 'COMMON
6 ITEMS:'
7
8 20000319:
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
16 20000318:
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
24 20000315:
25         4.0 RELEASE shipped.  Please see the 4.0 UPDATING file for how
26         to upgrade to 4.0 from 3.x.
27
28 COMMON ITEMS:
29
30         To build a kernel
31         -----------------
32         Update config, genassym and go:
33                 config YOUR_KERNEL_HERE
34                 cd ../../compile/YOUR_KERNEL_HERE
35                 make depend && make
36                 make install
37
38         To rebuild everything
39         ---------------------
40         make world
41
42 FORMAT:
43
44 This file contains a list, in reverse chronologocal order, of major
45 breakages in tracking -current.  Not all things will be listed here,
46 and it only starts on March 15, 2000.  Updating files can found in
47 previous releases if your system is older than this.
48
49 Please filter your entries through Warner Losh (imp@village.org) so
50 that the style, formatting, etc of this file can be maintained.
51
52 $FreeBSD$