cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/isa npx.c
Ken Smith
kensmith at FreeBSD.org
Sun Apr 30 05:17:59 UTC 2006
kensmith 2006-04-30 05:17:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6_1)
sys/i386/i386 machdep.c
sys/i386/isa npx.c
Log:
MFC:
> jhb 2006-04-06 17:17:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/i386 machdep.c
> sys/i386/isa npx.c
> Log:
> - Don't set CR0_NE and CR0_MP in npx_probe() as they are already set
> earlier in cpu_setregs().
> - If we know this CPU has a FPU via cpuid, then just assume the INT16
> interface and make the npx device quiet to not clutter the dmesg. This
> is true for all Pentium and later CPUs and even some of the later 486dx
> CPUs.
>
> Reviewed by: bde
> Tested by: ps
> MFC after: 1 week
>
> Path Revision
> src/sys/i386/i386/machdep.c 1.625
> src/sys/i386/isa/npx.c 1.164
Requested by: jhb
Approved by: re (scottl)
Revision Changes Path
1.616.2.3.2.1 +15 -2 src/sys/i386/i386/machdep.c
1.162.2.1.2.2 +21 -25 src/sys/i386/isa/npx.c
More information about the cvs-src
mailing list