Source-Changes archive

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

CVS commit: src/sys/arch/hp300/dev



Module Name:    src
Committed By:   tsutsui
Date:           Fri May 30 13:00:12 UTC 2025

Modified Files:
        src/sys/arch/hp300/dev: tvrx.c

Log Message:
Fix inverted logic botch in tvrxcnattach().

This has been wrong since my initial hp300 wscons commit in 2011,
and probably never worked. (sigh)

(Un)fortunately, tvrxcnattach() also failed on 362 and 382 with
EVRX sti(4) because bus_space_map(9) failed with the default 4KB page
size. It turns out it succeeds with an 8KB page setting, then sti(4)
or gendiofb(4) won't be attached in that case.

Should be pulled up to netbsd-9 and netbsd-10.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hp300/dev/tvrx.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