Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/arch/hp300/dev



Module Name:    src
Committed By:   martin
Date:           Sun Jun  1 12:23:29 UTC 2025

Modified Files:
        src/sys/arch/hp300/dev [netbsd-9]: tvrx.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1957):

        sys/arch/hp300/dev/tvrx.c: revision 1.5

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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.64.1 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