freebsd-dev/release/texts
Bill Paul 726ff6a158 An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.

if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
         various other PNIC devices

if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
         other boards based on the Macronix 98713, 98713A, 98715, 98715A
         and 98725 chips

if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
         Rhine II chips (note: the D-Link and certain other cards
         that actually use a Rhine II chip still return the PCI
         device ID of the Rhine I. I don't know why, and it doesn't
         really matter since the driver treats both chips the same
         anyway.)

if_wb.c: Trendware TE100-PCIE and various other cards based on the
         Winbond W89C840F chip (the Trendware card is identical to
         the sample boards Winbond sent me, so who knows how many
         clones there are running around)

All drivers include support for ifmedia, BPF and hardware multicast
filtering.

Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.

I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
..
i386 An early Christmas present: add driver support for a whole bunch of 1998-12-04 18:01:24 +00:00
ABOUT.TXT Stage 1: Move a bunch of docs out from under sysinstall and other 1998-11-03 03:21:09 +00:00
ERRATA.TXT Stage 1: Move a bunch of docs out from under sysinstall and other 1998-11-03 03:21:09 +00:00
FLOPPIES.TXT Stage 1: Move a bunch of docs out from under sysinstall and other 1998-11-03 03:21:09 +00:00
HARDWARE.TXT Remove 1998-11-12 11:27:54 +00:00
INSTALL.TXT Doc fixes for CAM devices. If I ever truly understand the logic behind 1998-11-21 21:45:27 +00:00
LAYOUT.TXT Stage 1: Move a bunch of docs out from under sysinstall and other 1998-11-03 03:21:09 +00:00
README.TXT Stage 1: Move a bunch of docs out from under sysinstall and other 1998-11-03 03:21:09 +00:00
RELNOTES.TXT An early Christmas present: add driver support for a whole bunch of 1998-12-04 18:01:24 +00:00
TROUBLE.TXT Doc fixes for CAM devices. If I ever truly understand the logic behind 1998-11-21 21:45:27 +00:00
UPGRADE.TXT Stage 1: Move a bunch of docs out from under sysinstall and other 1998-11-03 03:21:09 +00:00
XFREE86.TXT Stage 1: Move a bunch of docs out from under sysinstall and other 1998-11-03 03:21:09 +00:00

   -----------------------------------------
       FreeBSD 3.0  ---  SNAPSHOT Version              ,        ,
   -----------------------------------------          /(        )`
                                                      \ \___   / |
This is a binary snapshot of 3.0-current, the         /- _  `-/  '
(HEAD) branch which is currently moving towards      (/\/ \ \   /\
the follow-on release to 3.0.                        / /   | `    \
                                                     O O   ) /    |
                                                     `-^--'`<     '
                                                    (_.)  _  )   /
                                                     `.___/`    /
                                                       `-----' /
Feedback or offers to help with anything  <----.     __ / __   \
you see in this release are most welcome  <----|====O)))==) \) /====
and should be sent to one of the approp-  <----'    `--' `.__,' \
riate mailing lists - please see the                   |        |
ABOUT.TXT file for more information.                    \       /       /\
                                                   ______( (_  / \______/
                                                 ,'  ,-----'   |
                                                 `--{__________)

TARGET AUDIENCE:
----------------
This release is aimed primarily at early-adopters and the various
other folks who want to get involved with the ongoing development
of FreeBSD and are willing to deal with a few bumps in the road.
We do our best to ensure that each snapshot works as advertised,
but tracking -current is a process which frequently has its off
days.

If you're both technically proficient and know exactly what you're
getting into here (e.g. you've been following -current) then this
snapshot is probably for you.  If you're more interested in doing
business with FreeBSD than in playing with the cutting edge of
technology, however, then 2.2.x is almost certainly your best bet.


ROAD MAP:
            Most files here are also in the Documentation
                    Menu of the boot floppy

  README.TXT    This file

  ABOUT.TXT     All about FreeBSD, including contact information

  RELNOTES.TXT  Release Notes - what's new & different in this
                release

  LAYOUT.TXT    Information about the layout of the release
                directory. If you are installing from floppies,
                it is especially important that you
                *read this section!*

  ERRATA.TXT    Any late-breaking errata information for this
                release.  On FTP sites, this file may be frequently
                updated so it's a good idea to check it first
                (the master copy is always on ftp.freebsd.org)
                before reporting problems

  HARDWARE.TXT  Information about the configuration of the
                GENERIC kernel and supported hardware

  INSTALL.TXT   How to make a new installation of FreeBSD
                on your PC using the data you see here

  UPGRADE.TXT   How to upgrade an existing FreeBSD
                installation

  TROUBLE.TXT   Troubleshooting information


o For new installation instructions, see the INSTALL.TXT
  and HARDWARE.TXT files.

o If you are upgrading from a previous FreeBSD version,
  please take a look at UPGRADE.TXT.

o It is also important to check the ERRATA.TXT file for any
  late-breaking issues with this release. This file contains
  the latest information on upgrade, security or other problems
  which an administrator should be aware of.

o Information regarding problems which arise after the CD
  is printed can be found at:
  ftp://ftp.freebsd.org/pub/FreeBSD/3.0-RELEASE/ERRATA.TXT

For the most up-to-date software along the RELENG_2_2 branch
(also known as -Stable) which is now proceeding onwards toward
the release of FreeBSD 2.2.8, please install from:

        ftp://releng22.freebsd.org/pub/FreeBSD/

Or for the latest 3.0-Current (HEAD branch) snapshot releases,
please install from:

        ftp://current.freebsd.org/pub/FreeBSD

If you plan to run either -Stable or -Current you MUST be
subscribed to the appropriate mailing list, either
freebsd-stable or freebsd-current. For information on
subscribing to either list (or both), send an e-mail to
majordomo@freebsd.org with the following in the body, not
the subject of the letter as appropriate:

subscribe freebsd-stable
subscribe freebsd-current
end

We hope you enjoy using FreeBSD as much as we enjoyed
creating it!