Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/sgimips



Module Name:    src
Committed By:   rumble
Date:           Fri Dec 29 05:26:30 UTC 2006

Modified Files:
        src/sys/arch/sgimips/gio: gio.c grtwo.c light.c newport.c
        src/sys/arch/sgimips/hpc: haltwo.c hpc.c
        src/sys/arch/sgimips/include: sysconf.h
        src/sys/arch/sgimips/sgimips: machdep.c

Log Message:
IP12 (and perhaps other systems) appear to be buggy and incapable of
reliably supporting badaddr(). False negatives appear to occur
approximately 1.8 percent of the time, although neither false positives
nor consecutive false negatives occur. We take advantage of the latter
property and always use a wrapper that makes multiple checks.

My IP12 no longer sees occasional ghost devices and related panics during
boot.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/arch/sgimips/gio/gio.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/sgimips/gio/grtwo.c \
    src/sys/arch/sgimips/gio/newport.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/sgimips/gio/light.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/sgimips/hpc/haltwo.c
cvs rdiff -r1.49 -r1.50 src/sys/arch/sgimips/hpc/hpc.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/sgimips/include/sysconf.h
cvs rdiff -r1.102 -r1.103 src/sys/arch/sgimips/sgimips/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index