From owner-cvs-all Sun Nov 28 23:15:36 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 6299D15343; Sun, 28 Nov 1999 23:15:34 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA15374; Sun, 28 Nov 1999 23:15:34 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199911290715.XAA15374@freefall.freebsd.org> From: Warner Losh Date: Sun, 28 Nov 1999 23:15:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365_isa.c i82365_isasubr.c i82365_isavar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/11/28 23:15:34 PST Modified files: sys/dev/pcic i82365_isa.c i82365_isasubr.c i82365_isavar.h Log: Reconnect probing of the width of the isa bus, calling pcic_attach and pcic_attach_sockets. Rework bus width probe mapping and unmapping to use the newbus bus_{allocate,release}_resource with a rid of 1 to work on FreeBSD. Remove a few now unneeded #includes. Revision Changes Path 1.6 +3 -8 src/sys/dev/pcic/i82365_isa.c 1.4 +30 -33 src/sys/dev/pcic/i82365_isasubr.c 1.3 +2 -3 src/sys/dev/pcic/i82365_isavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message