summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/dart.c
AgeCommit message (Expand)Author
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
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
2001-02-12correct buginstat(), statclock now working for '188, systat vmstat now works,Steve Murphree
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
2000-03-26callout.h is goneTheo de Raadt
1999-09-27adding support for MVME188 and MVME197. Plus 32bit if_ie.Steve Murphree