index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
vax
/
mbus
Age
Commit message (
Expand
)
Author
2015-02-01
Gather the scattered (and sometimes duplicated) qbus address and size defines
Miod Vallat
2015-02-01
Do not write to the doorbell register at uba attach time - this causes a
Miod Vallat
2014-12-23
Pass real sizes to free()
Miod Vallat
2014-12-22
unifdef INET
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-10-21
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Miod Vallat
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-09-24
Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:
Miod Vallat
2011-09-18
Missing error printf argument
Miod Vallat
2011-07-06
These files no longer need to include <machine/nexus.h>
Miod Vallat
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2010-09-20
Get rid of evcount's support for arranging counters in a tree
Matthew Dempsky
2009-09-05
Change the wsdisplay_emulops return types from void to int; emulops will now
Miod Vallat
2008-10-22
#if INET => #ifdef INET
Marco Pfatschbacher
2008-09-22
Do not dereference an uninitialized pointer if a rogue, unknown type of board
Miod Vallat
2008-08-24
Define a proper wsdisplay type for legss(4).
Miod Vallat
2008-08-24
Correct dmesg, do not mention dz is the console device if running with
Miod Vallat
2008-08-23
Slight speed improvement by using byte accesses on word boundaries for all
Miod Vallat
2008-08-23
Pick the correct host adapter id from nvram.
Miod Vallat
2008-08-20
Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited
Miod Vallat
2008-08-18
Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations,
Miod Vallat