From owner-cvs-all Sun Aug 1 11:13:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ADD214C4B; Sun, 1 Aug 1999 11:13:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA48238; Sun, 1 Aug 1999 11:12:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199908011812.LAA48238@freefall.freebsd.org> From: Warner Losh Date: Sun, 1 Aug 1999 11:12:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard cardinfo.h pccard.c pcic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/08/01 11:12:52 PDT Modified files: sys/pccard cardinfo.h pccard.c pcic.c Log: o Add additional printfs for error cases when we can't attach the device. o Add field to dev_desc for the size of the io port range. This isn't used yet in the committed sources, but will make the transition easier in the future. If you build this into your kernel, you will need to rebuild pccardd. Revision Changes Path 1.12 +2 -0 src/sys/pccard/cardinfo.h 1.81 +26 -8 src/sys/pccard/pccard.c 1.73 +1 -1 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message