From owner-cvs-all Tue Oct 19 10:12:31 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 962171775D; Tue, 19 Oct 1999 10:12:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA68841; Tue, 19 Oct 1999 10:12:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199910191712.KAA68841@freefall.freebsd.org> From: Peter Wemm Date: Tue, 19 Oct 1999 10:12:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/10/19 10:12:29 PDT Modified files: sys/i386/i386 nexus.c Log: Remove pccard attachment stub, this caused pccard unit 0 to be allocated and unusable by the pccard system since pccard doesn't attach to the nexus any more. This was stopping my 3c589D from working as pccard unit 0 is used directly for resource allocation and this fails when unit 0 isn't actually attached to anything. Revision Changes Path 1.21 +1 -6 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message