1. Remove a rather strangely gratuitous bit of profanity
[unix-history] / contrib / FAQ / FreeBSD.FAQ
index 4056d80..21c8741 100644 (file)
@@ -6,7 +6,7 @@
 Please mail all suggestions and additions to <FreeBSD-FAQ@freefall.cdrom.com>
 
 
 Please mail all suggestions and additions to <FreeBSD-FAQ@freefall.cdrom.com>
 
 
-Revision: $Id: FreeBSD.FAQ,v 1.30 1994/06/02 11:50:23 gclarkii Exp $
+Revision: $Id: FreeBSD.FAQ,v 1.34 1994/06/13 05:38:52 gclarkii Exp $
 
 All entries marked <CURRENT> are for FreeBSD-current.  All other entries
 are for both version 1.1 and current.
 
 All entries marked <CURRENT> are for FreeBSD-current.  All other entries
 are for both version 1.1 and current.
@@ -304,19 +304,14 @@ Buslogic             BT-445 Series <VLB> (but see section 1.5)
                      BT-545 Series <ISA>
                      BT-742 Series <EISA>
                      BT-747 Series <EISA>
                      BT-545 Series <ISA>
                      BT-742 Series <EISA>
                      BT-747 Series <EISA>
-Future Domain        TMC-950 Series <ISA> (See below)
-Seagate              ST-01/02 Series <ISA> (See below)
+Future Domain        TMC-8XX/950 Series <ISA> (CURRENT ONLY)
+Seagate              ST-01/02 Series <ISA> (CURRENT ONLY)
 UltraStor            UH-14f Series <ISA>
                      UH-34f Series <EISA/VLB>
 
 There is supposed to be a UltraStor 24f driver floating around, but
 we're not sure where (could someone please point us at it?).   
 
 UltraStor            UH-14f Series <ISA>
                      UH-34f Series <EISA/VLB>
 
 There is supposed to be a UltraStor 24f driver floating around, but
 we're not sure where (could someone please point us at it?).   
 
-The Seagate and Future Domain SCSI cards are supported through contributed
-code.  Please see the installation notes in:
-        /usr/src/contrib/FAQ/programs/SCSI/st01fd950/README.seagate
-for instructions on how to install these drivers.  
-
 2.3:  What CD-ROM drives are supported by FreeBSD?
 
 Any SCSI drive connected to a supported controller.  Mitsumi
 2.3:  What CD-ROM drives are supported by FreeBSD?
 
 Any SCSI drive connected to a supported controller.  Mitsumi
@@ -639,6 +634,12 @@ The part you are concerned with are the major and minor device numbers.
 
 3. If /dev/vga exists that it is a symlink to /dev/ttyv0.
 
 
 3. If /dev/vga exists that it is a symlink to /dev/ttyv0.
 
+5.9:  I've had a couple of system panics and would like to be able
+      browse the system dumps.  The normal kernel is stripped and
+      I don't want to run a bloated kernel.  What can I do?
+
+Please retrieve the file FAQ/OTHER-FAQS/FreeBSD.kdebug.FAQ.  This
+file covers the instructions for looking at system dumps.
 
 \f
 6 Kernel Configuration
 
 \f
 6 Kernel Configuration
@@ -883,16 +884,6 @@ This requires that you have the sources to at least the kernel and the config
 utility.  See /usr/src/sys/i386/conf/LINT for its comments on multicast; you'll
 need to set the MROUTING and MULTICAST options as shown there.
 
 utility.  See /usr/src/sys/i386/conf/LINT for its comments on multicast; you'll
 need to set the MROUTING and MULTICAST options as shown there.
 
-If you are running a 1.1 system you may then find that things like rlogin and
-ftpd are whining to syslog about failures in setsockopt().  Don't worry as
-this is a harmless side-effect of putting FreeBSD into "compliance mode"
-with BSD/386 and NetBSD for certain network operations, necessary because many
-tools like `vat' (see below) are only distribted in binary form for BSDI
-systems and we wouldn't otherwise be able to run them.  If you have the full
-source dist, you may get rid of these warnings by doing a `make world'.  Users
-of FreeBSD 1.1.5 will not experience these problems as the binaries there have
-already been compiled this way by default.
-
 Further reading/exploration for those interested in multicast:
 
 Product                Description             Where
 Further reading/exploration for those interested in multicast:
 
 Product                Description             Where