summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin <martin@openbsd.org>2005-05-27 02:18:16 +0000
committermartin <martin@openbsd.org>2005-05-27 02:18:16 +0000
commitaaf04be34806f9c7461b4d72db9d62dd3888e03d (patch)
treea504742b24f2dc0da0571897700a4844420a0bf4
parentVirtual link support. (diff)
downloadwireguard-openbsd-aaf04be34806f9c7461b4d72db9d62dd3888e03d.tar.xz
wireguard-openbsd-aaf04be34806f9c7461b4d72db9d62dd3888e03d.zip
no longer needed
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/ncr.4143
2 files changed, 2 insertions, 145 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 2a947f89dec..8310c00c59f 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.298 2005/05/24 02:45:18 reyk Exp $
+# $OpenBSD: Makefile,v 1.299 2005/05/27 02:18:16 martin Exp $
MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \
@@ -17,7 +17,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
iopsp.4 ip.4 ip6.4 ipcomp.4 ipsec.4 ipw.4 isa.4 isapnp.4 \
ises.4 isp.4 it.4 iwi.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \
lmc.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 maestro.4 midi.4 \
- mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ncr.4 ne.4 neo.4 \
+ mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 neo.4 \
netintro.4 nge.4 noct.4 nofn.4 ns.4 nsclpcsio.4 nsgphy.4 \
nsip.4 nsphy.4 nsphyter.4 null.4 ohci.4 opl.4 options.4 \
oosiop.4 osiop.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pciide.4 pckbc.4 \
diff --git a/share/man/man4/ncr.4 b/share/man/man4/ncr.4
deleted file mode 100644
index a765310e75b..00000000000
--- a/share/man/man4/ncr.4
+++ /dev/null
@@ -1,143 +0,0 @@
-.\" $OpenBSD: ncr.4,v 1.12 2004/09/30 19:59:25 mickey Exp $
-.\"
-.\" Copyright (c) 1994 James A. Jegers
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. The name of the author may not be used to endorse or promote products
-.\" derived from this software without specific prior written permission
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
-.\"
-.Dd March 24, 2000
-.Dt NCR 4
-.Os
-.Sh NAME
-.Nm ncr
-.Nd NCR/Symbios 53C8xx SCSI driver
-.Sh SYNOPSIS
-.Cd "ncr* at pci?"
-.Cd "scsibus* at ncr?"
-.Pp
-.Cd "option FAILSAFE"
-.Cd "option NCR_CDROM_ASYNC"
-.Cd "option NCR_IOMAPPED"
-.Cd "option NCR_TEKRAM_EEPROM"
-.Cd "option NCR_VERBOSE=integer"
-.Cd "option SCSI_NCR_DFLT_TAGS=integer"
-.Cd "option SCSI_NCR_MAX_SYNC=integer"
-.Cd "option SCSI_NCR_MAX_WIDE=integer"
-.Cd "option SCSI_NCR_SYMBIOS_COMPAT"
-.Cd "option SCSI_NCR_TRUST_BIOS"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the NCR (now Symbios) 53C810, 53C815, 53C820,
-53C825, 53C860, 53C875, 53C876, 53C885, 53C895, 53C896, 53C1510, and 53C1510D
-.Tn SCSI
-controller chips.
-.Pp
-.Nm
-is deprecated and has been replaced by the
-.Nm siop
-driver.
-.Pp
-The following kernel configuration options are available:
-.Bl -ohang
-.It Cd option FAILSAFE
-Disables tagged command queuing and forces asynchronous transfers for
-.Tn CD-ROM
-devices.
-.It Cd option NCR_CDROM_ASYNC
-Always use asynchronous transfers with
-.Tn CD-ROM
-devices.
-By default, synchronous transfers are used if the
-.Tn CD-ROM
-supports it.
-.It Cd option NCR_IOMAPPED
-Attempt to access the controller chip via I/O port-mapped I/O, falling back
-to memory-mapped I/O if the I/O ports couldn't be mapped.
-By default, memory-mapped I/O is tried first.
-.It Cd option NCR_TEKRAM_EEPROM
-Enables support for reading the configuration
-.Tn EEPROM
-of the Tekram DC-390 series of
-.Tn SCSI
-cards.
-Enable this only if using a Tekram DC-390 card.
-.It Cd option NCR_VERBOSE=integer
-Specifies the verbosity of driver messages during a kernel boot.
-A value of 1 will provide extra information about the controller's
-capabilities and setup.
-A value of 2 or greater will print information about the controller's
-registers.
-.It Cd option SCSI_NCR_DFLT_TAGS=integer
-Specifies the maximum number of tags per logical unit.
-Unless
-.Dv FAILSAFE
-is defined, the default value is 4.
-A value of 0 will disable tagged command queuing.
-.It Cd option SCSI_NCR_MAX_SYNC=integer
-Specifies the maximum synchronous transfer frequency to use, in kHz.
-A value of 0 means asynchronous transfers only.
-The default is 25000 (25MHz), but the actual value used depends on
-the type of controller chip and what its maximum transfer rate is.
-For controllers supporting fast transfers only, this is 10000 (10MHz).
-If wide transfers are supported, the value is 20000 (20MHz).
-.It Cd option SCSI_NCR_MAX_WIDE=integer
-Specifies the maximum
-.Tn SCSI
-bus width, with 0 meaning 8 bits and 1 meaning 16 bits.
-Defaults to 1 on chips that support wide
-.Tn SCSI ,
-0 otherwise.
-Set this to 0 to disable wide transfers even if both controller
-and device support them (e.g. when using a wide controller and wide
-drive through a narrow cable).
-.It Cd option SCSI_NCR_SYMBIOS_COMPAT
-Enables the use of the GPIO register as a disk activity indicator.
-Enable this if the activity LED isn't working, but make sure the
-card doesn't use GPIO for something else.
-Cards known to support this:
-ASUS SC875, Diamond FirePort 40, and Symbios SYM8751S.
-.It Cd option SCSI_NCR_TRUST_BIOS
-Specifies that the driver should use the register configuration set by the
-firmware instead of configuring the chip itself.
-.El
-.Sh SEE ALSO
-.Xr cd 4 ,
-.Xr ch 4 ,
-.Xr intro 4 ,
-.Xr pci 4 ,
-.Xr scsi 4 ,
-.Xr sd 4 ,
-.Xr siop 4 ,
-.Xr ss 4 ,
-.Xr st 4 ,
-.Xr uk 4
-.Sh BUGS
-Some Quantum drives (specifically the Atlas series) return
-.Dq queue full
-responses when a very small number of tags is used which can confuse
-the driver.
-With such drives, you can use
-.Bd -literal
-option SCSI_NCR_DFLT_TAGS=0
-.Ed
-.Pp
-in your kernel configuration file to disable tagged command queuing.