CVS commit: src/sys/dev/pci
"Michael Lorenz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: macallan Date: Mon Feb 23 08:58:07 UTC 2026 Modified Files: src/sys/dev/pci: gffb.c Log Message: fix gffb_putchar_mono(): - don't use the glyph cache - it doesn't buy us anything when drawing mono characters and it can't deal with WSATTR_HILIT - gffb_sync() before drawing characters - turns out we can overrun the command buffer with this, which leads to occasional lockups. No measurable loss of speed. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/gffb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.