From owner-cvs-all Sun Jan 23 23: 8:47 2000 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 76234150FA; Sun, 23 Jan 2000 23:08:44 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA11143; Sun, 23 Jan 2000 23:08:44 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200001240708.XAA11143@freefall.freebsd.org> From: Warner Losh Date: Sun, 23 Jan 2000 23:08:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha.c aha_isa.c aha_mca.c ahareg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 2000/01/23 23:08:42 PST Modified files: sys/dev/aha aha.c aha_isa.c aha_mca.c ahareg.h Log: Fix plug and play support: o Cut out the probed stuff. We no longer need it since newbus implicitly checks for this (likely bt can be changed as well in this way). o Add preliminary support for unload. Untested because aha doesn't yet support identify and there are some interactions with PnP that I've not yet worked out. With this I can boot the AHA-1542CP FW F.0. All the aha resources appear to be picked up via pnp now. Revision Changes Path 1.34 +17 -44 src/sys/dev/aha/aha.c 1.17 +60 -43 src/sys/dev/aha/aha_isa.c 1.2 +1 -4 src/sys/dev/aha/aha_mca.c 1.8 +23 -32 src/sys/dev/aha/ahareg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message