Update docs (more specifically to -current).
This commit is contained in:
parent
7fefc698ab
commit
bd8a3bdca2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16970
@ -1,6 +1,6 @@
|
||||
Hardware Documentation Guide: $Id: hardware.hlp,v 1.4 1996/06/28 22:03:18 jkh Exp $
|
||||
Hardware Documentation Guide: $Id: hardware.hlp,v 1.5 1996/07/01 02:43:43 jkh Exp $
|
||||
|
||||
Contents last changed: June 28th, 1996
|
||||
Contents last changed: July 4th, 1996
|
||||
|
||||
Table of Contents
|
||||
-----------------
|
||||
@ -165,7 +165,6 @@ press [ENTER]. The help message looks something like this:
|
||||
|
||||
Command Description
|
||||
------- -----------
|
||||
attach <devname> Return results of device attach
|
||||
ls List currently configured devices
|
||||
port <devname> <addr> Set device port (i/o address)
|
||||
irq <devname> <number> Set device irq
|
||||
@ -174,7 +173,6 @@ iomem <devname> <addr> Set device maddr (memory address)
|
||||
iosize <devname> <size> Set device memory size
|
||||
flags <devname> <mask> Set device flags
|
||||
enable <devname> Enable device
|
||||
probe <devname> Return results of device probe
|
||||
disable <devname> Disable device (will not be probed)
|
||||
visual Go to visual mode
|
||||
quit Exit this configuration utility
|
||||
@ -278,12 +276,10 @@ The LINT file contains prototype entries for all of the below which you
|
||||
can easily cut-and-paste into your own file (or simply copy LINT and edit
|
||||
it to taste):
|
||||
|
||||
apm: Laptop Advanced Power Management (experimental)
|
||||
ctx: Cortex-I frame grabber
|
||||
cx: Cronyx/Sigma multiport sync/async
|
||||
cy: Cyclades high-speed serial driver
|
||||
el: 3Com 3C501
|
||||
fe: Fujitsu MB86960A/MB86965A Ethernet cards
|
||||
fea: DEV DEFEA EISA FDDI adater
|
||||
fpa: DEC DEFPA PCI FDDI adapter
|
||||
gp: National Instruments AT-GPIB and AT-GPIB/TNT board
|
||||
@ -292,6 +288,7 @@ gus: Gravis Ultrasound - Ultrasound, Ultrasound 16, Ultrasound MAX
|
||||
gusxvi: Gravis Ultrasound 16-bit PCM
|
||||
joy: Joystick
|
||||
labpc: National Instrument's Lab-PC and Lab-PC+
|
||||
meteor: Matrox Meteor frame-grabber card
|
||||
mpu: Roland MPU-401 stand-alone card
|
||||
mse: Logitech & ATI InPort bus mouse ports
|
||||
mss: Microsoft Sound System
|
||||
|
@ -100,7 +100,7 @@ searching facilities. If you wish to use Netscape as your browser,
|
||||
you may install the BSDI version from ftp://ftp.mcom.com or simply
|
||||
type:
|
||||
|
||||
# cd /usr/ports/www/netscape2
|
||||
# cd /usr/ports/www/netscape3
|
||||
# make all install
|
||||
|
||||
If you have the Ports collection installed (see the Configuration menu
|
||||
|
@ -228,7 +228,7 @@ based clones. SMC Elite Ultra is also supported.
|
||||
|
||||
DEC EtherWORKS III NICs (DE203, DE204, and DE205)
|
||||
DEC EtherWORKS II NICs (DE200, DE201, DE202, and DE422)
|
||||
DEC DC21040, DC21041, or DC21140 based NICs (SMC???? DE???)
|
||||
DEC DC21040, DC21041, or DC21140 based NICs (SMC Etherpower 8432T, DE245, etc)
|
||||
DEC FDDI (DEFPA/DEFEA) NICs
|
||||
Fujitsu MB86960A/MB86965A
|
||||
|
||||
@ -511,4 +511,4 @@ We sincerely hope you enjoy this release of FreeBSD!
|
||||
|
||||
The FreeBSD Core Team
|
||||
|
||||
$Id: relnotes.hlp,v 1.8 1996/06/11 15:39:53 jkh Exp $
|
||||
$Id: relnotes.hlp,v 1.9 1996/06/27 07:13:45 jkh Exp $
|
||||
|
@ -1,5 +1,5 @@
|
||||
/stand/sysinstall now supports command-line "shortcuts" which can
|
||||
often replace outdated commands, like pkg_install. Multiple commands
|
||||
often replace outdated commands, like pkg_manage. Multiple commands
|
||||
can be invoked in sequence, and variables may be set on-the-fly to
|
||||
customize the installation program's behavior in various ways.
|
||||
|
||||
@ -10,9 +10,9 @@ Syntax:
|
||||
Where "var" can be one or more of:
|
||||
|
||||
blanktime Screen blank time setting in seconds
|
||||
bootManager Which boot manager to use: booteasy, standard or none
|
||||
bootManager Select boot manager: booteasy, standard or none
|
||||
browserBinary Which doc browser to use (default: lynx)
|
||||
browserPackage Which package to get browser from (default: lynx pkg)
|
||||
browserPackage Which package to get browser from (default: lynx)
|
||||
cpioVerbose How verbose to be with cpio: high, medium or low
|
||||
debug Extra debugging?
|
||||
disk Which disk to operate on (wd0, sd0, etc).
|
||||
@ -110,6 +110,5 @@ Invokes the disk partition editor on disk sd0.
|
||||
|
||||
|
||||
If /stand/sysinstall is linked to another filename, say
|
||||
`/usr/local/bin/configPackages', then the basename will be used as an
|
||||
implicit command name.
|
||||
|
||||
`/usr/local/bin/configPackages', then the basename will be used
|
||||
as an implicit command name.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/stand/sysinstall now supports command-line "shortcuts" which can
|
||||
often replace outdated commands, like pkg_install. Multiple commands
|
||||
often replace outdated commands, like pkg_manage. Multiple commands
|
||||
can be invoked in sequence, and variables may be set on-the-fly to
|
||||
customize the installation program's behavior in various ways.
|
||||
|
||||
@ -10,9 +10,9 @@ Syntax:
|
||||
Where "var" can be one or more of:
|
||||
|
||||
blanktime Screen blank time setting in seconds
|
||||
bootManager Which boot manager to use: booteasy, standard or none
|
||||
bootManager Select boot manager: booteasy, standard or none
|
||||
browserBinary Which doc browser to use (default: lynx)
|
||||
browserPackage Which package to get browser from (default: lynx pkg)
|
||||
browserPackage Which package to get browser from (default: lynx)
|
||||
cpioVerbose How verbose to be with cpio: high, medium or low
|
||||
debug Extra debugging?
|
||||
disk Which disk to operate on (wd0, sd0, etc).
|
||||
@ -110,6 +110,5 @@ Invokes the disk partition editor on disk sd0.
|
||||
|
||||
|
||||
If /stand/sysinstall is linked to another filename, say
|
||||
`/usr/local/bin/configPackages', then the basename will be used as an
|
||||
implicit command name.
|
||||
|
||||
`/usr/local/bin/configPackages', then the basename will be used
|
||||
as an implicit command name.
|
||||
|
Loading…
Reference in New Issue
Block a user