Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 May 1999 00:54:43 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, current@FreeBSD.ORG
Subject:   Re: Odd message during -current boot 
Message-ID:  <199905040654.AAA55476@harmony.village.org>
In-Reply-To: Your message of "Sat, 01 May 1999 13:06:23 BST." <Pine.BSF.4.05.9905011304270.59263-100000@herring.nlsystems.com> 
References:  <Pine.BSF.4.05.9905011304270.59263-100000@herring.nlsystems.com>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.05.9905011304270.59263-100000@herring.nlsystems.com> Doug Rabson writes:
: Its fairly harmless. We don't really support the old haveseen_isadev() api
: and its a reminder to convert any old drivers which use it. I might deal
: with it this weekend since I have some time. I'm going to finish importing
: gdb-4.18 first though.

There are 3 that I know of:
	adv, bt and aha.
bt has already been converted, I'm in the middle of converting aha
right now, which leaves adv.  It is basically trying to make sure that
it doesn't probe an address ranage that has previously been claimed by
a card.  For 99% of the cases, it really isn't needed, but that 1% can
cause hangs..

The other one which is needed reconfig_isadev, which is used by the zp
and ze drivers.  It is only called after a resume and its lack is what
causes these devices to not work after a resume.

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905040654.AAA55476>