aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/immio.c
Commit message (Expand)AuthorAgeFilesLines
* bandaid assumption that char is signedSam Leffler2005-12-211-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Translate various ppbus sequences into microsequences to limitNicolas Souchu2001-06-231-66/+74
* Discard extra status information if -1. This has been breaking theNicolas Souchu2001-01-251-0/+5
* Cleanup and improve mode detection. Now, you should get what you actuallyNicolas Souchu2001-01-021-61/+41
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-69/+77
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make ppbus compile under egcs. I'm not sure about this casting-to-union-Peter Wemm1999-04-051-3/+5
* Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu1999-01-301-12/+12
* Major ppbus commit with:Nicolas Souchu1999-01-101-1/+3
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlyNicolas Souchu1998-10-311-7/+15
* abort imm init if can't disconnect from driveNicolas Souchu1998-10-021-1/+2
* - port of vpo code to CAMNicolas Souchu1998-09-201-28/+50
* Lowlevel i/o routines for ZIP+ support. Mostly written with microseqNicolas Souchu1998-09-131-0/+771