summaryrefslogtreecommitdiff
path: root/sys/dev/puc
AgeCommit message (Expand)Author
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2007-12-04Make puc(4) detachable.Mark Kettenis
2006-11-05kill leftover debug printfMartin Reindl
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
2006-06-01remove another useless isavar.h includeFelix Kronlage
2005-12-24establish interrupt at IPL_TTY instead of IPL_HIGH, so it doesn'tDamien Miller
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-07-18Compensate for NCOM_PUC disappearance; ok deraadt@Miod Vallat
2004-08-19Do as much in com_puc_attach2() as done in com_attach_subr(), until theyMiod Vallat
2003-07-15i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet)Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2001-08-08initialize timeouts, since it's a copy of comattach; reported by Larry Moore ...Michael Shalayeff
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2000-07-21convert to new timeoutsMichael Shalayeff
1999-11-28Add puc lpt driver support, not actually tested...Jason Downs
1999-10-26Add com/pccom driver for puc.Jason Downs