summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/cz.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill commented out czttypoll() routine.mpi2020-05-211-17/+1
* cz(4): tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_msec(9)cheloha2020-03-111-10/+7
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+2
* Remove almost unused `flags' argument of suser().mpi2018-02-191-3/+3
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-3/+3
* Let this compile (not enabled by default); From Damian McGuckinderaadt2012-03-261-2/+2
* Move common code for waking up writers on a tty into a function.nicm2010-07-021-10/+4
* Allow tty drivers to request larger buffers at attach time using aderaadt2010-06-281-2/+2
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-3/+3
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* correct signature. no change as function is if 0'd.fgsch2009-11-021-2/+2
* Use suser when possible. Suggested by miod@.fgsch2009-10-311-2/+2
* Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt2009-10-311-1/+2
* Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)blambert2009-01-111-2/+2
* Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,krw2007-10-061-4/+2
* Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need formiod2003-10-031-2/+1
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* make dmesg prints closer to the rest of the driversmickey2003-08-111-11/+5
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-8/+4
* Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ oknordin2002-01-301-6/+1
* Fix mask for callout unitnate2001-09-041-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* pci_mapreg_map requires another argumentnate2001-06-251-3/+3
* Add support for the Cyclades-Z multiport serial cards.nate2001-06-211-0/+1670