summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-2/+2
* Make delay iteration counts a function of hz as the delay period in eachbrian2002-04-171-25/+21
* Yet another adjustment of digi_delay(). The delay is now consistentbrian2002-04-101-9/+9
* Change more uses of tsleep() to digi_delay() and make the loop counts morebrian2002-04-101-12/+14
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()peter2002-02-271-0/+1
* devsw_add() and cdevsw_remove() are no longer needed.phk2001-11-041-3/+0
* #include <digi/*.h> -> #include <dev/digi/*.h>brian2001-05-191-2/+2
* digiio.h has moved to /usr/include/sysbrian2001-05-191-1/+1
* Remove all the mutex stuff - suggested by jhbbrian2001-05-081-2/+3
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onbrian2001-05-071-0/+1
* Add a ``digi'' driver.brian2001-05-021-0/+472
OpenPOWER on IntegriCloud