summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do as much in com_puc_attach2() as done in com_attach_subr(), until theymiod2004-08-191-5/+30
* i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet)jason2003-07-151-1/+3
* First round of __P removal in sysmillert2002-03-142-7/+7
* Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ oknordin2002-01-301-2/+1
* initialize timeouts, since it's a copy of comattach; reported by Larry Moore <lmoore@starwon.com.au>mickey2001-08-081-1/+5
* support puc devices with higher speeds (not tested yet)deraadt2001-03-151-1/+4
* convert to new timeoutsmickey2000-07-211-3/+4
* Add puc lpt driver support, not actually tested...downsj1999-11-282-1/+105
* Add com/pccom driver for puc.downsj1999-10-262-0/+279