summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cz.c
AgeCommit message (Expand)Author
2024-11-05The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.Miod Vallat
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2024-05-15ansi style function declJonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-01-09spellingJonathan Gray
2021-01-01Remove useless redundant call of ttyopen().jan
2020-05-21Kill commented out czttypoll() routine.Martin Pieuchot
2020-03-11cz(4): tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_msec(9)cheloha
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2012-03-26Let this compile (not enabled by default); From Damian McGuckinTheo de Raadt
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-02correct signature. no change as function is if 0'd.Federico G. Schwindt
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)Bret Lambert
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-11make dmesg prints closer to the rest of the driversMichael Shalayeff
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2001-09-04Fix mask for callout unitNathan Binkert
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-06-25pci_mapreg_map requires another argumentNathan Binkert
2001-06-21Add support for the Cyclades-Z multiport serial cards.Nathan Binkert