From owner-cvs-all Mon Apr 29 14:23: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADFD37B421; Mon, 29 Apr 2002 14:22:59 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3TLMxD04311; Mon, 29 Apr 2002 14:22:59 -0700 (PDT) (envelope-from imp) Message-Id: <200204292122.g3TLMxD04311@freefall.freebsd.org> From: Warner Losh Date: Mon, 29 Apr 2002 14:22:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi_pci.c wi_hostap.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/04/29 14:22:59 PDT Modified files: (Branch: RELENG_4) sys/dev/wi if_wi_pci.c wi_hostap.c Log: MFC three important fixes (a little quick, but one is a compile issue and the others are in a new feature): 1) don't include pccard stuff in pci attachment (kernel won't compile w/o this if you don't have pccard in your kernel). 2) Spell NetBSD's splsoftnet() as splimp() rather than splnet(). 3) Properly untimeout stuff before creating a new timeout. Revision Changes Path 1.8.2.2 +2 -7 src/sys/dev/wi/if_wi_pci.c 1.7.2.2 +4 -4 src/sys/dev/wi/wi_hostap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message