1995-09-18 16:53:06 +00:00
|
|
|
|
RELEASE NOTES
|
1996-11-27 01:44:57 +00:00
|
|
|
|
FreeBSD Release 2.2-BETA
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-11-27 01:44:57 +00:00
|
|
|
|
This is an BETA release of FreeBSD 2.2-RELEASE and is aimed primarily
|
1996-11-13 12:35:17 +00:00
|
|
|
|
at release testers. Some parts of the documentation may not be updated
|
|
|
|
|
yet and should be reported if and when seen. Naturally, any installation
|
|
|
|
|
failures or crashes should also be reported ASAP by sending mail to
|
|
|
|
|
bugs@freebsd.org or using the send-pr command (those preferring a WEB based
|
|
|
|
|
interface can also see http://www.freebsd.org/send-pr.html).
|
1996-10-30 18:57:46 +00:00
|
|
|
|
|
1996-12-15 18:14:37 +00:00
|
|
|
|
For information about the layout of the 2.2-BETA release directory,
|
|
|
|
|
see ABOUT.TXT. For general information about FreeBSD, see README.TXT.
|
|
|
|
|
For installation instructions, see the INSTALL.TXT and HARDWARE.TXT
|
|
|
|
|
files.
|
1996-10-30 18:57:46 +00:00
|
|
|
|
|
1996-12-15 18:14:37 +00:00
|
|
|
|
|
|
|
|
|
0. What's new since 2.1.X-RELEASE
|
1996-10-13 01:53:24 +00:00
|
|
|
|
------------------------------------
|
|
|
|
|
|
1996-11-13 12:35:17 +00:00
|
|
|
|
Support for the SDL RISCom N2pci sync serial card.
|
1996-10-13 01:53:24 +00:00
|
|
|
|
|
|
|
|
|
Support for Cyclades Cyclom-Y (multi-port async serial) PCI adaptors
|
|
|
|
|
as well as multiple controllers and the 32-Y (if you are currently using
|
|
|
|
|
the Cyclades serial adapter, you should re-make your /dev entries and
|
|
|
|
|
remove the old ones).
|
|
|
|
|
|
1996-11-13 12:35:17 +00:00
|
|
|
|
Updated support for ethernet adaptors which use the DEC DC21X4X chipset.
|
|
|
|
|
|
|
|
|
|
Support for HP PC Lan+ cards (model numbers: 27247B and 27252A)
|
|
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
|
The 3COM 3c590 / 3c595 drivers have improved considerably, and also
|
|
|
|
|
includes support for EISA and 3c90x devices now.
|
1996-10-13 01:53:24 +00:00
|
|
|
|
|
|
|
|
|
You need only change your kernel settings *once* now, on initial startup
|
|
|
|
|
from the floppy. They will be preserved on the subsequently installed
|
|
|
|
|
kernel.
|
|
|
|
|
|
1996-10-01 14:17:58 +00:00
|
|
|
|
Update to gcc 2.7.2.1 & add support for weak symbols.
|
|
|
|
|
|
|
|
|
|
Many things moved/brought into /usr/src/contrib, updating and
|
|
|
|
|
cleaning up the source tree accordingly.
|
|
|
|
|
|
|
|
|
|
Support for compiled-in shared library ld paths.
|
|
|
|
|
|
|
|
|
|
Update sgmlfmt to `instant'.
|
|
|
|
|
|
1996-10-07 04:43:01 +00:00
|
|
|
|
Protection against the widely reported SYN attack.
|
|
|
|
|
|
1996-11-29 04:55:47 +00:00
|
|
|
|
Support for SNMP-style interface MIBs, including full RFC
|
|
|
|
|
1650-compliant MIBs for the `de' (DEC 21x4x) and `ed' (SMC/WD/Novell)
|
|
|
|
|
drivers.
|
|
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
|
/stand/sysinstall moved even more towards a system management tool.
|
|
|
|
|
|
|
|
|
|
The syscons and psm drivers now have a new underlying shared keyboard
|
|
|
|
|
driver, eliminating many of the previously existing problems with
|
|
|
|
|
their mutual interaction.
|
|
|
|
|
|
|
|
|
|
2.2 is the first release that includes full CD-R support for the
|
|
|
|
|
Plasmon RF41xx, HP4020i, and Philips CDD2000 drives. The driver is
|
|
|
|
|
still under development (in particular to extend its usability for
|
|
|
|
|
other devices), but it has been proved to be stable by now.
|
|
|
|
|
|
|
|
|
|
Support for NFSv3 clients and servers went into the 2.2 sources
|
|
|
|
|
shortly after branching off the 2.0.5/2.1.X tree. There are also
|
|
|
|
|
other options available with NFS, like the ability to turn an NFSv2
|
1996-12-26 21:53:11 +00:00
|
|
|
|
server into asynchronous write mode (which is in violation of the
|
1996-12-26 21:24:00 +00:00
|
|
|
|
specs, but has precedents e.g. in SGI Irix).
|
|
|
|
|
|
|
|
|
|
The mount option `async' allows asynchronous metadata updates on UFS
|
|
|
|
|
file systems, something that is the default e.g. on Linux' ext2fs.
|
|
|
|
|
This speeds up many i-node intensive filesystem operations (like
|
|
|
|
|
rm -r) at the cost of an increased risk in case of a system crash.
|
|
|
|
|
The installation itself makes use of this feature, and could be
|
|
|
|
|
drastically accelerated by this. (A bindist-only installation from a
|
|
|
|
|
SCSI CD-ROM can now complete in less than 5 minutes on a fast
|
|
|
|
|
machine!)
|
|
|
|
|
|
|
|
|
|
The ATAPI CD-ROM support is now reported to work for quite an
|
|
|
|
|
impressive number of drives. In other words, all the drives that
|
|
|
|
|
basically adhere to the ATAPI standard are likely to work.
|
|
|
|
|
|
|
|
|
|
There are many new drivers available in the kernel, too many to keep
|
|
|
|
|
them in mind. Tekram supplied a driver for their DC390 and DC390T
|
|
|
|
|
controllers. These controllers are based on the AMD 53c974, and the
|
|
|
|
|
driver is also able to handle other SCSI controllers based on that
|
|
|
|
|
chip. Of course, with Tekram being generous enough to support the
|
|
|
|
|
FreeBSD project with their driver, we'd like to encourage you to buy
|
|
|
|
|
their product. The `ed' and `lnc' drivers now support auto-config-
|
|
|
|
|
uration for the respective PCI ethernet cards, including many NE2000
|
|
|
|
|
clones and the AMD PCnet chips. The SDL RISCom N2 support is new, as
|
|
|
|
|
well as the PCI version of the Cyclades driver.
|
|
|
|
|
|
|
|
|
|
Support for APM BIOSes is now in a much better shape.
|
|
|
|
|
|
|
|
|
|
The manual section 9 has been started, describing `official' kernel
|
|
|
|
|
programming interfaces. We are still seeking volunteers to document
|
|
|
|
|
interfaces here!
|
|
|
|
|
|
1996-08-23 07:56:06 +00:00
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
2. Technical overview
|
1995-09-18 16:53:06 +00:00
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
|
|
FreeBSD is a freely available, full source 4.4 BSD Lite based release
|
|
|
|
|
for Intel i386/i486/Pentium (or compatible) based PC's. It is based
|
|
|
|
|
primarily on software from U.C. Berkeley's CSRG group, with some
|
|
|
|
|
enhancements from NetBSD, 386BSD, and the Free Software Foundation.
|
|
|
|
|
|
1996-11-13 12:35:17 +00:00
|
|
|
|
Since our release of FreeBSD 2.0 almost 2 years ago, the performance,
|
1995-12-07 10:34:59 +00:00
|
|
|
|
feature set and stability of FreeBSD has improved dramatically. The
|
1995-09-18 16:53:06 +00:00
|
|
|
|
largest change is a revamped VM system with a merged VM/file buffer
|
1995-12-07 10:34:59 +00:00
|
|
|
|
cache that not only increases performance but reduces FreeBSD's memory
|
|
|
|
|
footprint, making a 5MB configuration a more acceptable minimum.
|
|
|
|
|
Other enhancements include full NIS client and server support,
|
|
|
|
|
transaction TCP support, dial-on-demand PPP, an improved SCSI
|
1995-09-18 16:53:06 +00:00
|
|
|
|
subsystem, early ISDN support, support for FDDI and Fast Ethernet
|
|
|
|
|
(100Mbit) adapters, improved support for the Adaptec 2940 (WIDE and
|
1995-12-07 10:34:59 +00:00
|
|
|
|
narrow) and 3940 SCSI adaptors along with many hundreds of bug fixes.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
We've taken the comments and suggestions of many of our users to
|
1995-09-18 16:53:06 +00:00
|
|
|
|
heart and have attempted to provide what we hope is a more sane and
|
|
|
|
|
easily understood installation process. Your feedback on this
|
|
|
|
|
(constantly evolving) process is especially welcome!
|
|
|
|
|
|
1996-11-13 12:35:17 +00:00
|
|
|
|
In addition to the base distributions, FreeBSD offers a ported
|
1996-12-15 18:14:37 +00:00
|
|
|
|
software collection with over 700 commonly sought-after programs. The
|
1995-09-18 16:53:06 +00:00
|
|
|
|
list of ports ranges from http (WWW) servers, to games, languages,
|
|
|
|
|
editors and almost everything in between. The entire ports collection
|
1996-11-13 12:35:17 +00:00
|
|
|
|
requires only 6MB of storage, all ports being expressed as "deltas"
|
1995-09-18 16:53:06 +00:00
|
|
|
|
to their original sources. This makes it much easier for us to update
|
1995-12-07 10:34:59 +00:00
|
|
|
|
ports and greatly reduces the disk space demands made by the ports
|
|
|
|
|
collection. To compile a port, you simply change to the directory of
|
|
|
|
|
the program you wish to install, type make and let the system do the
|
|
|
|
|
rest. The full original distribution for each port you build is
|
|
|
|
|
retrieved dynamically off of CDROM or a local ftp site, so you need
|
|
|
|
|
only enough disk space to build the ports you want. (Almost) every
|
|
|
|
|
port is also provided as a pre-compiled "package" which can be
|
|
|
|
|
installed with a simple command (pkg_add). See also the new Packages
|
|
|
|
|
option in the Configuration menu for an especially convenient interface
|
|
|
|
|
to the package collection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A number of additional documents which you may find helpful in the
|
|
|
|
|
process of installing and using FreeBSD may now also be found in the
|
|
|
|
|
/usr/share/doc directory. You may view the manuals with any HTML
|
|
|
|
|
capable browser by saying:
|
|
|
|
|
|
|
|
|
|
To read the handbook:
|
|
|
|
|
<browser> file:/usr/share/doc/handbook/handbook.html
|
|
|
|
|
|
|
|
|
|
To read the FAQ:
|
1996-10-23 22:28:56 +00:00
|
|
|
|
<browser> file:/usr/share/doc/FAQ/FAQ.html
|
1995-12-07 10:34:59 +00:00
|
|
|
|
|
|
|
|
|
You can also visit the master (and most frequently updated) copies at
|
|
|
|
|
http://www.freebsd.org.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
The core of FreeBSD does not contain DES code which would inhibit its
|
|
|
|
|
being exported outside the United States. There is an add-on package
|
|
|
|
|
to the core distribution, for use only in the United States, that
|
|
|
|
|
contains the programs that normally use DES. The auxiliary packages
|
1995-12-07 10:34:59 +00:00
|
|
|
|
provided separately can be used by anyone. A freely (from outside the
|
|
|
|
|
U.S.) exportable distribution of DES for our non-U.S. users also
|
|
|
|
|
exists at ftp://ftp.internat.freebsd.org/pub/FreeBSD.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
If password security for FreeBSD is all you need and you have no
|
1995-09-18 16:53:06 +00:00
|
|
|
|
requirement for copying encrypted passwords from different hosts
|
|
|
|
|
(Suns, DEC machines, etc) into FreeBSD password entries, then
|
|
|
|
|
FreeBSD's MD5 based security may be all you require! We feel that our
|
|
|
|
|
default security model is more than a match for DES, and without any
|
|
|
|
|
messy export issues to deal with. If you're outside (or even inside)
|
1996-04-25 19:04:45 +00:00
|
|
|
|
the U.S., give it a try! This snapshot also includes support for
|
|
|
|
|
mixed password files - either DES or MD5 passwords will be accepted,
|
|
|
|
|
making it easier to transition from one scheme to the other.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
3. Supported Configurations
|
1995-09-18 16:53:06 +00:00
|
|
|
|
---------------------------
|
|
|
|
|
|
|
|
|
|
FreeBSD currently runs on a wide variety of ISA, VLB, EISA and PCI bus
|
|
|
|
|
based PC's, ranging from 386sx to Pentium class machines (though the
|
|
|
|
|
386sx is not recommended). Support for generic IDE or ESDI drive
|
|
|
|
|
configurations, various SCSI controller, network and serial cards is
|
|
|
|
|
also provided.
|
|
|
|
|
|
1996-11-14 14:50:29 +00:00
|
|
|
|
What follows is a list of all peripherals currently known to work with
|
|
|
|
|
FreeBSD. Other configurations may also work, we have simply not as yet
|
|
|
|
|
received confirmation of this.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
3.1. Disk Controllers
|
1995-09-18 16:53:06 +00:00
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
|
|
WD1003 (any generic MFM/RLL)
|
|
|
|
|
WD1007 (any generic IDE/ESDI)
|
|
|
|
|
IDE
|
|
|
|
|
ATA
|
|
|
|
|
|
1996-09-21 06:47:27 +00:00
|
|
|
|
Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
Adaptec 152x series ISA SCSI controllers
|
|
|
|
|
Adaptec 154x series ISA SCSI controllers
|
|
|
|
|
Adaptec 174x series EISA SCSI controller in standard and enhanced mode.
|
1995-12-07 10:34:59 +00:00
|
|
|
|
Adaptec 274X/284X/2940/3940 (Narrow/Wide/Twin) series ISA/EISA/PCI SCSI
|
|
|
|
|
controllers.
|
1996-05-16 20:06:14 +00:00
|
|
|
|
Adaptec AIC7850 on-board SCSI controllers.
|
1996-11-27 01:44:57 +00:00
|
|
|
|
|
|
|
|
|
Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
|
|
|
|
|
and SoundBlaster SCSI cards.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
** Note: You cannot boot from the SoundBlaster cards as they have no
|
1995-12-07 10:34:59 +00:00
|
|
|
|
on-board BIOS, such being necessary for mapping the boot device into the
|
1995-09-18 16:53:06 +00:00
|
|
|
|
system BIOS I/O vectors. They're perfectly usable for external tapes,
|
|
|
|
|
CDROMs, etc, however. The same goes for any other AIC-6x60 based card
|
|
|
|
|
without a boot ROM. Some systems DO have a boot ROM, which is generally
|
|
|
|
|
indicated by some sort of message when the system is first powered up
|
1995-12-07 10:34:59 +00:00
|
|
|
|
or reset, and in such cases you *will* also be able to boot from them.
|
|
|
|
|
Check your system/board documentation for more details.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
Buslogic 545S & 545c
|
|
|
|
|
Buslogic 445S/445c VLB SCSI controller
|
|
|
|
|
Buslogic 742A, 747S, 747c EISA SCSI controller.
|
|
|
|
|
Buslogic 946c PCI SCSI controller
|
|
|
|
|
Buslogic 956c PCI SCSI controller
|
|
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
|
SymBios (formerly NCR) 53C810, 53C825, 53c860 and 53c875 PCI SCSI
|
|
|
|
|
controllers:
|
1996-11-15 07:02:08 +00:00
|
|
|
|
ASUS SC-200
|
|
|
|
|
Data Technology DTC3130 (all variants)
|
|
|
|
|
NCR cards (all)
|
|
|
|
|
Symbios cards (all)
|
|
|
|
|
Tekram DC390W, 390U and 390F
|
|
|
|
|
Tyan S1365
|
|
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
|
Tekram DC390 and DC390T controllers (maybe other cards based on the
|
|
|
|
|
AMD 53c974 as well).
|
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
NCR5380/NCR53400 ("ProAudio Spectrum") SCSI controller.
|
|
|
|
|
|
|
|
|
|
DTC 3290 EISA SCSI controller in 1542 emulation mode.
|
|
|
|
|
|
|
|
|
|
UltraStor 14F, 24F and 34F SCSI controllers.
|
|
|
|
|
|
|
|
|
|
Seagate ST01/02 SCSI controllers.
|
|
|
|
|
|
|
|
|
|
Future Domain 8xx/950 series SCSI controllers.
|
|
|
|
|
|
|
|
|
|
WD7000 SCSI controller.
|
|
|
|
|
|
|
|
|
|
With all supported SCSI controllers, full support is provided for
|
|
|
|
|
SCSI-I & SCSI-II peripherals, including Disks, tape drives (including
|
1996-11-14 14:50:29 +00:00
|
|
|
|
DAT and 8mm Exabyte) and CD ROM drives.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
The following CD-ROM type systems are supported at this time:
|
1995-12-07 10:34:59 +00:00
|
|
|
|
(cd) SCSI interface (also includes ProAudio Spectrum and
|
|
|
|
|
SoundBlaster SCSI)
|
|
|
|
|
(mcd) Mitsumi proprietary interface (all models)
|
|
|
|
|
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
|
|
|
|
|
interface (562/563 models)
|
|
|
|
|
(scd) Sony proprietary interface (all models)
|
|
|
|
|
(wcd) ATAPI IDE interface (experimental and should be considered ALPHA
|
|
|
|
|
quality!).
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
3.2. Ethernet cards
|
1995-09-18 16:53:06 +00:00
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
Allied-Telesis AT1700 and RE2000 cards
|
1996-11-15 07:06:58 +00:00
|
|
|
|
|
|
|
|
|
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
|
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
|
|
|
|
|
WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT
|
|
|
|
|
based clones. SMC Elite Ultra is also supported.
|
|
|
|
|
|
|
|
|
|
DEC EtherWORKS III NICs (DE203, DE204, and DE205)
|
|
|
|
|
DEC EtherWORKS II NICs (DE200, DE201, DE202, and DE422)
|
1996-07-05 01:24:41 +00:00
|
|
|
|
DEC DC21040, DC21041, or DC21140 based NICs (SMC Etherpower 8432T, DE245, etc)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
DEC FDDI (DEFPA/DEFEA) NICs
|
1996-11-15 07:06:58 +00:00
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Fujitsu MB86960A/MB86965A
|
1996-11-15 07:06:58 +00:00
|
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
|
HP PC Lan+ cards (model numbers: 27247B and 27252A).
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Intel EtherExpress (not recommended due to driver instability)
|
|
|
|
|
Intel EtherExpress Pro/100B PCI Fast Ethernet
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
Isolan AT 4141-0 (16 bit)
|
|
|
|
|
Isolink 4110 (8 bit)
|
|
|
|
|
|
|
|
|
|
Novell NE1000, NE2000, and NE2100 ethernet interface.
|
|
|
|
|
|
|
|
|
|
3Com 3C501 cards
|
|
|
|
|
|
|
|
|
|
3Com 3C503 Etherlink II
|
|
|
|
|
|
|
|
|
|
3Com 3c505 Etherlink/+
|
|
|
|
|
|
|
|
|
|
3Com 3C507 Etherlink 16/TP
|
|
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
|
3Com 3C509, 3C579, 3C589 (PCMCIA), 3C590/592/595/900/905 PCI and EISA
|
|
|
|
|
(Fast) Etherlink III / (Fast) Etherlink XL
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
Toshiba ethernet cards
|
|
|
|
|
|
|
|
|
|
PCMCIA ethernet cards from IBM and National Semiconductor are also
|
|
|
|
|
supported.
|
|
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
Note that NO token ring cards are supported at this time as we're
|
|
|
|
|
still waiting for someone to donate a driver for one of them. Any
|
|
|
|
|
takers?
|
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
3.3. Misc
|
1995-09-18 16:53:06 +00:00
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
AST 4 port serial card using shared IRQ.
|
|
|
|
|
|
|
|
|
|
ARNET 8 port serial card using shared IRQ.
|
1996-04-25 19:04:45 +00:00
|
|
|
|
ARNET (now Digiboard) Sync 570/i high-speed serial.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-11-15 18:44:02 +00:00
|
|
|
|
Boca BB1004 4-Port serial card (Modems NOT supported)
|
|
|
|
|
Boca IOAT66 6-Port serial card (Modems supported)
|
|
|
|
|
Boca BB1008 8-Port serial card (Modems NOT supported)
|
|
|
|
|
Boca BB2016 16-Port serial card (Modems supported)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
Cyclades Cyclom-y Serial Board.
|
|
|
|
|
|
|
|
|
|
STB 4 port card using shared IRQ.
|
|
|
|
|
|
|
|
|
|
SDL Communications Riscom/8 Serial Board.
|
1996-10-30 18:57:46 +00:00
|
|
|
|
SDL Communications RISCom/N2 and N2pci high-speed sync serial boards.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-11-14 14:51:16 +00:00
|
|
|
|
Stallion multiport serial boards: EasyIO, EasyConnection 8/32 & 8/64,
|
|
|
|
|
ONboard 4/16 and Brumby.
|
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
Adlib, SoundBlaster, SoundBlaster Pro, ProAudioSpectrum, Gravis UltraSound
|
|
|
|
|
and Roland MPU-401 sound cards.
|
|
|
|
|
|
1996-11-14 14:50:29 +00:00
|
|
|
|
Connectix QuickCam
|
|
|
|
|
Matrox Meteor Video frame grabber
|
|
|
|
|
Creative Labs Video Spigot frame grabber
|
|
|
|
|
Cortex1 frame grabber
|
|
|
|
|
|
|
|
|
|
HP4020i, Philips CDD2000 and PLASMON WORM (CDR) drives.
|
|
|
|
|
|
|
|
|
|
PS/2 mice
|
|
|
|
|
|
|
|
|
|
Standard PC Joystick
|
|
|
|
|
|
|
|
|
|
X-10 power controllers
|
|
|
|
|
|
|
|
|
|
GPIB and Transputer drivers.
|
|
|
|
|
|
|
|
|
|
Genius and Mustek hand scanners.
|
|
|
|
|
|
|
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
FreeBSD currently does NOT support IBM's microchannel (MCA) bus.
|
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
4. Obtaining FreeBSD
|
1995-09-18 16:53:06 +00:00
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
|
|
You may obtain FreeBSD in a variety of ways:
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
4.1. FTP/Mail
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
You can ftp FreeBSD and any or all of its optional packages from
|
|
|
|
|
`ftp.freebsd.org' - the official FreeBSD release site.
|
|
|
|
|
|
|
|
|
|
For other locations that mirror the FreeBSD software see the file
|
1995-12-07 10:34:59 +00:00
|
|
|
|
MIRROR.SITES. Please ftp the distribution from the site closest (in
|
|
|
|
|
networking terms) to you. Additional mirror sites are always welcome!
|
|
|
|
|
Contact admin@freebsd.org for more details if you'd like to become an
|
|
|
|
|
official mirror site.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-12-26 21:53:11 +00:00
|
|
|
|
If you do not have access to the Internet and electronic mail is your
|
1995-09-18 16:53:06 +00:00
|
|
|
|
only recourse, then you may still fetch the files by sending mail to
|
|
|
|
|
`ftpmail@decwrl.dec.com' - putting the keyword "help" in your message
|
1995-12-07 10:34:59 +00:00
|
|
|
|
to get more information on how to fetch files using this mechanism.
|
|
|
|
|
Please do note, however, that this will end up sending many *tens of
|
|
|
|
|
megabytes* through the mail and should only be employed as an absolute
|
|
|
|
|
LAST resort!
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
4.2. CDROM
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-11-13 12:35:17 +00:00
|
|
|
|
FreeBSD 2.1.6-RELEASE and 2.2-RELEASE CDs may be ordered on CDROM from:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
Walnut Creek CDROM
|
|
|
|
|
4041 Pike Lane, Suite D
|
|
|
|
|
Concord CA 94520
|
|
|
|
|
1-800-786-9907, +1-510-674-0783, +1-510-674-0821 (fax)
|
|
|
|
|
|
1996-12-26 21:53:11 +00:00
|
|
|
|
Or via the Internet from orders@cdrom.com or http://www.cdrom.com.
|
1996-11-13 12:35:17 +00:00
|
|
|
|
Their current catalog can be obtained via ftp from:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
ftp://ftp.cdrom.com/cdrom/catalog.
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Cost per -RELEASE CD is $39.95 or $24.95 with a FreeBSD subscription.
|
1996-11-13 12:35:17 +00:00
|
|
|
|
FreeBSD 3.0-SNAP CDs are $29.95 or $14.95 with a FreeBSD-SNAP subscription
|
1996-12-26 21:53:11 +00:00
|
|
|
|
(-RELEASE and -SNAP subscriptions are entirely separate). With a
|
1996-04-25 19:04:45 +00:00
|
|
|
|
subscription, you will automatically receive updates as they are released.
|
|
|
|
|
Your credit card will be billed when each disk is shipped and you may cancel
|
|
|
|
|
your subscription at any time without further obligation.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
Shipping (per order not per disc) is $5 in the US, Canada or Mexico
|
|
|
|
|
and $9.00 overseas. They accept Visa, Mastercard, Discover, American
|
|
|
|
|
Express or checks in U.S. Dollars and ship COD within the United
|
|
|
|
|
States. California residents please add 8.25% sales tax.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
Should you be dissatisfied for any reason, the CD comes with an
|
|
|
|
|
unconditional return policy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reporting problems, making suggestions, submitting code
|
|
|
|
|
-------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
Your suggestions, bug reports and contributions of code are always
|
|
|
|
|
valued - please do not hesitate to report any problems you may find
|
1995-12-07 10:34:59 +00:00
|
|
|
|
(preferably with a fix attached, if you can!).
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
The preferred method to submit bug reports from a machine with
|
1996-12-26 21:53:11 +00:00
|
|
|
|
Internet mail connectivity is to use the send-pr command or use the CGI
|
1996-11-13 12:35:17 +00:00
|
|
|
|
script at http://www.freebsd.org/send-pr.html. Bug reports
|
1995-09-18 16:53:06 +00:00
|
|
|
|
will be dutifully filed by our faithful bugfiler program and you can
|
|
|
|
|
be sure that we'll do our best to respond to all reported bugs as soon
|
1995-12-07 10:34:59 +00:00
|
|
|
|
as possible. Bugs filed in this way are also visible on our WEB site
|
|
|
|
|
in the support section and are therefore valuable both as bug reports
|
|
|
|
|
and as "signposts" for other users concerning potential problems to
|
|
|
|
|
watch out for.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
If, for some reason, you are unable to use the send-pr command to
|
|
|
|
|
submit a bug report, you can try to send it to:
|
|
|
|
|
|
|
|
|
|
bugs@FreeBSD.org
|
|
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
|
Note that send-pr itself is a shell script that should be easy to move
|
|
|
|
|
even onto a totally different system. We much prefer if you could use
|
|
|
|
|
this interface, since it make it easier to keep track of the problem
|
|
|
|
|
reports. However, before submitting, please try to make sure whether
|
|
|
|
|
the problem might have already been fixed since.
|
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
Otherwise, for any questions or suggestions, please send mail to:
|
|
|
|
|
|
|
|
|
|
questions@FreeBSD.org
|
|
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
Additionally, being a volunteer effort, we are always happy to have
|
1995-12-07 10:34:59 +00:00
|
|
|
|
extra hands willing to help - there are already far more desired
|
|
|
|
|
enhancements than we'll ever be able to manage by ourselves! To
|
|
|
|
|
contact us on technical matters, or with offers of help, please send
|
|
|
|
|
mail to:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
hackers@FreeBSD.org
|
|
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
|
|
|
|
|
Please note that these mailing lists can experience *significant*
|
|
|
|
|
amounts of traffic and if you have slow or expensive mail access and
|
|
|
|
|
are only interested in keeping up with significant FreeBSD events, you
|
|
|
|
|
may find it preferable to subscribe instead to:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
announce@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All but the freebsd-bugs groups can be freely joined by anyone wishing
|
|
|
|
|
to do so. Send mail to MajorDomo@FreeBSD.org and include the keyword
|
|
|
|
|
`help' on a line by itself somewhere in the body of the message. This
|
|
|
|
|
will give you more information on joining the various lists, accessing
|
|
|
|
|
archives, etc. There are a number of mailing lists targeted at
|
|
|
|
|
special interest groups not mentioned here, so send mail to majordomo
|
|
|
|
|
and ask about them!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6. Acknowledgements
|
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
FreeBSD represents the cumulative work of many dozens, if not
|
|
|
|
|
hundreds, of individuals from around the world who have worked very
|
|
|
|
|
hard to bring you this release. It would be very difficult, if not
|
|
|
|
|
impossible, to enumerate everyone who's contributed to FreeBSD, but
|
1995-12-07 10:34:59 +00:00
|
|
|
|
nonetheless we shall try (in alphabetical order, of course). If you've
|
|
|
|
|
contributed something substantive to us and your name is not mentioned
|
|
|
|
|
here, please be assured that its omission is entirely accidental.
|
|
|
|
|
Please contact hackers@FreeBSD.org for any desired updates to the
|
|
|
|
|
lists that follow:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Computer Systems Research Group (CSRG), U.C. Berkeley.
|
|
|
|
|
|
|
|
|
|
Bill Jolitz, for his initial work with 386BSD.
|
|
|
|
|
|
|
|
|
|
The FreeBSD Core Team
|
1996-04-25 19:04:45 +00:00
|
|
|
|
(in alphabetical order by last name):
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Satoshi Asami <asami@FreeBSD.org>
|
1995-09-18 16:53:06 +00:00
|
|
|
|
Andrey A. Chernov <ache@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
John Dyson <dyson@FreeBSD.org>
|
1995-09-18 16:53:06 +00:00
|
|
|
|
Bruce Evans <bde@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Justin Gibbs <gibbs@FreeBSD.org>
|
1995-09-18 16:53:06 +00:00
|
|
|
|
David Greenman <davidg@FreeBSD.org>
|
|
|
|
|
Jordan K. Hubbard <jkh@FreeBSD.org>
|
|
|
|
|
Poul-Henning Kamp <phk@FreeBSD.org>
|
|
|
|
|
Rich Murphey <rich@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Gary Palmer <gpalmer@FreeBSD.org>
|
1995-09-18 16:53:06 +00:00
|
|
|
|
S<>ren Schmidt <sos@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Peter Wemm <peter@FreeBSD.org>
|
|
|
|
|
Garrett A. Wollman <wollman@FreeBSD.org>
|
|
|
|
|
J<>rg Wunsch <joerg@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The FreeBSD Development Team, excluding core team members
|
|
|
|
|
(in alphabetical order by last name):
|
|
|
|
|
|
|
|
|
|
Torsten Blum <torstenb@FreeBSD.org>
|
|
|
|
|
Gary Clark II <gclarkii@FreeBSD.org>
|
|
|
|
|
Adam David <adam@FreeBSD.org>
|
|
|
|
|
Peter Dufault <dufault@FreeBSD.org>
|
|
|
|
|
Frank Durda IV <uhclem@FreeBSD.org>
|
|
|
|
|
Julian Elischer <julian@FreeBSD.org>
|
|
|
|
|
Sean Eric Fagan <sef@FreeBSD.org>
|
|
|
|
|
Stefan Esser <se@FreeBSD.org>
|
|
|
|
|
Bill Fenner <fenner@FreeBSD.org>
|
|
|
|
|
John Fieber <jfieber@FreeBSD.org>
|
|
|
|
|
Lars Fredriksen <lars@freeBSD.org>
|
|
|
|
|
Thomas Gellekum <tg@FreeBSD.org>
|
|
|
|
|
Thomas Graichen <graichen@FreeBSD.org>
|
|
|
|
|
Rod Grimes <rgrimes@FreeBSD.org>
|
1996-11-15 07:06:58 +00:00
|
|
|
|
James FitzGibbon <jfitz@FreeBSD.org>
|
1996-10-30 18:57:46 +00:00
|
|
|
|
John Hay <jhay@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Jeffrey Hsu <hsu@FreeBSD.org>
|
|
|
|
|
Ugen J.S. Antsilevich <ugen@FreeBSD.org>
|
|
|
|
|
Gary Jennejohn <gj@FreeBSD.org>
|
1996-11-15 07:06:58 +00:00
|
|
|
|
Andreas Klemm <andreas@FreeBSD.org>
|
|
|
|
|
Warner Losh <imp@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
L Jonas Olsson <ljo@FreeBSD.org>
|
|
|
|
|
Eric L. Hernes <erich@FreeBSD.org>
|
|
|
|
|
Scott Mace <smace@FreeBSD.org>
|
|
|
|
|
Atsushi Murai <amurai@FreeBSD.org>
|
|
|
|
|
Mark Murray <markm@FreeBSD.org>
|
1996-11-15 07:06:58 +00:00
|
|
|
|
Alex Nash <alex@FreeBSD.org>
|
|
|
|
|
Masafumi NAKANE <max@FreeBSD.org>
|
|
|
|
|
David E. O'Brien <obrien@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Andras Olah <olah@FreeBSD.org>
|
1996-11-15 07:06:58 +00:00
|
|
|
|
Steve Passe <smp@FreeBSD.org>
|
|
|
|
|
Sujal Patel <smpatel@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Bill Paul <wpaul@FreeBSD.org>
|
|
|
|
|
Joshua Peck Macdonald <jmacd@FreeBSD.org>
|
|
|
|
|
John Polstra <jdp@FreeBSD.org>
|
1996-11-15 07:06:58 +00:00
|
|
|
|
Steve Price <steve@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Mike Pritchard <mpp@FreeBSD.org>
|
|
|
|
|
Doug Rabson <dfr@FreeBSD.org>
|
1996-11-15 07:06:58 +00:00
|
|
|
|
James Raynard <jraynard@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Geoff Rehmet <csgr@FreeBSD.org>
|
|
|
|
|
Martin Renters <martin@FreeBSD.org>
|
|
|
|
|
Paul Richards <paul@FreeBSD.org>
|
|
|
|
|
Ollivier Robert <roberto@FreeBSD.org>
|
1996-11-15 07:06:58 +00:00
|
|
|
|
Chuck Robey <chuckr@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Dima Ruban <dima@FreeBSD.org>
|
|
|
|
|
Wolfram Schneider <wosch@FreeBSD.org>
|
|
|
|
|
Andreas Schulz <ats@FreeBSD.org>
|
|
|
|
|
Karl Strickland <karl@FreeBSD.org>
|
1996-11-15 07:06:58 +00:00
|
|
|
|
Michael Smith <msmith@FreeBSD.org>
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Paul Traina <pst@FreeBSD.org>
|
|
|
|
|
Guido van Rooij <guido@FreeBSD.org>
|
|
|
|
|
Steven Wallace <swallace@FreeBSD.org>
|
|
|
|
|
Nate Williams <nate@FreeBSD.org>
|
|
|
|
|
Jean-Marc Zucconi <jmz@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Additional FreeBSD helpers and beta testers:
|
|
|
|
|
|
|
|
|
|
Coranth Gryphon Dave Rivers
|
1996-11-13 12:35:17 +00:00
|
|
|
|
Kaleb S. Keithley Terry Lambert
|
|
|
|
|
David Dawes Don Lewis
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
Special mention to:
|
|
|
|
|
|
|
|
|
|
Walnut Creek CDROM, without whose help (and continuing support)
|
|
|
|
|
this release would never have been possible.
|
|
|
|
|
|
|
|
|
|
Dermot McDonnell for his donation of a Toshiba XM3401B CDROM
|
|
|
|
|
drive.
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Chuck Robey for his donation of a floppy tape streamer for
|
|
|
|
|
testing.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Larry Altneu and Wilko Bulte for providing us with Wangtek
|
|
|
|
|
and Archive QIC-02 tape drives for testing and driver hacking.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-06-27 07:13:45 +00:00
|
|
|
|
CalWeb Internet Services for the loan of a P6/200 machine for
|
|
|
|
|
speedy package building.
|
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
Everyone at Montana State University for their initial support.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
|
And to the many thousands of FreeBSD users and testers all over the
|
|
|
|
|
world, without whom this release simply would not have been possible.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
We sincerely hope you enjoy this release of FreeBSD!
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
|
The FreeBSD Core Team
|
|
|
|
|
|
1997-01-14 07:20:47 +00:00
|
|
|
|
$FreeBSD$
|