1995-09-18 16:53:06 +00:00
|
|
|
RELEASE NOTES
|
1998-11-04 00:06:41 +00:00
|
|
|
FreeBSD Release 3.0-SNAP
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1998-10-19 08:49:50 +00:00
|
|
|
This is a 3.0-CURRENT release SNAPshot of FreeBSD, currently
|
1998-11-04 00:06:41 +00:00
|
|
|
on its way to the next release after 3.0-RELEASE, which was
|
|
|
|
released on October 16th, 1998.
|
1998-10-19 08:49:50 +00:00
|
|
|
|
|
|
|
Any installation failures or crashes should be reported by using the
|
1998-10-16 02:27:07 +00:00
|
|
|
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
|
|
|
|
1998-10-16 02:27:07 +00:00
|
|
|
For information about FreeBSD and the layout of the 3.0-RELEASE
|
|
|
|
directory (especially if you're installing from floppies!), see
|
|
|
|
ABOUT.TXT. For installation instructions, see the INSTALL.TXT and
|
|
|
|
HARDWARE.TXT files.
|
1997-04-20 19:39:23 +00:00
|
|
|
|
1998-10-19 08:49:50 +00:00
|
|
|
For the latest of these 3.0-current snapshots, you should always see:
|
1997-10-15 04:37:26 +00:00
|
|
|
|
|
|
|
ftp://current.freebsd.org/pub/FreeBSD
|
|
|
|
|
1998-10-16 02:27:07 +00:00
|
|
|
If you wish to get the latest post-3.0-RELEASE technology.
|
1997-10-15 04:37:26 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
Table of contents:
|
|
|
|
------------------
|
1998-10-19 08:49:50 +00:00
|
|
|
1. What's new since 3.0-RELEASE
|
1998-10-14 08:54:03 +00:00
|
|
|
1.1 KERNEL CHANGES
|
|
|
|
1.2 SECURITY FIXES
|
|
|
|
1.3 USERLAND CHANGES
|
|
|
|
|
|
|
|
2. Supported Configurations
|
|
|
|
2.1 Disk Controllers
|
|
|
|
2.2 Ethernet cards
|
|
|
|
2.3 ATM
|
|
|
|
2.4 Misc
|
|
|
|
|
|
|
|
3. Obtaining FreeBSD
|
|
|
|
3.1 FTP/Mail
|
|
|
|
3.2 CDROM
|
|
|
|
|
|
|
|
4. Upgrading from previous releases of FreeBSD
|
|
|
|
|
|
|
|
5. Reporting problems, making suggestions, submitting code
|
|
|
|
6. Acknowledgements
|
1996-10-13 01:53:24 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
|
1998-10-19 08:49:50 +00:00
|
|
|
1. What's new since 3.0-RELEASE
|
1998-10-14 08:54:03 +00:00
|
|
|
---------------------------------
|
1998-09-09 03:37:00 +00:00
|
|
|
All changes described here are unique to the 3.0 branch unless
|
|
|
|
specifically marked as [MERGED] features.
|
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
1.1. KERNEL CHANGES
|
|
|
|
-------------------
|
1998-09-09 03:37:00 +00:00
|
|
|
|
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
|
|
|
Added driver support for fast ethernet adapters based on the
|
1998-12-07 00:35:06 +00:00
|
|
|
RealTek 8129/8139 and Accton MPX 5030/5038 chips, including the
|
1998-12-24 18:52:47 +00:00
|
|
|
SMC EZ Card 10/100 PCI 1211-TX.
|
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
|
|
|
|
|
|
|
Added driver support for Lite-On PNIC-based fast ethernet cards
|
|
|
|
including the LinkSys LNE100TX, NetGear FA310TX Rev. D1 and
|
|
|
|
Matrox FastNIC 10.100.
|
|
|
|
|
|
|
|
Added driver support for fast ethernet adapters based on the
|
|
|
|
Macronix 98713, 98713A, 98715, 98715A and 98725 chips.
|
|
|
|
|
|
|
|
Added driver support for fast ethernet adapters based on the
|
|
|
|
Winbond W89C840F chip.
|
|
|
|
|
|
|
|
Added driver support for fast ethernet adapters based on the
|
|
|
|
VIA Technologies VT3043 "Rhine I" and VT86C100A "Rhine II" chips.
|
|
|
|
|
1998-12-21 18:07:16 +00:00
|
|
|
Added driver support for pocket ethernet adapters based on the
|
|
|
|
RealTek RTL 8002 chip.
|
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
1.2. SECURITY FIXES
|
|
|
|
-------------------
|
1997-08-29 23:28:44 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
1.3. USERLAND CHANGES
|
|
|
|
---------------------
|
1997-08-29 23:28:44 +00:00
|
|
|
|
1998-11-25 13:55:31 +00:00
|
|
|
When using ipfw(8) with the syntax of the first synopsis line from the
|
|
|
|
man page (i. e., with a rules file), it can now optionally be run through
|
|
|
|
a preprocessor (m4, cpp) so it's possible to use symbolic names and other
|
|
|
|
constructs that make maintenance easier.
|
|
|
|
|
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
2. 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
|
|
|
|
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
2.1. Disk Controllers
|
1995-09-18 16:53:06 +00:00
|
|
|
---------------------
|
|
|
|
WD1003 (any generic MFM/RLL)
|
|
|
|
WD1007 (any generic IDE/ESDI)
|
|
|
|
IDE
|
|
|
|
ATA
|
|
|
|
|
1997-01-23 07:44:57 +00:00
|
|
|
Adaptec 1535 ISA SCSI controllers
|
1995-09-18 16:53:06 +00:00
|
|
|
Adaptec 154x series ISA SCSI controllers
|
|
|
|
Adaptec 174x series EISA SCSI controller in standard and enhanced mode.
|
1998-10-15 21:28:59 +00:00
|
|
|
Adaptec 274X/284X/2920/2940/2950/3940/3950 (Narrow/Wide/Twin) series
|
|
|
|
EISA/VLB/PCI SCSI controllers.
|
|
|
|
Adaptec AIC7850, AIC7880, AIC789x, on-board SCSI controllers.
|
1996-11-27 01:44:57 +00:00
|
|
|
|
1998-10-15 21:28:59 +00:00
|
|
|
AdvanSys SCSI controllers (all models).
|
1998-09-16 05:15:37 +00:00
|
|
|
|
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
|
|
|
|
|
1998-10-15 21:28:59 +00:00
|
|
|
DPT SCSI/RAID controllers (most variants).
|
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
SymBios (formerly NCR) 53C810, 53C825, 53c860 and 53c875 PCI SCSI
|
|
|
|
controllers:
|
1998-10-15 21:20:33 +00:00
|
|
|
ASUS SC-200
|
|
|
|
Data Technology DTC3130 (all variants)
|
|
|
|
NCR cards (all)
|
|
|
|
Symbios cards (all)
|
|
|
|
Tekram DC390W, 390U and 390F
|
|
|
|
Tyan S1365
|
1996-11-15 07:02:08 +00:00
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1998-10-15 21:28:59 +00:00
|
|
|
QLogic SCSI and Fibre Channel controllers.
|
1998-09-16 05:15:37 +00:00
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
DTC 3290 EISA SCSI controller in 1542 emulation mode.
|
|
|
|
|
|
|
|
With all supported SCSI controllers, full support is provided for
|
1998-10-15 21:28:59 +00:00
|
|
|
SCSI-I & SCSI-II peripherals, including hard disks, optical disks,
|
|
|
|
tape drives (including DAT and 8mm Exabyte), medium changers, processor
|
|
|
|
target devices and CDROM drives. WORM devices that support CDROM commands
|
|
|
|
are supported for read-only access by the CDROM driver. WORM/CD-R/CD-RW
|
|
|
|
writing support is provided by cdrecord, which is in the ports tree.
|
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)
|
|
|
|
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
|
|
|
|
interface (562/563 models)
|
|
|
|
(scd) Sony proprietary interface (all models)
|
1997-10-15 04:37:26 +00:00
|
|
|
(wcd) ATAPI IDE interface
|
1997-05-04 16:26:53 +00:00
|
|
|
|
1998-10-16 00:29:37 +00:00
|
|
|
SCSI TAPE SUPPORT:
|
|
|
|
|
|
|
|
The CAM SCSI tape driver doesn't yet handle older (and many times broken)
|
|
|
|
tape drives very well. If you've got an older SCSI-1 tape drive, like an
|
|
|
|
Exabyte 8200 or older QIC-type tape drive, it may not work properly with
|
|
|
|
the CAM tape driver. This is obviously a known problem, and we're
|
|
|
|
working on it.
|
|
|
|
|
|
|
|
Newer tape drives that are mostly SCSI-2 compliant should work fine.
|
|
|
|
e.g., DAT (DDS-1, 2 and 3), DLT, and newer Exabyte 8mm drives should
|
|
|
|
work fine.
|
|
|
|
|
|
|
|
If you want to find out if your particular tape drive is supported, the
|
|
|
|
best way to find out is to try it!
|
1997-05-04 16:26:53 +00:00
|
|
|
|
1998-10-15 21:28:59 +00:00
|
|
|
The following drivers were supported under the old SCSI subsystem, but are
|
|
|
|
NOT YET supported under the new CAM SCSI subsystem:
|
|
|
|
|
|
|
|
Tekram DC390 and DC390T controllers (maybe other cards based on the
|
|
|
|
AMD 53c974 as well).
|
|
|
|
|
|
|
|
NCR5380/NCR53400 ("ProAudio Spectrum") SCSI controller.
|
|
|
|
|
|
|
|
UltraStor 14F, 24F and 34F SCSI controllers.
|
|
|
|
|
|
|
|
Seagate ST01/02 SCSI controllers.
|
|
|
|
|
|
|
|
Future Domain 8xx/950 series SCSI controllers.
|
|
|
|
|
|
|
|
WD7000 SCSI controller.
|
1997-05-04 16:26:53 +00:00
|
|
|
|
|
|
|
Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
|
|
|
|
Adaptec 152x series ISA SCSI controllers
|
1997-10-18 11:20:02 +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
|
|
|
|
1998-10-15 21:28:59 +00:00
|
|
|
[ Note: There is work-in-progress to port the AIC-6260/6360 and
|
|
|
|
UltraStor drivers to the new CAM SCSI framework, but no estimates on
|
|
|
|
when or if they will be completed. ]
|
|
|
|
|
|
|
|
Unmaintained drivers, they might or might not work for your hardware:
|
|
|
|
|
1997-05-04 16:26:53 +00:00
|
|
|
Floppy tape interface (Colorado/Mountain/Insight)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-10-18 11:20:02 +00:00
|
|
|
(mcd) Mitsumi proprietary CD-ROM interface (all models)
|
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
2.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
|
1998-01-22 07:23:44 +00:00
|
|
|
based clones. SMC Elite Ultra. SMC Etherpower II.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1998-10-18 16:24:34 +00:00
|
|
|
RealTek 8129/8139 fast ethernet NICs including the following:
|
|
|
|
Allied Telesyn AT2550
|
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
|
|
|
Allied Telesyn AT2500TX
|
1998-10-18 16:24:34 +00:00
|
|
|
Genius GF100TXR (RTL8139)
|
|
|
|
NDC Communications NE100TX-E
|
|
|
|
OvisLink LEF-8129TX
|
|
|
|
OvisLink LEF-8139TX
|
|
|
|
Netronix Inc. EA-1210 NetEther 10/100
|
|
|
|
KTX-9130TX 10/100 Fast Ethernet
|
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
|
|
|
Accton "Cheetah" EN1027D (MPX 5030/5038; RealTek 8139 clone?)
|
1998-12-24 18:52:47 +00:00
|
|
|
SMC EZ Card 10/100 PCI 1211-TX
|
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
|
|
|
|
|
|
|
Lite-On 82c168/82c169 PNIC fast ethernet NICs including the following:
|
|
|
|
LinkSys EtherFast LNE100TX
|
|
|
|
NetGear FA310-TX Rev. D1
|
|
|
|
Matrox FastNIC 10/100
|
|
|
|
|
|
|
|
Macronix 98713, 98713A, 98715, 98715A and 98725 fast ethernet NICs
|
|
|
|
NDC Communications SFA100A (98713A)
|
|
|
|
CNet Pro120A (98713 or 98713A)
|
|
|
|
CNet Pro120B (98715)
|
|
|
|
|
|
|
|
Winbond W89C840F fast ethernet NICs including the following:
|
|
|
|
Trendware TE100-PCIE
|
|
|
|
|
|
|
|
VIA Technologies VT3043 "Rhine I" and VT86C100A "Rhine II" fast ethernet
|
|
|
|
NICs including the following:
|
|
|
|
Hawking Technologies PN102TX
|
|
|
|
D-Link DFE530TX
|
1998-10-18 16:24:34 +00:00
|
|
|
|
1998-07-14 02:14:13 +00:00
|
|
|
Texas Instruments ThunderLAN PCI NICs, including the following:
|
1998-10-14 08:54:03 +00:00
|
|
|
Compaq Netelligent 10, 10/100, 10/100 Proliant, 10/100 Dual-Port
|
|
|
|
Compaq Netelligent 10/100 TX Embedded UTP, 10 T PCI UTP/Coax, 10/100 TX UTP
|
|
|
|
Compaq NetFlex 3P, 3P Integrated, 3P w/ BNC
|
|
|
|
Olicom OC-2135/2138, OC-2325, OC-2326 10/100 TX UTP
|
1998-07-14 02:14:13 +00:00
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
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
|
|
|
|
1998-10-04 06:58:56 +00:00
|
|
|
Intel EtherExpress 16
|
1997-03-02 14:20:23 +00:00
|
|
|
Intel EtherExpress Pro/10
|
1996-04-25 19:04:45 +00:00
|
|
|
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
|
|
|
|
|
1998-08-16 17:16:07 +00:00
|
|
|
3Com 3C509, 3C579, 3C589 (PCMCIA), 3C590/592/595/900/905/905B PCI and EISA
|
1996-12-26 21:24:00 +00:00
|
|
|
(Fast) Etherlink III / (Fast) Etherlink XL
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
Toshiba ethernet cards
|
|
|
|
|
1998-10-04 06:58:56 +00:00
|
|
|
Crystal Semiconductor CS89x0-based NICs, including:
|
1998-10-14 08:54:03 +00:00
|
|
|
IBM Etherjet ISA
|
1998-10-04 06:58:56 +00:00
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
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?
|
|
|
|
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
2.3 ATM
|
|
|
|
-------
|
|
|
|
|
|
|
|
o ATM Host Interfaces
|
|
|
|
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
|
|
|
|
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
|
|
|
|
|
|
|
|
o ATM Signalling Protocols
|
|
|
|
- The ATM Forum UNI 3.1 signalling protocol
|
|
|
|
- The ATM Forum UNI 3.0 signalling protocol
|
|
|
|
- The ATM Forum ILMI address registration
|
|
|
|
- FORE Systems's proprietary SPANS signalling protocol
|
|
|
|
- Permanent Virtual Channels (PVCs)
|
|
|
|
|
|
|
|
o IETF "Classical IP and ARP over ATM" model
|
|
|
|
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
|
|
|
|
- RFC 1577, "Classical IP and ARP over ATM"
|
|
|
|
- RFC 1626, "Default IP MTU for use over ATM AAL5"
|
|
|
|
- RFC 1755, "ATM Signaling Support for IP over ATM"
|
|
|
|
- RFC 2225, "Classical IP and ARP over ATM"
|
|
|
|
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
|
|
|
|
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
|
|
|
|
"A Distributed ATMARP Service Using SCSP"
|
|
|
|
|
|
|
|
o ATM Sockets interface
|
|
|
|
|
|
|
|
2.4. 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
|
|
|
|
1997-10-09 09:11:40 +00:00
|
|
|
Comtrol Rocketport card.
|
|
|
|
|
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
|
1998-10-11 22:44:32 +00:00
|
|
|
and Roland MPU-401 sound cards. (snd driver)
|
|
|
|
|
|
|
|
Most ISA audio codecs manufactured by Crystal Semiconductors, OPTi, Creative
|
|
|
|
Labs, Avance, Yamaha and ENSONIQ. (pcm driver)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-11-14 14:50:29 +00:00
|
|
|
Connectix QuickCam
|
|
|
|
Matrox Meteor Video frame grabber
|
|
|
|
Creative Labs Video Spigot frame grabber
|
|
|
|
Cortex1 frame grabber
|
1997-05-09 07:45:37 +00:00
|
|
|
Hauppauge Wincast/TV boards (PCI)
|
|
|
|
STB TV PCI
|
|
|
|
Intel Smart Video Recorder III
|
1997-10-18 11:20:02 +00:00
|
|
|
Various Frame grabbers based on Brooktree Bt848 chip.
|
1997-05-09 07:45:37 +00:00
|
|
|
|
1997-10-18 11:20:02 +00:00
|
|
|
HP4020, HP6020, Philips CDD2000/CDD2660 and Plasmon CD-R drives.
|
1996-11-14 14:50:29 +00:00
|
|
|
|
|
|
|
PS/2 mice
|
|
|
|
|
|
|
|
Standard PC Joystick
|
|
|
|
|
|
|
|
X-10 power controllers
|
|
|
|
|
|
|
|
GPIB and Transputer drivers.
|
|
|
|
|
|
|
|
Genius and Mustek hand scanners.
|
|
|
|
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
Xilinx XC6200 based reconfigurable hardware cards compatible with
|
|
|
|
the HOT1 from Virtual Computers (www.vcc.com)
|
1996-11-14 14:50:29 +00:00
|
|
|
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
Support for Dave Mills experimental Loran-C receiver.
|
1995-12-07 10:34:59 +00:00
|
|
|
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
FreeBSD currently does NOT support IBM's microchannel (MCA) bus.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
3. Obtaining FreeBSD
|
1995-09-18 16:53:06 +00:00
|
|
|
--------------------
|
|
|
|
|
|
|
|
You may obtain FreeBSD in a variety of ways:
|
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
3.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!
|
1997-03-14 05:23:23 +00:00
|
|
|
Contact freebsd-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
|
1997-05-14 07:12:57 +00:00
|
|
|
`ftpmail@ftpmail.vix.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
|
|
|
|
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
3.2. CDROM
|
|
|
|
----------
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1998-09-09 03:37:00 +00:00
|
|
|
FreeBSD 3.0-RELEASE and 2.2.x-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
|
1998-09-09 03:37:00 +00:00
|
|
|
1-800-786-9907, +1-925-674-0783, +1-925-674-0821 (FAX)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
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:
|
1997-08-29 23:28:44 +00:00
|
|
|
|
|
|
|
ftp://ftp.cdrom.com/cdrom/catalog
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
Cost per -RELEASE CD is $39.95 or $24.95 with a FreeBSD subscription.
|
1998-09-09 03:37:00 +00:00
|
|
|
FreeBSD SNAPshot CDs, when available, are $39.95 or $14.95 with a
|
|
|
|
FreeBSD-SNAP subscription (-RELEASE and -SNAP subscriptions are entirely
|
|
|
|
separate). With a 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.
|
|
|
|
|
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
4. Upgrading from previous releases of FreeBSD
|
|
|
|
----------------------------------------------
|
|
|
|
|
|
|
|
If you're upgrading from a previous release of FreeBSD, most likely
|
|
|
|
it's 2.2.x or 2.1.x (in some lesser number of cases) and some of the
|
|
|
|
following issues may affect you, depending of course on your chosen
|
|
|
|
method of upgrading. There are two popular ways of upgrading
|
|
|
|
FreeBSD distributions:
|
|
|
|
|
|
|
|
o Using sources, via /usr/src
|
|
|
|
o Using sysinstall's (binary) upgrade option.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
In the case of using sources, there are simply two targets you need to
|
|
|
|
be aware of: The standard ``world'' target, which will upgrade a 2.x
|
|
|
|
system to 3.0, or the ``aout-to-elf'' target, which will both upgrade
|
|
|
|
and convert the system to ELF binary format.
|
|
|
|
In the case of using the binary upgrade option, the system will go
|
|
|
|
straight to 3.0/ELF but also populate the /<basepath>/lib/aout
|
|
|
|
directories for backwards compatibility with older binaries.
|
|
|
|
|
|
|
|
In either case, going to ELF will mean that you'll have somewhat
|
|
|
|
smaller binaries and access to a lot more compiler goodies which have
|
|
|
|
been already been ported to other ELF environments (our older and
|
|
|
|
somewhat crufty a.out format being largely unsupported by most other
|
|
|
|
software projects), but on the downside you'll also have access to far
|
|
|
|
fewer ports and packages since many of those have not been adapted to
|
|
|
|
ELF yet. This will occur in time, but those who wish to retain access
|
|
|
|
to the greatest number of packages and 3rd-party binaries should
|
|
|
|
probably stick with a.out.
|
|
|
|
|
|
|
|
The kernel is also still in a.out format at this time so that older
|
|
|
|
LKMs and library interfaces can continue to work, but a full
|
|
|
|
transition to ELF will occur at some point after 3.0-RELEASE. Those
|
|
|
|
wishing to generate dynamic kernel components should therefore use the
|
|
|
|
newer KLD mechanism rather than the older LKM format - the LKM format
|
|
|
|
is not long for this world and will soon be unsupported!
|
|
|
|
|
|
|
|
[ other important upgrading notes should go here]
|
|
|
|
|
|
|
|
|
|
|
|
5. Reporting problems, making suggestions, submitting code.
|
|
|
|
-----------------------------------------------------------
|
1995-09-18 16:53:06 +00:00
|
|
|
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:
|
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
freebsd-bugs@FreeBSD.org
|
1995-09-18 16:53:06 +00:00
|
|
|
|
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
|
|
|
|
1997-08-29 23:28:44 +00:00
|
|
|
Otherwise, for any questions or tech support issues, please send mail to:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
freebsd-questions@FreeBSD.org
|
1995-09-18 16:53:06 +00:00
|
|
|
|
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
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
freebsd-hackers@FreeBSD.org
|
1995-09-18 16:53:06 +00:00
|
|
|
|
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
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
freebsd-announce@FreeBSD.org
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
All of the mailing lists can be freely joined by anyone wishing
|
1995-09-18 16:53:06 +00:00
|
|
|
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!
|
|
|
|
|
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
6. Acknowledgements
|
1995-09-18 16:53:06 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
FreeBSD represents the cumulative work of many dozens, if not
|
|
|
|
hundreds, of individuals from around the world who have worked very
|
1997-02-01 01:08:35 +00:00
|
|
|
hard to bring you this release. For a complete list of FreeBSD
|
|
|
|
project staffers, please see:
|
1996-04-25 19:04:45 +00:00
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
http://www.freebsd.org/handbook/staff.html
|
|
|
|
|
|
|
|
or, if you've loaded the doc distribution:
|
|
|
|
|
|
|
|
file:/usr/share/doc/handbook/staff.html
|
1996-04-25 19:04:45 +00:00
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
Special mention to:
|
|
|
|
|
1997-05-05 11:09:33 +00:00
|
|
|
The donors listed at http://www.freebsd.org/handbook/donors.html
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1998-10-16 04:26:00 +00:00
|
|
|
Justin M. Seger <jseger@freebsd.org> for almost single-handedly
|
|
|
|
converting the ports collection to ELF.
|
|
|
|
|
|
|
|
Doug Rabson <dfr@freebsd.org> and John Birrell <jb@freebsd.org>
|
|
|
|
for making FreeBSD/alpha happen and to the NetBSD project for
|
|
|
|
substantial indirect aid.
|
|
|
|
|
|
|
|
Peter Wemm <peter@freebsd.org> for the new kernel module system
|
|
|
|
(with substantial aid from Doug Rabson).
|
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
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
The FreeBSD Project
|