aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-10-22 02:34:35 +0000
committerWarner Losh <imp@FreeBSD.org>2018-10-22 02:34:35 +0000
commitc24bd33d41b6d13d84e818051596b5e96de33b9b (patch)
tree734060348237be62a2d60efb393d0d7093ba292f /share
parent39c362e0b0e00f5ee6790592230d1888e6dbe70d (diff)
downloadsrc-c24bd33d41b6d13d84e818051596b5e96de33b9b.tar.gz
src-c24bd33d41b6d13d84e818051596b5e96de33b9b.zip
Remove aic(4) driver
aic was marked to be gone in 12 a while ago. Go ahead and remove it. nycbug's dmesg database shows this was last seen in 6 and one more time in 4.x. It never was popular, and what popularity it had was over before the nycbug databse got going in 2004. Relnotes: yes
Notes
Notes: svn path=/head/; revision=339566
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/Makefile3
-rw-r--r--share/man/man4/man4.i386/aic.478
2 files changed, 1 insertions, 80 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index 8d84b0d9f6aa..d956581d4278 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -2,8 +2,7 @@
PACKAGE=runtime-manuals
-MAN= aic.4 \
- apm.4 \
+MAN= apm.4 \
ce.4 \
cp.4 \
CPU_ELAN.4 \
diff --git a/share/man/man4/man4.i386/aic.4 b/share/man/man4/man4.i386/aic.4
deleted file mode 100644
index 8f0b51cb6e71..000000000000
--- a/share/man/man4/man4.i386/aic.4
+++ /dev/null
@@ -1,78 +0,0 @@
-.\"
-.\" 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.
-.\"
-.\" $FreeBSD$
-.\"
-.Dd November 8, 2003
-.Dt AIC 4 i386
-.Os
-.Sh NAME
-.Nm aic
-.Nd Adaptec AIC-6260 and AIC-6360 SCSI driver
-.Sh SYNOPSIS
-.Cd "device aic"
-.Pp
-In
-.Pa /boot/device.hints :
-.Cd hint.aic.0.at="isa"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the Adaptec AIC-6260 and AIC-6360 SCSI
-controller chips.
-Many systems that use these controller chips do not have a boot ROM
-and therefore cannot be booted from.
-.Sh HARDWARE
-The adapters supported by the
-.Nm
-driver include:
-.Pp
-.Bl -bullet -compact
-.It
-Adaptec AHA-1505 (ISA)
-.It
-Adaptec AHA-1510A, AHA-1510B (ISA)
-.It
-Adaptec AHA-1520A, AHA-1520B (ISA)
-.It
-Adaptec AHA-1522A, AHA-1522B (ISA)
-.It
-Adaptec AHA-1535 (ISA)
-.It
-Creative Labs SoundBlaster SCSI host adapter (ISA)
-.It
-Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card)
-.El
-.Sh SEE ALSO
-.Xr ahc 4 ,
-.Xr cd 4 ,
-.Xr ch 4 ,
-.Xr da 4 ,
-.Xr intro 4 ,
-.Xr sa 4
-.Sh BUGS
-The driver does not work well with multiple devices on the SCSI bus.
-The driver works well with devices like CDROMs and Tape drives.
-The driver works not so well with disk drives.
-The PC Card version appears to work better than the ISA version, but
-that may be due to differing levels of testing of the devices.