From owner-cvs-all Thu Aug 2 0: 6:36 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 EC9F937B401; Thu, 2 Aug 2001 00:06:32 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7276Wk58350; Thu, 2 Aug 2001 00:06:32 -0700 (PDT) (envelope-from imp) Message-Id: <200108020706.f7276Wk58350@freefall.freebsd.org> From: Warner Losh Date: Thu, 2 Aug 2001 00:06:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c X-FreeBSD-CVS-Branch: HEAD 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 2001/08/02 00:06:32 PDT Modified files: usr.sbin/pccard/pccardd cardd.c Log: Only try to allocated properly aligned I/O segments. This should stop some of the config problems that we've been seeing (where wi0 tries to allocate 0x138-0x198, for example). Use err(1,"foo") rather than perror + exit while I'm here. Revision Changes Path 1.70 +13 -18 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message