From owner-cvs-all Thu Nov 11 8:48: 4 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 B86C514CA7; Thu, 11 Nov 1999 08:48:02 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA85795; Thu, 11 Nov 1999 08:48:01 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <199911111648.IAA85795@freefall.freebsd.org> From: Doug Rabson Date: Thu, 11 Nov 1999 08:48:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/11/11 08:48:01 PST Modified files: sys/isa isa_common.c Log: Reorganise the code so that I can add custom identify drivers dynamically during autoconfig to support strange hardware (such as the Yamaha DS-1) which implements 'legacy' ISA devices as well as a PCI device. This will allow the PCI driver for the YMF724 to add the legacy devices to the ISA bus and will allow the PnP system to automatically allocate the resources for those devices. Revision Changes Path 1.12 +72 -2 src/sys/isa/isa_common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message