Subject: misc/3465: isa(4) contains some typos and a reference to nonexistant isapnp(4)
To: None <gnats-bugs@gnats.netbsd.org>
From: None <frueauf@ira.uka.de>
List: netbsd-bugs
Date: 04/08/1997 18:32:44
>Number: 3465
>Category: misc
>Synopsis: isa(4) contains some typos and a reference to nonexistant isapnp(4)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Apr 8 09:50:08 1997
>Last-Modified:
>Originator: Thorsten Frueauf
>Organization:
private
>Release: <NetBSD-current source date> NetBSD current 06.04.1997
>Environment:
System: NetBSD di_frueauf 1.2D NetBSD 1.2D (CYBERDYNE) #1: Mon Apr 7 21:14:27 CEST 1997 milano@di_frueauf:/usr/src/sys/arch/amiga/compile/CYBERDYNE amiga
>Description:
isa(4) contains some typos and a reference to nonexistant isapnp(4).
>How-To-Repeat:
man 4 isa
>Fix:
For the typos, apply the following patch to /src/share/man/man4/isa.4.
Someone needs also writing isapnp.4 as it gets referenced in isa.4. Maybe
it was forgotten tu pull up to the current tree? Dunno...
*** isa.4-orig Tue Apr 8 17:59:41 1997
--- isa.4 Tue Apr 8 18:25:26 1997
***************
*** 78,84 ****
.It wd
Standard ISA Western Digital type hard drives. MFM, RLL, ESDI, and IDE.
.It wds
! WD7000 family of bus-mastering SCSI controllers,
.It wt
Wangtek and compatible QIC-02 and QIC-36 tape drives.
.El
--- 78,84 ----
.It wd
Standard ISA Western Digital type hard drives. MFM, RLL, ESDI, and IDE.
.It wds
! WD7000 family of bus-mastering SCSI controllers.
.It wt
Wangtek and compatible QIC-02 and QIC-36 tape drives.
.El
***************
*** 93,99 ****
.It lpt
Standard ISA parallel port interface.
.It cy
! Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial communications
.It rtfps
RT four-port serial cards.
.El
--- 93,99 ----
.It lpt
Standard ISA parallel port interface.
.It cy
! Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial communications.
.It rtfps
RT four-port serial cards.
.El
***************
*** 104,114 ****
.Bl -tag -width speaker -offset indent -compact
.It ed
Western Digital/SMC 80x3 and Ultra, 3Com 3c503, and Novell NE1000 and 2000
! Ethernet interface
.It eg
3Com 3c505 Ethernet board.
.It el
! 3c501 Ethernet interface.
.It ep
3com 3c509 Etherlink-III Ethernet interface.
.It fe
--- 104,114 ----
.Bl -tag -width speaker -offset indent -compact
.It ed
Western Digital/SMC 80x3 and Ultra, 3Com 3c503, and Novell NE1000 and 2000
! Ethernet interface.
.It eg
3Com 3c505 Ethernet board.
.It el
! 3c501 Ethernet interface.
.It ep
3com 3c509 Etherlink-III Ethernet interface.
.It fe
***************
*** 121,137 ****
Ethernet interfaces based on Intel 82586 Ethernet chip,
including AT&T Starlan-10, AT&T EN100, AT&T Starlan Fibre, and 3Com 3c507.
.It iy
! Ethernet interfaces baed on the EtherExpress Pro/10 chip.
(Does not support PRO/100).
.It le
! Ethernet interfaces basd on the AMD LANCE chip,
including BICC Isolan, Novell NE2100, and Digital DEPCA.
.El
.\"
.Ss Sound cards
.Bl -tag -width speaker -offset indent -compact
.It gus
! Gravis Ultrasound soundcards
.It pas
ProAudio Spectrum sound cards.
.It pss
--- 121,137 ----
Ethernet interfaces based on Intel 82586 Ethernet chip,
including AT&T Starlan-10, AT&T EN100, AT&T Starlan Fibre, and 3Com 3c507.
.It iy
! Ethernet interfaces based on the EtherExpress Pro/10 chip.
(Does not support PRO/100).
.It le
! Ethernet interfaces based on the AMD LANCE chip,
including BICC Isolan, Novell NE2100, and Digital DEPCA.
.El
.\"
.Ss Sound cards
.Bl -tag -width speaker -offset indent -compact
.It gus
! Gravis Ultrasound soundcards.
.It pas
ProAudio Spectrum sound cards.
.It pss
***************
*** 179,185 ****
.Xr wt 4 ,
.Sh HISTORY
The
! .Nm pci
introduction
appeared in
.Nx 1.2 .
--- 179,185 ----
.Xr wt 4 ,
.Sh HISTORY
The
! .Nm isa
introduction
appeared in
.Nx 1.2 .
>Audit-Trail:
>Unformatted:
isa(4) contains some typos and a reference to nonexistant isapnp(4)