From owner-cvs-all Sun Apr 11 15:40: 5 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 B4D09156A1; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA07190; Sun, 11 Apr 1999 11:21:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904111821.LAA07190@freefall.freebsd.org> From: Peter Wemm Date: Sun, 11 Apr 1999 11:21:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: sys/i386/isa isa_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -= New-bus architecture repository =- peter 1999/04/11 11:21:21 PDT Modified files: i386/isa isa_compat.c Log: Tweak the isa old-driver wrapper.. - the old attach routines return value was ignored, and hence, all sorts of wierd and wonderful things get returned. (0 = ok, 0 = fail, etc) - the old probe routines return a negative number if the device was found but doesn't occupy port space. - if the probe routine changes the isa_device settings (as some do for autodetection, eg: buslogic isa and aha), copy them back and update the config resources. Revision Changes Path 1.2 +27 -19 sys/i386/isa/isa_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message