add reference to an(4).

This commit is contained in:
onoe 2000-12-19 15:33:52 +00:00
parent e371bfa913
commit 808d00175e
3 changed files with 21 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: isapnp.4,v 1.16 2000/07/26 12:02:28 ad Exp $ .\" $NetBSD: isapnp.4,v 1.17 2000/12/19 15:33:52 onoe Exp $
.\" .\"
.\" Copyright (c) 1997 Jonathan Stone .\" Copyright (c) 1997 Jonathan Stone
.\" All rights reserved. .\" All rights reserved.
@ -80,6 +80,11 @@ Standard IDE and ATAPI drive controller.
.Pp .Pp
.Ss Network interfaces .Ss Network interfaces
.Bl -tag -width pcdisplay -offset indent .Bl -tag -width pcdisplay -offset indent
.It an
.Tn Aironet
4500/4800 and
.Tn Cisco
340 series 802.11 interfaces.
.It ep .It ep
3com 3c509B Etherlink-III 3com 3c509B Etherlink-III
.Tn Ethernet .Tn Ethernet
@ -140,6 +145,7 @@ the supported front-ends for other buses.
.Xr intro 4 , .Xr intro 4 ,
.Xr aha 4 , .Xr aha 4 ,
.Xr aic 4 , .Xr aic 4 ,
.Xr an 4 ,
.Xr com 4 , .Xr com 4 ,
.Xr ep 4 , .Xr ep 4 ,
.Xr ess 4 , .Xr ess 4 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pci.4,v 1.39 2000/11/28 12:42:51 ad Exp $ .\" $NetBSD: pci.4,v 1.40 2000/12/19 15:33:52 onoe Exp $
.\" .\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved. .\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Jonathan Stone .\" Copyright (c) 1997 Jonathan Stone
@ -127,6 +127,11 @@ IDE disk controllers.
.Pp .Pp
.Ss Network interfaces .Ss Network interfaces
.Bl -tag -width pcdisplay -offset indent .Bl -tag -width pcdisplay -offset indent
.It an
.Tn Aironet
4500/4800 and
.Tn Cisco
340 series 802.11 interfaces.
.It de .It de
.Tn DEC .Tn DEC
DC21x4x (Tulip) based DC21x4x (Tulip) based
@ -268,6 +273,7 @@ VGA graphics boards.
.Xr adv 4 , .Xr adv 4 ,
.Xr adw 4 , .Xr adw 4 ,
.Xr ahc 4 , .Xr ahc 4 ,
.Xr an 4 ,
.Xr auich 4 , .Xr auich 4 ,
.Xr auvia 4 , .Xr auvia 4 ,
.Xr bha 4 , .Xr bha 4 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pcmcia.4,v 1.18 2000/08/30 19:05:47 jhawk Exp $ .\" $NetBSD: pcmcia.4,v 1.19 2000/12/19 15:33:53 onoe Exp $
.\" .\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -77,8 +77,10 @@ drivers, sorted by function and driver name:
.Pp .Pp
.Ss Network interfaces .Ss Network interfaces
.Bl -tag -width speaker -offset indent .Bl -tag -width speaker -offset indent
.It an
Aironet 4500/4800 and Cisco 340 series 802.11 controller.
.It awi .It awi
BayStack 650 wireless 802.11FH controller. 802.11 controller based on the AMD PCnetMobile chipset.
.It cnw .It cnw
Netwave AirSurfer Wireless LAN interface. Netwave AirSurfer Wireless LAN interface.
.It ep .It ep
@ -94,7 +96,7 @@ Raytheon Raylink and WebGear Aviator2.4 802.11 controller.
.It sm .It sm
Megahertz Ethernet card. Megahertz Ethernet card.
.It wi .It wi
Lucent WaveLan/IEEE 802.11 controller. Lucent WaveLan/IEEE and PRISM-II based 802.11 controller.
.El .El
.\" .\"
.Pp .Pp
@ -119,6 +121,7 @@ Digital Hinote Ultra Mobile Media Adapter
.Xr intro 4 , .Xr intro 4 ,
.Xr options 4 , .Xr options 4 ,
.Xr aic 4 , .Xr aic 4 ,
.Xr an 4 ,
.Xr awi 4 , .Xr awi 4 ,
.Xr cardbus 4 , .Xr cardbus 4 ,
.Xr cnw 4 , .Xr cnw 4 ,
@ -178,4 +181,4 @@ devices. In some cases, it is not possible to detect
all interrupts in use; in such cases, use of all interrupts in use; in such cases, use of
.Cd options PCIC_ISA_INTR_ALLOC_MASK .Cd options PCIC_ISA_INTR_ALLOC_MASK
may be necessary. See may be necessary. See
.Xr options 4 . .Xr options 4 .