summaryrefslogtreecommitdiff
path: root/usr/src/man/man7d
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2020-01-12 13:16:17 +0000
committerPeter Tribble <peter.tribble@gmail.com>2020-02-18 18:59:19 +0000
commit66582b606a8194f7f3ba5b3a3a6dca5b0d346361 (patch)
treeb09deda4e212f047268ed8b6ccebf30410d2c2a1 /usr/src/man/man7d
parente912cc3d5decbbfbb3005d9f678e9fc3ccbcf91f (diff)
downloadillumos-gate-66582b606a8194f7f3ba5b3a3a6dca5b0d346361.tar.gz
12185 Remove B100s support
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/man/man7d')
-rw-r--r--usr/src/man/man7d/Makefile6
-rw-r--r--usr/src/man/man7d/bscv.7d90
2 files changed, 0 insertions, 96 deletions
diff --git a/usr/src/man/man7d/Makefile b/usr/src/man/man7d/Makefile
index 79e13cabe6..4924e03851 100644
--- a/usr/src/man/man7d/Makefile
+++ b/usr/src/man/man7d/Makefile
@@ -35,7 +35,6 @@ _MANFILES= aac.7d \
bge.7d \
blkdev.7d \
bnxe.7d \
- bscv.7d \
chxge.7d \
console.7d \
cpuid.7d \
@@ -239,10 +238,8 @@ i386_MANFILES= ahci.7d \
_MANLINKS= 1394.7d \
allkmem.7d \
- bscbus.7d \
fdc.7d \
firewire.7d \
- i2bsc.7d \
kmem.7d \
lo0.7d \
ticots.7d \
@@ -255,9 +252,6 @@ sparc_MANLINKS= drmach.7d
MANFILES = $(_MANFILES) $($(MACH)_MANFILES)
MANLINKS = $(_MANLINKS) $($(MACH)_MANLINKS)
-bscbus.7d := LINKSRC = bscv.7d
-i2bsc.7d := LINKSRC = bscv.7d
-
drmach.7d := LINKSRC = dr.7d
fdc.7d := LINKSRC = fd.7d
diff --git a/usr/src/man/man7d/bscv.7d b/usr/src/man/man7d/bscv.7d
deleted file mode 100644
index 870f43a263..0000000000
--- a/usr/src/man/man7d/bscv.7d
+++ /dev/null
@@ -1,90 +0,0 @@
-'\" te
-.\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved
-.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
-.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
-.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH BSCV 7D "Aug 22, 2003"
-.SH NAME
-bscv, bscbus, i2bsc \- Blade support chip interface driver
-.SH DESCRIPTION
-.sp
-.LP
-The \fBbscv\fR, \fBbscbus\fR and \fBi2bsc\fR drivers interface with the Blade
-support chip used on Sun Microsystem's Blade server products. These drivers
-provide a conduit for passing control, environmental, cpu signature and event
-information between Solaris and the Blade support chip.
-.sp
-.LP
-These drivers do not export public interfaces. Instead they make information
-available via picl, prtdiag, prtfru and related tools. In addition, these
-drivers log Blade support chip environmental event information into system
-logs.
-.SH FILES
-.sp
-.ne 2
-.na
-\fB\fB/platform/sun4u/kernel/drv/sparcv9/bscbus\fR\fR
-.ad
-.sp .6
-.RS 4n
-64-bit ELF kernel driver
-.RE
-
-.sp
-.ne 2
-.na
-\fB\fB/platform/sun4u/kernel/drv/sparcv9/bscv\fR\fR
-.ad
-.sp .6
-.RS 4n
-64-bit ELF kernel driver
-.RE
-
-.sp
-.ne 2
-.na
-\fB\fB/platform/sun4u/kernel/drv/sparcv9/i2bsc\fR\fR
-.ad
-.sp .6
-.RS 4n
-64-bit ELF kernel driver
-.RE
-
-.sp
-.ne 2
-.na
-\fB\fB/platform/i86pc/kernel/drv/bscbus\fR\fR
-.ad
-.sp .6
-.RS 4n
-32-bit ELF kernel file (x86 only)
-.RE
-
-.sp
-.ne 2
-.na
-\fB\fB/platform/i86pc/kernel/drv/bscv\fR\fR
-.ad
-.sp .6
-.RS 4n
-32-bit ELF kernel file (x86 only)
-.RE
-
-.SH ATTRIBUTES
-.sp
-.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
-.sp
-
-.sp
-.TS
-box;
-l | l
-l | l .
-ATTRIBUTE TYPE ATTRIBUTE VALUE
-_
-Architecture T{
-Limited to systems with Blade Support Chip
-T}
-.TE
-