summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/dart.c
AgeCommit message (Expand)Author
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-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
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-27Make the mvme188 interrupt handling closer to the aviion interrupt handling:Miod Vallat
2007-05-19Silence a diagnostic message in multiprocessor kernels, it makes things worse.Miod Vallat
2006-05-08Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls.Miod Vallat
2006-04-17Oops, removed a safety check in dartopen() in previous commit by mistake.Miod Vallat
2006-04-15Access to the DART registers using bus_space instead of our own memoryMiod Vallat
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-10-13Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusiveMiod Vallat
2005-04-30Remove disabled code which would disable all interrupts rather than switchMiod Vallat
2004-11-13Let the chip settle for a bit more time between trying to output twoMiod Vallat
2004-08-24Oops, unbreak dartcngetc().Miod Vallat
2004-08-19Fix (well, rewrite) the start() logic - not only would it eat characters,Miod Vallat
2004-08-02More include files cleaning:Miod Vallat
2004-07-31Always claim dart interrupts, even if they report disabled conditions, butMiod Vallat
2004-07-30Move evcount structures inside struct intrhand, this makes more sense andMiod Vallat
2004-07-23Better fix for the ttymodem issue.Miod Vallat
2004-07-23Be more careful when handling interrupts - especially the first one afterMiod Vallat
2004-07-02Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.Miod Vallat
2004-04-24Preliminary switch to an mvme88k bus_space world. Not all drivers have beenMiod Vallat
2004-04-16Do not register console as CN_NORMAL priority if we are not in cdevsw[].Miod Vallat
2004-04-15constify baud rate to hardware parameters structures.Miod Vallat
2004-02-11Keep using the BUG as the console device until autoconf is over, ratherMiod Vallat
2004-02-10Check for the device existence in cnprobe() as done in match(), to be sureMiod Vallat
2004-02-10Fix cnprobe() and cninit() prototypes.Miod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-10-23No dependency on NDART needed here.Miod Vallat
2003-10-11Nuke trailing whitespace.Miod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-28Be sure to invoke tty_attach() after ttymalloc().Miod Vallat
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-08-21Bounds checking, prevents ioctls to non-existing dart devices from panic'ingMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-12Use spltty() instead of rolling our own expanded version.Miod Vallat
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-04-28Use the prototypes defined via cdev_decl() macros, instead of rolling ourMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19Introduce brdtyp and change what cputyp means.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-08-31I should get more sleep.Miod Vallat
2001-08-31Clean the DDB entry procedure for all console drivers, and honourMiod Vallat
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-24Pass a dev_t where a dev_t is expected.Miod Vallat
2001-08-24No newline at the end of panic messages.Miod Vallat
2001-07-04$OpenBSD$Niklas Hallqvist
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree