summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cz.c
AgeCommit message (Expand)Author
2013-09-12Eliminate an unused variable - someone with docs and test hardware pleasemartin
2012-10-27split device_t/softc for all remaining drivers.chs
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-07-26Add PAE to ALL kernel, so that most paddr_t format string errors get caughtjym
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-10use aprint_*_dev and device_xnamecegger
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-12Call ttwakeup() with tty_lock held.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-08Add a missing brace in cztty_receive inside a ifdef HOSTRAMCODE. Thisgarbled
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-28Use device_unit().thorpej
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-06-28Use ANSI function decls and static.thorpej
2005-05-30- const poisoningchristos
2005-02-27nuke trailing whitespaceperry
2003-10-27uninitialized variableschs
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-31Use aprint_*().thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-13add RCSIDlukem
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-20Use device_lookup() in cztty_getttysoftc().thorpej
2001-01-20Garbage-collect some unused macros.thorpej
2001-01-20Don't deref NULL when searching for the correct board.thorpej
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-11-02Adapt to the new line discipline scheme.eeh
2000-07-28Handle booting without a serial expander box connected.thorpej
2000-06-14Make sure we use firmware->host communication channel in cz_intr(), fromthorpej
2000-06-09Adapt to going back to decemal device numbering.wrstuden