From owner-cvs-all Tue Apr 3 23: 3:44 2001 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 BA7CF37B71C; Tue, 3 Apr 2001 23:03:39 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3463dW17908; Tue, 3 Apr 2001 23:03:39 -0700 (PDT) (envelope-from imp) Message-Id: <200104040603.f3463dW17908@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Apr 2001 23:03:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/03 23:03:39 PDT Modified files: sys/dev/wi if_wi.c Log: Try to INIT the cards up to 5 times in a row rather than just once. It appears that some of the new PRISM2 cards need it. Fail the probe if we fail to read the MAC address. Fix a comment. Delete the unload printf. The bus system now prints this message. Revision Changes Path 1.42 +16 -10 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message