Module Name:    src
Committed By:   martin
Date:           Sat Feb 17 16:05:32 UTC 2024

Modified Files:
        src/sys/dev/ic [netbsd-10]: sti.c

Log Message:
Pull up following revision(s) (requested by macallan in ticket #593):

        sys/dev/ic/sti.c: revision 1.32

Make this work properly on PCI Visualize EG:
- use bus_space_*_stream() for all register accesses in order to avoid
  byte order conversion on PCI devices
- when switching to framebuffer mode, request as many text planes as STI allows
- request access to both text and non-text planes in fb mode

With this and the bus_space commit a few days ago I have usable X on my C360
and a PCI Visualize EG.

This needs testing on quite literally everything else.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.31.6.1 src/sys/dev/ic/sti.c

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

Reply via email to