Remove extremely outdated list of supported devices.

Since this man page will likely be read on a running system, I don't
think providing a list of very old devices that might work is
necessarily useful.
This commit is contained in:
nia 2020-05-27 13:49:16 +00:00
parent 094ca3bf8f
commit 3b4f5b4cb0
1 changed files with 2 additions and 159 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: intro.4,v 1.5 2009/02/27 10:38:25 wiz Exp $
.\" $NetBSD: intro.4,v 1.6 2020/05/27 13:49:16 nia Exp $
.\"
.\" Copyright (c) 2003 ARM Ltd
.\" All rights reserved.
@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd February 27, 2009
.Dd May 27, 2020
.Dt INTRO 4 evbarm
.Os
.Sh NAME
@ -62,43 +62,6 @@ which may be configured into the system
and network related information.
The networking support is introduced in
.Xr netintro 4 .
.Sh SUPPORTED BOARDS
Each supported board requires a custom kernel for that board.
.Pp
The following boards are currently supported by the evbarm configuration:
.Pp
.Bl -tag -width Integrator -offset indent -compact
.It Integrator
The Integrator/AP development system from ARM Ltd.
Supported processor boards
include the CM10200E and CM920T.
.It IQ80310
The reference platform for the XScale-based IOP310 I/O processor from Intel.
.It IQ80321
The reference platform for the XScale-based IOP321 I/O processor from Intel.
.It Npwr
The Npwr board, from Team ASA, is based on the IOP310 processor from Intel and
targetted at the network-attached storage space.
.It IXM1200
The reference platform for the XScale-based IXP1200 Network processor from
Intel.
.It SMDK2410
The reference platform for the ARM920T-based S3C2410 processor from Samsung.
.It SMDK2800
The reference platform for the ARM920T-based S3C2800 processor from Samsung.
.It BRH
The BRH (Big Red Head) is an evaluation and development platform from ADI
Engineering, based on the XScale-based I80200 processor
.It NTNP425B
An evaluation and development platform from NOVATEC, using the XScale-based
IXP425 processor.
.It DBPXA250
An evaluation and development platfrom from Intel, using the XScale-based
PXA250 processor.
.It TS7200
The TS-7200 is a single-board computer from Technologic Systems,
and is based on the Cirrus Logic EP9302.
.El
.Sh DEVICE SUPPORT
This section describes some of the hardware supported on the various boards.
Software support for these devices comes in two forms.
@ -127,126 +90,6 @@ the system must be rebooted.
.Pp
The autoconfiguration system is described in
.Xr autoconf 4 .
A list of the supported devices is given below.
.Sh LIST OF DEVICES
The devices listed below are supported in this incarnation of
the system.
Devices are indicated by their functional interface.
Not all supported devices are listed.
.Pp
On the Integrator:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It plcom
The PrimeCell PL010 UART.
.It plrtc
The PrimeCell PL030 Real-time Clock
.It fxp
Intel i82559 Ethernet PCI card.
.It ahc
Adaptec aic7880 SCSI controller.
.El
Other PCI based cards may also work, but have not been tested.
.Pp
On the IQ80310:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It fxp
On-board Intel i82559 Ethernet
.It com
On-board NS16550-compatible serial ports
.El
Other PCI devices in the PCI expansion slots.
On the IQ80321:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It wm
On-board Intel i82544EI Gigabit Ethernet
.It com
On-board NS16550-compatible serial port
.It iopaau
On-chip Application Accelerator Unit
.It iopwdog
On-chip watchdog timer.
.El
Other devices in the PCI expansion slots.
.Pp
On Npwr:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It wm
On-board Intel i82544EI Gigabit Ethernet
.It siop
On-board LSI Logic 53c1010 Ultra160 SCSI
.It com
On-board NS16550-compatible serial port
.El
.Pp
On the IXM1200:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It fxp
On-board Intel i82559 Ethernet
.It nppb
On-board Intel i21555 Non-Transparent PCI-PCI Bridge
.It ixpcom
On-chip serial port
.El
.Pp
On the SMDK2410:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It sscom
On-chip serial ports
.It ohci
On-chip USB host controller
.El
.Pp
On the SMDK2800:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It sscom
On-chip serial ports
.It sspci
On-chip Host-PCI bridge
.El
Other devices in the PCI expansion slots.
.Pp
On the BRH:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It com
On-board NS16550-compatible serial ports
.It fxp
On-board i82559 Ethernet controller
.El
Other devices in the PCI expansion slots.
.Pp
On the NtNP425B:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It ixpcom
On-chip serial ports
.It ixpwdog
On-chip watchdog timer
.El
Other devices in the PCI/mPCI slot.
.Pp
On the DBPXA250:
.Pp
.Bl -tag -width speaker -offset indent -compact
.It com
On-board NS16550-compatible serial port
.It sm
On-board SMC91C96 Ethernet controller
.It sacc
On-board SA-1111 StrongARM companion chip
.It pckbd
PS/2 keyboard
.It lcd
640x480 LCD
.El
Other devices in the PCMCIA and CF card slots.
.Sh SEE ALSO
.Xr config 1 ,
.Xr autoconf 4