cvs commit: src/sys/bus/isa isavar.h pnp.c pnpparse.c pnpvar.h src/sys/i386/i386 bios.c src/sys/i386/include/pc bios.h
Matthew Dillon
dillon at apollo.backplane.com
Fri Nov 7 19:26:17 PST 2003
Well, I've come to the conclusion that the APMBIOS support on my K8V
motherboard is broken. I've literally traced the instructions one by
one and it ends up trying to do a movb $0,%cs:0x128c as part of an
otherwise perfectly legitimate instruction stream. Needless to say,
the above is quite illegal.
So for AMD64, at least with the K8V motherboard (unless a newer BIOS rev
fixes this prolem), people will have to not specify the APMBIOS option
for their kernels.
-Matt
More information about the Commits
mailing list