summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about "static" functions: if the function is markedphk2002-09-281-4/+4
* 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
* Make delay iteration counts a function of hz as the delay period in eachbrian2002-04-171-5/+5
* Yet another adjustment of digi_delay(). The delay is now consistentbrian2002-04-103-18/+19
* Change more uses of tsleep() to digi_delay() and make the loop counts morebrian2002-04-103-19/+22
* Add a digi_delay() function and use it instead of tsleep() when pollingbrian2002-04-101-5/+14
* Use the PCI port for pci cards, not just for PCIXR cards.brian2002-04-101-6/+6
* Change linker_reference_module() so that it's passed a structbrian2002-04-101-2/+8
* Add some missing MODULE_VERSIONsbrian2002-04-108-0/+9
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Use suser() instead of checking cr_uid against 0 directly.jhb2002-03-261-1/+1
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()peter2002-02-274-1/+5
* #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-082-3/+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-044-27/+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-202-12/+89
* Use linker_reference_module() instead of hard-coding the digi_*brian2001-06-181-14/+7
* Credit John Prince and Eric Hernes for their work.brian2001-06-182-1/+6
* MALLOC -> malloc, FREE -> freebrian2001-05-221-5/+5
* #include <digi/*.h> -> #include <dev/digi/*.h>brian2001-05-193-9/+9
* Fairwell digiio.h (moved to src/sys/sys)brian2001-05-191-61/+0
* digiio.h has moved to /usr/include/sysbrian2001-05-193-7/+7
* digiModel_t -> enum digi_modelbrian2001-05-173-10/+5
* Remove all the mutex stuff - suggested by jhbbrian2001-05-084-49/+12
* 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-074-25/+25
* Make LINT compile again.brian2001-05-061-0/+1
* Only define DEBUG if it's undefined. This should eventually go, butbrian2001-05-021-0/+2
* Add a ``digi'' driver.brian2001-05-0233-0/+44161
OpenPOWER on IntegriCloud