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
/
puc
Age
Commit message (
Expand
)
Author
2011-11-21
this should have gone away because it is now in files.pci
Theo de Raadt
2011-11-15
Simplify various parts of the puc(4) attachment code. Tested lightly
Theo de Raadt
2011-10-25
Use a new encoding for the entries in the pucdata table, the result is
Theo de Raadt
2010-08-06
Initial stab at making com@puc suspend and resume properly. Works fine
Mark Kettenis
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2009-07-15
print interrupt string like com at puc does
Theo de Raadt
2008-05-21
Switch i386 from pccom to com. Welcomed by many.
Mark Kettenis
2007-12-04
Make puc(4) detachable.
Mark Kettenis
2006-11-05
kill leftover debug printf
Martin Reindl
2006-07-31
puc@cardbus (only added (commented out) to whom has puc@pci enabled)
Michael Shalayeff
2006-06-01
remove another useless isavar.h include
Felix Kronlage
2005-12-24
establish interrupt at IPL_TTY instead of IPL_HIGH, so it doesn't
Damien Miller
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-09-26
Share com probe code between com and pccom; allows us to get rid of awkward
Miod Vallat
2005-07-18
Compensate for NCOM_PUC disappearance; ok deraadt@
Miod Vallat
2004-08-19
Do as much in com_puc_attach2() as done in com_attach_subr(), until they
Miod Vallat
2003-07-15
i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet)
Jason Wright
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-08
initialize timeouts, since it's a copy of comattach; reported by Larry Moore ...
Michael Shalayeff
2001-03-15
support puc devices with higher speeds (not tested yet)
Theo de Raadt
2000-07-21
convert to new timeouts
Michael Shalayeff
1999-11-28
Add puc lpt driver support, not actually tested...
Jason Downs
1999-10-26
Add com/pccom driver for puc.
Jason Downs