This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / RELNOTES.FreeBSD
index 70b4e33..d3be116 100644 (file)
@@ -61,12 +61,11 @@ Adaptec 174x series EISA SCSI controller in standard and enhanced mode.
 Buslogic 545S.
 Buslogic 445S VLB SCSI controller
 Buslogic 742A and 747.
 Buslogic 545S.
 Buslogic 445S VLB SCSI controller
 Buslogic 742A and 747.
-Please see special notes in /usr/src/KNOWNBUGS for details concerning
-possible buggy firmware and undocumented switch settings that
-may be necessary for proper operation of your controller.
+Please see special notes in /usr/src/KNOWNBUGS (filed under bt742a.c) for
+details concerning possible buggy firmware and undocumented switch settings
+that may be necessary for proper operation of your controller.
 
 
-DTC 3290 EISA SCSI controller in 1542 emulation mode (as long as
-you have less than 16MB of main memory).
+DTC 3290 EISA SCSI controller in 1542 emulation mode.
 
 Ultra Store 14F and 34F.
 
 
 Ultra Store 14F and 34F.
 
@@ -77,22 +76,23 @@ inteface card) is the only way a CD ROM drive may be currently
 attached to a FreeBSD system; we do not support SoundBlaster CDROM
 interface, or other "mini SCSI" adapters.
 
 attached to a FreeBSD system; we do not support SoundBlaster CDROM
 interface, or other "mini SCSI" adapters.
 
-The limitation some controllers have with >16MB of memory (as noted)
-is due to the fact that the ISA bus only has a DMA address space of 24 bits.
+Some controllers have limitations with the way they deal with >16MB of memory,
+due to the fact that the ISA bus only has a DMA address space of 24 bits.
 If you do your arithmetic, you'll see that this makes it impossible to do
 direct DMA to any address >16MB.  This limitation is even true of some
 EISA controllers (which are normally 32 bit) when they're configured to
 emulate an ISA card, which they then do in *all* respects.  This problem
 is avoided entirely by IDE controllers (which do not use DMA), true EISA
 If you do your arithmetic, you'll see that this makes it impossible to do
 direct DMA to any address >16MB.  This limitation is even true of some
 EISA controllers (which are normally 32 bit) when they're configured to
 emulate an ISA card, which they then do in *all* respects.  This problem
 is avoided entirely by IDE controllers (which do not use DMA), true EISA
-controllers (like the UltraStor or Adaptec 1742A) or VLB (local bus)
-controllers.
-
+controllers (like the UltraStor or Adaptec 1742A) and most VLB (local bus)
+controllers.  In these cases, the system will use "bounce buffers" to
+to talk to the controller, and is generally the default.
 
 
 2.2. Ethernet cards
 
 SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
 
 
 2.2. Ethernet cards
 
 SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
-WD8003EBT, WD8003S, WD8003SBT and WD8013EBT based clones.
+WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT
+based clones.
 
 Isolan AT 4141-0 (16 bit)
 
 
 Isolan AT 4141-0 (16 bit)
 
@@ -106,7 +106,7 @@ Novell NE1000, NE2000, and NE2100 ethernet interface.
 
 Toshiba ethernet cards
 
 
 Toshiba ethernet cards
 
-WD Elite Ultra
+SMC Elite Ultra
 
 
 2.3. Misc
 
 
 2.3. Misc
@@ -296,4 +296,4 @@ hope you enjoy this release of FreeBSD!
 
                        The FreeBSD Core Group
 
 
                        The FreeBSD Core Group
 
-$Id: RELNOTES.FreeBSD,v 1.24 1994/02/24 06:49:44 jkh Exp $
+$Id: RELNOTES.FreeBSD,v 1.27 1994/03/24 21:57:38 davidg Exp $