Date: Sun, 11 Apr 1999 11:21:21 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: sys/i386/isa isa_compat.c Message-ID: <199904111821.LAA07190@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
-= 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904111821.LAA07190>