summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
AgeCommit message (Expand)AuthorFilesLines
2021-03-05ansijsg2-14/+6
2020-08-14Re-commit Exar XR17V35x serial port support previously backed out:jcs1-1/+4
2018-04-15pucdata: convert port types and frequencies to a lookup table tojcs1-5/+10
2017-12-30Delete unnecessary <sys/file.h> includesguenther1-2/+1
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2015-03-14Remove some includes include-what-you-use claims don'tjsg1-2/+1
2014-09-14remove uneeded proc.h includesjsg1-2/+1
2013-12-09use new com.c bus-independent suspend/resume code, rather than trying toderaadt1-19/+2
2011-11-21this should have gone away because it is now in files.pcideraadt1-0/+0
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyderaadt3-23/+3
2011-10-25Use a new encoding for the entries in the pucdata table, the result isderaadt2-9/+10
2010-08-06Initial stab at making com@puc suspend and resume properly. Works finekettenis1-5/+23
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffguenther1-2/+1
2009-07-15print interrupt string like com at puc doesderaadt1-2/+2
2008-05-21Switch i386 from pccom to com. Welcomed by many.kettenis2-19/+3
2007-12-04Make puc(4) detachable.kettenis1-10/+2
2006-11-05kill leftover debug printfmartin1-2/+1
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)mickey2-15/+39
2006-06-01remove another useless isavar.h includefkr1-5/+1
2005-12-24establish interrupt at IPL_TTY instead of IPL_HIGH, so it doesn'tdjm1-2/+2
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for amillert1-2/+2
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardmiod1-172/+2
2005-07-18Compensate for NCOM_PUC disappearance; ok deraadt@miod1-3/+3
2004-08-19Do as much in com_puc_attach2() as done in com_attach_subr(), until theymiod1-5/+30
2003-07-15i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet)jason1-1/+3
2002-03-14First round of __P removal in sysmillert2-7/+7
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ oknordin1-2/+1
2001-08-08initialize timeouts, since it's a copy of comattach; reported by Larry Moore <lmoore@starwon.com.au>mickey1-1/+5
2001-03-15support puc devices with higher speeds (not tested yet)deraadt1-1/+4
2000-07-21convert to new timeoutsmickey1-3/+4
1999-11-28Add puc lpt driver support, not actually tested...downsj2-1/+105
1999-10-26Add com/pccom driver for puc.downsj2-0/+279