Mention new features:

. if_media support (obtained from Jason Thorpe's NetBSD implementation),
. multi-session ISO-9660 support

Move aic6[26]30 and floppy tapes out into an ``unmaintained'' subsection,
so people don't expect the same quality of support for them as for other
drivers.

Our ATAPI CD-ROM driver should no longer be considered ALPHA quality
now, i think.
This commit is contained in:
Joerg Wunsch 1997-05-04 16:26:53 +00:00
parent 62102247f6
commit 1057ab2ee4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25462

View file

@ -33,6 +33,14 @@ Use the new if_multiaddrs list for multicast addresses rather than the
previous hackery involving struct in_ifaddr and arpcom. Get rid of the
abominable multi_kludge.
The new if_media selection method for ethernet drivers has been brought
in, obtained from Jason Thorpe's NetBSD implementation.
Multi-session ISO-9660 CD-ROMs are now fully supported. By default, the
last session will be mounted (including for root mounts). For non-root
mounts, mount_cd9660(8) can take an argument to mount a particular
session instead of the default one.
2. Supported Configurations
---------------------------
@ -56,8 +64,6 @@ WD1007 (any generic IDE/ESDI)
IDE
ATA
Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
Adaptec 152x series ISA SCSI controllers
Adaptec 1535 ISA SCSI controllers
Adaptec 154x series ISA SCSI controllers
Adaptec 174x series EISA SCSI controller in standard and enhanced mode.
@ -118,10 +124,16 @@ The following CD-ROM type systems are supported at this time:
(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!).
(wcd) ATAPI IDE interface (should be considered BETA quality).
Unmaintained drivers, they might or might not work for your hardware:
Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
Adaptec 152x series ISA SCSI controllers
Floppy tape interface (Colorado/Mountain/Insight)
2.2. Ethernet cards
-------------------