summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/com_isa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unifdef KGDB.mpi2017-04-301-29/+1
| | | | | | It doesn't compile und hasn't been working during the last decade. ok kettenis@, deraadt@
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* use new com.c bus-independent suspend/resume code, rather than trying toderaadt2013-12-091-20/+3
| | | | | craft broken local code here ok kettenis
* com@isa suspend and resume; logic cloned from ../puc/com_puc.cderaadt2010-08-061-2/+19
| | | | ok kettenis
* Correct define.fgsch2009-12-151-2/+2
| | | | From Simon Perreault <simon dot perreault at viagenie dot ca> via tech@
* fix compilation for KGDB; looked by miod@.fgsch2005-10-241-6/+1
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* declare a few var's extern for KGDBericj2002-01-231-1/+6
|
* Next step in making the com driver improvable.art2001-09-291-0/+181
Split out the com at isa attachment into its own file.