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
/
dev
/
ic
/
cy.c
Age
Commit message (
Expand
)
Author
2014-10-31
remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2010-11-18
Don't
Miod Vallat
2010-07-02
Move common code for waking up writers on a tty into a function.
Nicholas Marriott
2010-06-28
Allow tty drivers to request larger buffers at attach time using a
Theo de Raadt
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2010-04-12
Some of the line disciplines want to check for suser. Better to pass them
Ted Unangst
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2009-10-31
Use suser when possible. Suggested by miod@.
Federico G. Schwindt
2009-10-31
Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()
Theo de Raadt
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2003-10-03
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
Miod Vallat
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-08-05
print dv_xname instead of the uninitialized variable card; ok miod/henning/de...
Markus Friedl
2003-01-05
spelling
Theo de Raadt
2002-09-15
Add a license from the author Timo Rossi <trossi@co.jyu.fi>
Artur Grabowski
2002-09-14
Various fixes and cleanups in the cy driver.
Artur Grabowski
2002-09-09
Correctly printf on attach.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-30
Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok
Thomas Nordin
2001-08-20
Allow driver to recognize Cyclades 4Y and 8Y cards.
smart
2001-08-19
KNF
smart
2001-04-23
double splx
Artur Grabowski
2001-03-25
Repair timeouts. kern/1743, but with simpler fix
Artur Grabowski
2001-02-03
new timeouts
Michael Shalayeff
2000-12-10
support newer cy cards; elektrosatan@voltagenoir.org, pr#1479
Theo de Raadt
1999-11-30
Remove duplicate #include.
Aaron Campbell
1997-08-04
Change disable_intr()/enable_intr() to splhigh()/splx().
dgregor
1996-12-03
clr TS_WOPEN if bailing on cua opens
Theo de Raadt
1996-12-03
void cystop() -> int cystop()
kstailey
1996-11-28
Adaption to new bus.h from NetBSD. Various driver has been updated to
Niklas Hallqvist
1996-11-12
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
Niklas Hallqvist
1996-10-16
Wall happiness
Theo de Raadt
1996-08-23
Make more MI, closer to compile on amiga, still some problems though.
Niklas Hallqvist
1996-07-27
split cy driver up
Theo de Raadt