In message <pine.bsf.4.05.9905011304270.59263-100...@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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to