#
dc02b079 |
| 19-Feb-2009 |
jmcneill <jmcneill@NetBSD.org> |
Remove vesafb-specific hacks.
|
#
70885129 |
| 08-Apr-2008 |
cegger <cegger@NetBSD.org> |
use aprint_*_dev and device_xname
|
#
d293cfca |
| 14-Mar-2008 |
cube <cube@NetBSD.org> |
Split device_t and softc for all attachments of vga(4).
|
#
a2a38285 |
| 19-Oct-2007 |
ad <ad@NetBSD.org> |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
#
b74d978f |
| 19-Feb-2006 |
jmcneill <jmcneill@NetBSD.org> |
Prevent vga from attaching if vesafb is the console. Accessing VGA registers after switching to a VESA linear framebuffer mode is not guaranteed to work. This should fix the majority of the problems
Prevent vga from attaching if vesafb is the console. Accessing VGA registers after switching to a VESA linear framebuffer mode is not guaranteed to work. This should fix the majority of the problems people have been experiencing with vesafb.
XXX: Still doesn't fix the assertion in wscons with options DIAGNOSTIC.
show more ...
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
f31bd063 |
| 27-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
365cbd94 |
| 14-Jul-2003 |
lukem <lukem@NetBSD.org> |
add missing __KERNEL_RCSID()
|
#
89b4d622 |
| 27-Jan-2003 |
tsutsui <tsutsui@NetBSD.org> |
- Replace some magic numbers with proper macro. - Use vga_6845_{read,write}() defined in pcdisplayvar.h and remove vga_crtc_{read,write}() macros in vgareg.h.
|
#
a8c7515f |
| 27-Jan-2003 |
tsutsui <tsutsui@NetBSD.org> |
KNF and space/TAB cleanup.
|
#
0f061c7c |
| 15-Oct-2002 |
junyoung <junyoung@NetBSD.org> |
Move vga_common_probe() to vga_common.c. vga_common.c contains common stuff between existing char-cell VGA driver and raster VGA driver to come shortly.
|