From owner-cvs-src@FreeBSD.ORG Wed Apr 9 21:14:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EFC137B401; Wed, 9 Apr 2003 21:14:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D284F43FB1; Wed, 9 Apr 2003 21:14:35 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3A4EZ0U003633; Wed, 9 Apr 2003 21:14:35 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3A4EZUd003632; Wed, 9 Apr 2003 21:14:35 -0700 (PDT) Message-Id: <200304100414.h3A4EZUd003632@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Apr 2003 21:14:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 04:14:36 -0000 imp 2003/04/09 21:14:35 PDT FreeBSD src repository Modified files: sys/dev/wi if_wi_pccard.c Log: Back out the _ND change. I plan on making all drivers default to that with a special _DESC version for those cards whose CIS is insufficient for some reason. This should save about 3k of kernel strings when complete. Revision Changes Path 1.22 +37 -37 src/sys/dev/wi/if_wi_pccard.c