aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/digi/digi.h
Commit message (Expand)AuthorAgeFilesLines
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-3/+3
* Don't use pessimal (u_short) types for i/o ports. This is mainly forBruce Evans2003-08-051-2/+2
* Yet another adjustment of digi_delay(). The delay is now consistentBrian Somers2002-04-101-1/+2
* Change more uses of tsleep() to digi_delay() and make the loop counts moreBrian Somers2002-04-101-0/+1
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()Peter Wemm2002-02-271-0/+2
* Staticise the con_bios and digi_devclass variables, since they aren't neededMike Smith2002-01-081-1/+0
* devsw_add() and cdevsw_remove() are no longer needed.Poul-Henning Kamp2001-11-041-1/+0
* Allow individual ports to use alternate pin settings (swap dsr & cd)Brian Somers2001-06-201-0/+6
* Credit John Prince and Eric Hernes for their work.Brian Somers2001-06-181-0/+3
* digiModel_t -> enum digi_modelBrian Somers2001-05-171-1/+1
* Remove all the mutex stuff - suggested by jhbBrian Somers2001-05-081-7/+0
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onBrian Somers2001-05-071-0/+9
* Only define DEBUG if it's undefined. This should eventually go, butBrian Somers2001-05-021-0/+2
* Add a ``digi'' driver.Brian Somers2001-05-021-0/+204