Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2002 01:25:40 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Anselm Garbe <anselmg@t-online.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: BAD psmintr: [Re: psm problem]
Message-ID:  <3D64A004.CD549F5D@mindspring.com>
References:  <Pine.BSF.4.21.0208201513330.54465-100000@root.org> <Pine.BSF.4.21.0208201600120.54465-100000@root.org> <20020821210824.GB697@odin.garbe> <3D64319C.E278E5CE@mindspring.com> <20020822052156.GA252@odin.garbe>

next in thread | previous in thread | raw e-mail | index | archive | help
Anselm Garbe wrote:
> On Wed, Aug 21, 2002 at 05:34:36PM -0700, Terry Lambert wrote:
> > On a hunch, I will guess that the special case code for ISA
> > sharing for the keyboard and mouse on the same PS/2 controller
> > is not present in the ACPI.
> >
> > Try not loading ACPI, and see if it fixes it for you (this
> > seems to be the week for ACPI).
> 
> Well Terry, without loading ACPI it works fine for me now.
> It seems, that there's the dog :-)

You might want to check if there's a BIOS update available that
changes the ACPI information for your system to make it more
correct.

If you know the last time it was working, and have a local CVS
repository, it should only take log2(N)+1, at most, to do a
binary date search to see what day the code broke. That's 10
recompiles and reboots to get the date, if it occurred at any
time in the last 16 months.  If it's when ACPI was enabled by
default in the first place, it means it's your BIOS (which is
why I suggested going after the BIOS first thing).

You've played "higher/lower" enough to know the optimum
strategy, right?  Basically, you get a bounding date, and
divide it in two, and divide the remaining time in 2, etc.,
until you have the day, using e.g.

	cvs co
	# fails == +0
	cvs co -D"512 days ago"
	# works == -512
	cvs co -D"256 days ago"
	# works == +256
	cvs co -D"128 days ago"
	# fails == +128
	cvs co -D"192 days ago"
	# works == -96
	...

-- Terry

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?3D64A004.CD549F5D>