From owner-svn-src-head@FreeBSD.ORG Tue Jan 4 19:26:11 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66DE9106564A; Tue, 4 Jan 2011 19:26:11 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5629C8FC14; Tue, 4 Jan 2011 19:26:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p04JQBgJ052020; Tue, 4 Jan 2011 19:26:11 GMT (envelope-from bschmidt@svn.freebsd.org) Received: (from bschmidt@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p04JQB6Q052018; Tue, 4 Jan 2011 19:26:11 GMT (envelope-from bschmidt@svn.freebsd.org) Message-Id: <201101041926.p04JQB6Q052018@svn.freebsd.org> From: Bernhard Schmidt Date: Tue, 4 Jan 2011 19:26:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r216971 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 19:26:11 -0000 Author: bschmidt Date: Tue Jan 4 19:26:11 2011 New Revision: 216971 URL: http://svn.freebsd.org/changeset/base/216971 Log: OLDCARD is long gone. Discussed with: imp Modified: head/share/man/man4/wi.4 Modified: head/share/man/man4/wi.4 ============================================================================== --- head/share/man/man4/wi.4 Tue Jan 4 19:10:54 2011 (r216970) +++ head/share/man/man4/wi.4 Tue Jan 4 19:26:11 2011 (r216971) @@ -31,7 +31,7 @@ .\" $FreeBSD$ .\" $OpenBSD: wi.4tbl,v 1.14 2002/04/29 19:53:50 jsyn Exp $ .\" -.Dd August 2, 2008 +.Dd January 4, 2010 .Dt WI 4 .Os .Sh NAME @@ -375,21 +375,3 @@ Symbol none none none none Not all the new messages are documented here, and many of them are indications of transient errors that are not indications of serious problems. -.Pp -WL200 PCI wireless cards are based on a Cirrus Logic CL-PD6729 bridge -chips glued to an Intersil Prism-II PCMCIA chipset w/o the PC Card -form factor being present. -These chips are special and require special care to use properly. -One must set -.Va hw.pcic.pd6729_intr_path Ns = Ns Qq Li 2 -in -.Pa /boot/loader.conf . -This tells the PC Card system to use PCI interrupts for this odd beast. -It is not possible to know automatically which kind of interrupts to use. -OLDCARD devices -support this device. -NEWCARD devices -.Xr ( pccbb 4 -and -.Xr pccard 4 ) -do not support it at this time.