aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/digi/digi_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* Make delay iteration counts a function of hz as the delay period in eachBrian Somers2002-04-171-25/+21
* Yet another adjustment of digi_delay(). The delay is now consistentBrian Somers2002-04-101-9/+9
* Change more uses of tsleep() to digi_delay() and make the loop counts moreBrian Somers2002-04-101-12/+14
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()Peter Wemm2002-02-271-0/+1
* devsw_add() and cdevsw_remove() are no longer needed.Poul-Henning Kamp2001-11-041-3/+0
* #include <digi/*.h> -> #include <dev/digi/*.h>Brian Somers2001-05-191-2/+2
* digiio.h has moved to /usr/include/sysBrian Somers2001-05-191-1/+1
* Remove all the mutex stuff - suggested by jhbBrian Somers2001-05-081-2/+3
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onBrian Somers2001-05-071-0/+1
* Add a ``digi'' driver.Brian Somers2001-05-021-0/+472