Second round of config related changes to the manpages.

device blah0 -> device blah for PCI devices and busses.
This commit is contained in:
Jeroen Ruigrok van der Werven 2000-01-23 16:13:26 +00:00
parent db972b58b5
commit b9781e2007
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56467
25 changed files with 40 additions and 40 deletions

View file

@ -32,7 +32,7 @@
.Nm pt
.Nd SCSI processor type driver
.Sh SYNOPSIS
.Cd device pt0
.Cd device pt
.Cd device pt1 at scbus0 target 3 unit 0
.Sh DESCRIPTION
The

View file

@ -38,7 +38,7 @@
.Nd
RealTek 8129/8139 fast ethernet device driver
.Sh SYNOPSIS
.Cd "device rl0"
.Cd "device rl"
.Sh DESCRIPTION
The
.Nm

View file

@ -32,7 +32,7 @@
.Nm sa
.Nd SCSI Sequential Access Device Driver
.Sh SYNOPSIS
.Cd device sa0
.Cd device sa
.Cd device sa1 at scbus0 target 4 unit 0
.Sh DESCRIPTION
The

View file

@ -33,7 +33,7 @@
.Nd Creative Sound Blaster ISA and compatible bridge device driver
.Sh SYNOPSIS
For PnP cards:
.Cd "device sbc0"
.Cd "device sbc"
.Pp
For non-PnP cards:
.Cd "device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15"

View file

@ -32,16 +32,16 @@
.Nm CAM
.Nd CAM SCSI subsystem
.Sh SYNOPSIS
.Cd "device scbus0"
.Cd "device scbus"
.Cd "device scbus1 at ahc0"
.Cd "device scbus3 at ahc1 bus 0"
.Cd "device scbus2 at ahc1 bus 1"
.Cd "device cd0"
.Cd "device ch0"
.Cd "device da0"
.Cd "device pass0"
.Cd "device pt0"
.Cd "device sa0"
.Cd "device cd"
.Cd "device ch"
.Cd "device da"
.Cd "device pass"
.Cd "device pt"
.Cd "device sa"
.Cd "device ch1 at scbus0 target 4 unit 0"
.Cd options CAMDEBUG
.Cd options CAM_DEBUG_BUS=-1

View file

@ -38,8 +38,8 @@
.Nd
Adaptec AIC-6915 "Starfire" PCI fast ethernet adapter driver
.Sh SYNOPSIS
.Cd "device miibus0"
.Cd "device sf0"
.Cd "device miibus"
.Cd "device sf"
.Sh DESCRIPTION
The
.Nm

View file

@ -6,7 +6,7 @@
.Nm si
.Nd Driver for Specialix International SI/XIO or SX intelligent serial card.
.Sh SYNOPSIS
.Cd "device si0"
.Cd "device si"
.Cd "device si0 at isa? irq 12 iomem 0xd0000"
.Sh DESCRIPTION
The Specialix SI/XIO and SX hardware makes up an 8 to 32 port RS-232 serial

View file

@ -38,8 +38,8 @@
.Nd
Silicon Integrated Systems fast ethernet device driver
.Sh SYNOPSIS
.Cd "device miibus0"
.Cd "device sis0"
.Cd "device miibus"
.Cd "device sis"
.Sh DESCRIPTION
The
.Nm

View file

@ -38,7 +38,7 @@
.Nd
SysKonnect SK-984x PCI gigabit ethernet adapter driver
.Sh SYNOPSIS
.Cd "device sk0"
.Cd "device sk"
.Sh DESCRIPTION
The
.Nm

View file

@ -32,7 +32,7 @@
.Nd
SMB generic i/o device driver
.Sh SYNOPSIS
.Cd "device smb0 at smbus?"
.Cd "device smb"
.Sh DESCRIPTION
The
.Em smb

View file

@ -32,10 +32,10 @@
.Nd
System Management Bus
.Sh SYNOPSIS
.Cd "device smbus0"
.Cd "device smbus"
.Pp
.Cd "device iicsmb0 at iicbus?"
.Cd "device bktr0"
.Cd "device iicsmb"
.Cd "device bktr"
.Sh DESCRIPTION
The
.Em smbus

View file

@ -33,7 +33,7 @@
.Nd Creative Sound Blaster ISA and compatible bridge device driver
.Sh SYNOPSIS
For PnP cards:
.Cd "device sbc0"
.Cd "device sbc"
.Pp
For non-PnP cards:
.Cd "device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15"

View file

@ -38,8 +38,8 @@
.Nd
Sundance Technologies ST201 fast ethernet device driver
.Sh SYNOPSIS
.Cd "device miibus0"
.Cd "device ste0"
.Cd "device miibus"
.Cd "device ste"
.Sh DESCRIPTION
The
.Nm

View file

@ -38,7 +38,7 @@
.Nd
Alteon Networks Tigon I and Tigon II gigabit ethernet driver
.Sh SYNOPSIS
.Cd "device ti0"
.Cd "device ti"
.Sh DESCRIPTION
The
.Nm

View file

@ -38,8 +38,8 @@
.Nd
Texas Instruments ThunderLAN ethernet device driver
.Sh SYNOPSIS
.Cd "device miibus0"
.Cd "device tl0"
.Cd "device miibus"
.Cd "device tl"
.Sh DESCRIPTION
The
.Nm

View file

@ -39,7 +39,7 @@
.Nd
UHCI USB Host Controller Driver
.Sh SYNOPSIS
.Cd "device uhci0"
.Cd "device uhci"
.Sh DESCRIPTION
The
.Nm

View file

@ -37,7 +37,7 @@
.Nm ukbd
.Nd USB keyboard driver
.Sh SYNOPSIS
.Cd "device ukbd0"
.Cd "device ukbd"
.Sh DESCRIPTION
The
.Nm

View file

@ -37,7 +37,7 @@
.Nm umass
.Nd USB Mass Storage Devices Driver
.Sh SYNOPSIS
.Cd "device umass0"
.Cd "device umass"
.Sh DESCRIPTION
The
.Nm

View file

@ -37,7 +37,7 @@
.Nm ums
.Nd USB mouse driver
.Sh SYNOPSIS
.Cd "device ums0"
.Cd "device ums"
.Sh DESCRIPTION
The
.Nm

View file

@ -37,7 +37,7 @@
.Nm usb
.Nd Universal Serial Bus
.Sh SYNOPSIS
.Cd "device usb0"
.Cd "device usb"
.Sh DESCRIPTION
.Fx
provides machine-independent bus support and drivers for

View file

@ -32,7 +32,7 @@
.Nd
Parallel to SCSI interface driver
.Sh SYNOPSIS
.Cd "device vpo at ppbus?"
.Cd "device vpo"
.Pp
For one or more SCSI busses:
.Cd "device scbus0 at vpo0"

View file

@ -38,8 +38,8 @@
.Nd
VIA Technologies VT3043 and VT86C100A ethernet device driver
.Sh SYNOPSIS
.Cd "device miibus0"
.Cd "device vr0"
.Cd "device miibus"
.Cd "device vr"
.Sh DESCRIPTION
The
.Nm

View file

@ -38,8 +38,8 @@
.Nd
Winbond W89C840F fast ethernet device driver
.Sh SYNOPSIS
.Cd "device miibus0"
.Cd "device wb0"
.Cd "device miibus"
.Cd "device wb"
.Sh DESCRIPTION
The
.Nm

View file

@ -32,7 +32,7 @@
.Nd ATAPI Tape drive
.Sh SYNOPSIS
.Cd options ATAPI
.Cd device wst0
.Cd device wst
.Sh DESCRIPTION
The
.Mn

View file

@ -38,8 +38,8 @@
.Nd
3Com Etherlink XL and Fast Etherlink XL ethernet device driver
.Sh SYNOPSIS
.Cd "device miibus0"
.Cd "device xl0"
.Cd "device miibus"
.Cd "device xl"
.Sh DESCRIPTION
The
.Nm