From owner-cvs-all Fri Nov 19 23:23:32 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 C143514D40; Fri, 19 Nov 1999 23:23:29 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA33973; Fri, 19 Nov 1999 23:23:28 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199911200723.XAA33973@freefall.freebsd.org> From: Warner Losh Date: Fri, 19 Nov 1999 23:23:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NEWCARD src/sys/dev/pcic i82365_isa.c i82365var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/11/19 23:23:28 PST Modified files: sys/i386/conf NEWCARD sys/dev/pcic i82365_isa.c i82365var.h Log: Latest incremental efforts on newcard: o Delete pcic1 from NEWCARD o Add explicit resource hints to pcic0 o Get attach working with newbus, kinda (it does all the newbus stuff, but doesn't try to attach the pccard yet, too many panics). o Disable ie0 and le0 in NEWCARD config. There appears to be a bug in the isa_compat code wrt memory conflicts with newbus drivers for reasons unknown. o Minor cleanups. Revision Changes Path 1.5 +6 -5 src/sys/i386/conf/NEWCARD 1.4 +79 -52 src/sys/dev/pcic/i82365_isa.c 1.3 +9 -1 src/sys/dev/pcic/i82365var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message