aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/digi
Commit message (Expand)AuthorAgeFilesLines
* MALLOC -> malloc, FREE -> freeBrian Somers2001-05-221-5/+5
* #include <digi/*.h> -> #include <dev/digi/*.h>Brian Somers2001-05-193-9/+9
* Fairwell digiio.h (moved to src/sys/sys)Brian Somers2001-05-191-61/+0
* digiio.h has moved to /usr/include/sysBrian Somers2001-05-193-7/+7
* digiModel_t -> enum digi_modelBrian Somers2001-05-173-10/+5
* Remove all the mutex stuff - suggested by jhbBrian Somers2001-05-084-49/+12
* sys/mutex.h requires sys/lock.h for LINTBrian Somers2001-05-071-0/+1
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onBrian Somers2001-05-074-25/+25
* Make LINT compile again.Brian Somers2001-05-061-0/+1
* Only define DEBUG if it's undefined. This should eventually go, butBrian Somers2001-05-021-0/+2
* Add a ``digi'' driver.Brian Somers2001-05-0233-0/+44161