From 705a1dda21d21d244dadc8791dba66400d7ec6ab Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 4 May 1997 16:26:53 +0000 Subject: [PATCH] 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. --- release/sysinstall/help/relnotes.hlp | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/release/sysinstall/help/relnotes.hlp b/release/sysinstall/help/relnotes.hlp index e8403cd478e0..e2911c62a544 100644 --- a/release/sysinstall/help/relnotes.hlp +++ b/release/sysinstall/help/relnotes.hlp @@ -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 -------------------