summaryrefslogtreecommitdiff
path: root/sys/dev/digi
AgeCommit message (Expand)Author
2002-08-22Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs
2002-04-17Make delay iteration counts a function of hz as the delay period in eachBrian Somers
2002-04-17Make delay iteration counts a function of hz as the delay period in eachBrian Somers
2002-04-10Yet another adjustment of digi_delay(). The delay is now consistentBrian Somers
2002-04-10Change more uses of tsleep() to digi_delay() and make the loop counts moreBrian Somers
2002-04-10Add a digi_delay() function and use it instead of tsleep() when pollingBrian Somers
2002-04-10Use the PCI port for pci cards, not just for PCIXR cards.Brian Somers
2002-04-10Change linker_reference_module() so that it's passed a structBrian Somers
2002-04-10Add some missing MODULE_VERSIONsBrian Somers
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-03-26Use suser() instead of checking cr_uid against 0 directly.John Baldwin
2002-02-27Fix warnings. The driver would be more useful with a DRIVER_MODULE()Peter Wemm
2002-02-15#include "opt_compat.h" so that the support for old ioctls can actuallyBruce Evans
2002-01-08Staticise the con_bios and digi_devclass variables, since they aren't neededMike Smith
2001-12-07- Fix a bunch of malloc calls where the M_FLAG is incorrectly used; itAndrew R. Reiter
2001-11-04devsw_add() and cdevsw_remove() are no longer needed.Poul-Henning Kamp
2001-09-23Send a .4 second BREAK rather than a .25 second break so thatBrian Somers
2001-09-12KSE Milestone 2Julian Elischer
2001-06-20Allow individual ports to use alternate pin settings (swap dsr & cd)Brian Somers
2001-06-18Use linker_reference_module() instead of hard-coding the digi_*Brian Somers
2001-06-18Credit John Prince and Eric Hernes for their work.Brian Somers
2001-05-22MALLOC -> malloc, FREE -> freeBrian Somers
2001-05-19#include <digi/*.h> -> #include <dev/digi/*.h>Brian Somers
2001-05-19Fairwell digiio.h (moved to src/sys/sys)Brian Somers
2001-05-19digiio.h has moved to /usr/include/sysBrian Somers
2001-05-17digiModel_t -> enum digi_modelBrian Somers
2001-05-08Remove all the mutex stuff - suggested by jhbBrian Somers
2001-05-07sys/mutex.h requires sys/lock.h for LINTBrian Somers
2001-05-07Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onBrian Somers
2001-05-06Make LINT compile again.Brian Somers
2001-05-02Only define DEBUG if it's undefined. This should eventually go, butBrian Somers
2001-05-02Add a ``digi'' driver.Brian Somers