summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/mfc.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2009-10-26kill extra whitespacescegger
2009-05-19Removed old Amiga-specific "sicallback" software interrupts and replacedphx
2009-03-18bcopy -> memcpycegger
2008-06-11Use device_private() and device_lookup_private() to get softc.tsutsui
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
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-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-26Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-06-13Fix a ton of const/volatile issues shown with new warning flagsjmc
2004-04-25Constify the speedtab arraysmatt
2004-03-28Remove license clauses 3 and 4 in my licenses.mhitch
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use 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-02-17Add a missing ) from an 6 year old cleanup commit (rev 1.10):veego
2002-01-28add __KERNEL_RCSID as suggested by Luke Mewburnaymeric
2002-01-26- ANSIfyaymeric
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-13Make these compile again, plus minor aesthetic changes.aymeric
2000-11-02Adapt to new line discipline scheme.eeh
1998-09-01Quick fix for TS_WOPEN -> t_wopen change. Compiles and works.mhitch
1998-01-12Adjust for changes to config.thorpej
1996-12-23Get rid of __BROKEN_INDIRECT_CONFIG.veego
1996-10-13backout previous kprintf changechristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-02tty stop functions really should return void, not int, and certainly not both.mycroft
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-06-06Add tty_attach() calls for pstat -t. Closes PR #2519mhitch
1996-04-21- Cleanup for -Wall and -Wstrict-prototypesveego
1996-03-17Clean up typos and other errors from new device attachment changes.mhitch
1996-03-17New device attachment scheme:thorpej
1995-11-30merge in changes from 1.1 release branchjtc
1995-10-09add prototypes for isr stuff fixes pr# 1284 and 1569chopps
1995-09-29move 040 to hp300 style, use new MI lance ethernet driverchopps
1995-07-04misc cleanup, better tty alloc for mfc. from osymh@gemini.oscs.montana.edu (...chopps