diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-17 08:24:20 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-17 08:24:20 +0000 |
commit | d3f7bb297e78283053350da5d994798d852003ca (patch) | |
tree | 49f489243971720eb1419a1006099d24d1defa86 /share/man/man4/adv.4 | |
parent | 12e49033495ab129411bee56513cbea16e18f44a (diff) |
Discourage usage of controller in kernel config files. Reflect this
by changing ``controller'' to ``device'' as per GENERIC and LINT.
Notes
Notes:
svn path=/head/; revision=56156
Diffstat (limited to 'share/man/man4/adv.4')
-rw-r--r-- | share/man/man4/adv.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/adv.4 b/share/man/man4/adv.4 index 1c9c1514ef1f..dc860b56c3b7 100644 --- a/share/man/man4/adv.4 +++ b/share/man/man4/adv.4 @@ -31,19 +31,19 @@ .Nd Advansys ISA/VL/EISA/PCI 8bit SCSI Host adapter driver .Sh SYNOPSIS For one or more ISA or VL cards: -.Cd controller isa0 -.Cd controller "adv0 at isa? port ? cam irq ? drq ?" +.Cd device isa0 +.Cd device "adv0 at isa? port ? cam irq ? drq ?" .Pp For one or more EISA cards: -.Cd controller eisa0 -.Cd controller adv0 +.Cd device eisa0 +.Cd device adv0 .Pp For one or more PCI cards: -.Cd controller pci0 -.Cd controller adv0 +.Cd device pci0 +.Cd device adv0 .Pp For one or more SCSI busses: -.Cd controller scbus0 at adv0 +.Cd device scbus0 at adv0 .Sh DESCRIPTION This driver provides access to the 8bit .Tn SCSI |