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
/
sparc
/
dev
/
qec.c
Age
Commit message (
Expand
)
Author
2010-09-05
Remove bogus LHS casts. makes gcc4 happy.
Mark Kettenis
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2006-06-02
sbus_establish() and the associated linked list in the sbus softc is now only
Miod Vallat
2003-06-02
some license cleanup
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-08
simplify qec_put a bit
Jason Wright
2001-01-30
- take advantage of the fact that qe's and be's require qec's and move
Jason Wright
1999-07-05
but make it work for multiple cards... i think
Theo de Raadt
1999-07-05
calculate ca_offset correctly
Theo de Raadt
1998-11-16
save a bit of space; theo.
Jason Wright
1998-11-11
Detect cards that require dma that are in non-dma slots and don't allow
Jason Wright
1998-11-02
First step at unifying qe & be drivers:
Jason Wright
1998-10-21
The qec global reset should only be allowed to happen once per qec card, not
Jason Wright
1998-10-19
Support for the qec+qe (SBus QuadEthernet board)
Jason Wright
1998-08-26
o Fix up address ranges
Jason Wright
1998-07-05
do not print fake slot numbers
Theo de Raadt
1998-07-05
map qec registers properly
Theo de Raadt
1998-07-04
add qec register info
Theo de Raadt
1998-07-04
add support for qec; same basic thing as lebuffer
Theo de Raadt