summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()peter2002-02-271-1/+1
* #include "opt_compat.h" so that the support for old ioctls can actuallybde2002-02-151-0/+2
* Staticise the con_bios and digi_devclass variables, since they aren't neededmsmith2002-01-081-2/+2
* - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; itarr2001-12-071-5/+5
* devsw_add() and cdevsw_remove() are no longer needed.phk2001-11-041-20/+0
* Send a .4 second BREAK rather than a .25 second break so thatbrian2001-09-231-2/+2
* KSE Milestone 2julian2001-09-121-7/+7
* Allow individual ports to use alternate pin settings (swap dsr & cd)brian2001-06-201-12/+83
* Use linker_reference_module() instead of hard-coding the digi_*brian2001-06-181-14/+7
* MALLOC -> malloc, FREE -> freebrian2001-05-221-5/+5
* #include <digi/*.h> -> #include <dev/digi/*.h>brian2001-05-191-4/+4
* digiio.h has moved to /usr/include/sysbrian2001-05-191-5/+5
* digiModel_t -> enum digi_modelbrian2001-05-171-1/+1
* Remove all the mutex stuff - suggested by jhbbrian2001-05-081-35/+3
* sys/mutex.h requires sys/lock.h for LINTbrian2001-05-071-0/+1
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onbrian2001-05-071-25/+14
* Make LINT compile again.brian2001-05-061-0/+1
* Add a ``digi'' driver.brian2001-05-021-0/+1941
OpenPOWER on IntegriCloud