From owner-freebsd-doc@FreeBSD.ORG Sun Aug 10 04:20:21 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2D637B401 for ; Sun, 10 Aug 2003 04:20:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A23843F3F for ; Sun, 10 Aug 2003 04:20:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7ABKHUp043039 for ; Sun, 10 Aug 2003 04:20:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7ABKHHJ043038; Sun, 10 Aug 2003 04:20:17 -0700 (PDT) Resent-Date: Sun, 10 Aug 2003 04:20:17 -0700 (PDT) Resent-Message-Id: <200308101120.h7ABKHHJ043038@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lukas Ertl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 697AE37B401 for ; Sun, 10 Aug 2003 04:15:53 -0700 (PDT) Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 602AE43FA3 for ; Sun, 10 Aug 2003 04:15:52 -0700 (PDT) (envelope-from le@univie.ac.at) Received: from korben.in.tern (dialin202.cc.univie.ac.at [131.130.202.202]) by mailbox.univie.ac.at (8.12.2/8.12.2) with ESMTP id h7ABFdO6204724 for ; Sun, 10 Aug 2003 13:15:41 +0200 Received: from korben.in.tern (korben.in.tern [127.0.0.1]) by korben.in.tern (8.12.9/8.12.9) with ESMTP id h7ABFTfF004368 for ; Sun, 10 Aug 2003 13:15:29 +0200 (CEST) (envelope-from le@korben.in.tern) Received: (from le@localhost) by korben.in.tern (8.12.9/8.12.9/Submit) id h7ABFS30004367; Sun, 10 Aug 2003 13:15:28 +0200 (CEST) (envelope-from le) Message-Id: <200308101115.h7ABFS30004367@korben.in.tern> Date: Sun, 10 Aug 2003 13:15:28 +0200 (CEST) From: Lukas Ertl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/55441: [PATCH] correction of an(4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lukas Ertl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 11:20:22 -0000 >Number: 55441 >Category: docs >Synopsis: [PATCH] correction of an(4) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 10 04:20:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lukas Ertl >Release: FreeBSD 5.1-CURRENT i386 >Organization: Vienna University Computer Center >Environment: System: FreeBSD korben 5.1-CURRENT FreeBSD 5.1-CURRENT #24: Sat Aug 9 13:17:00 CEST 2003 le@korben:/usr/obj/usr/src/sys/KORBEN i386 >Description: >How-To-Repeat: >Fix: --- an.4.diff begins here --- Index: share/man/man4/an.4 =================================================================== RCS file: /usr/local/bsdcvs/src/share/man/man4/an.4,v retrieving revision 1.18 diff -u -r1.18 an.4 --- share/man/man4/an.4 18 Jul 2003 11:40:41 -0000 1.18 +++ share/man/man4/an.4 10 Aug 2003 10:54:10 -0000 @@ -55,13 +55,15 @@ host as normal ISA and PCI devices and do not require any PCCARD support. .Pp -The PCMCIA Aironet cards require pccard support, including the -kernel pccard driver. +The PCMCIA Aironet cards require PCCARD support, including the +kernel +.Xr pccard 4 +driver. ISA cards can either be configured to use ISA Plug and Play or to use a particular I/O address and IRQ by properly setting the DIP switches on the board. (The default -switch setting is for plug and play.) +switch setting is for Plug and Play.) The .Nm driver has Plug and Play support and will work in either configuration, @@ -87,11 +89,11 @@ driver configures the Aironet card for infrastructure operation. .Pp For more information on configuring this device, see -.Xr ifconfig 8 +.Xr ifconfig 8 . .Sh DIAGNOSTICS .Bl -diag .It "an%d: init failed" -The Aironet card failed to come ready after an initialization command was +The Aironet card failed to become ready after an initialization command was issued. .It "an%d: failed to allocate %d bytes on NIC" The driver was unable to allocate memory for transmit frames in the --- an.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: