summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cz.c
AgeCommit message (Expand)Author
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