summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
AgeCommit message (Expand)Author
2004-03-26Do not dereference pointers before checking whether they are valid (triple si...Miod Vallat
2004-03-04Don't spl0() while polling, splbio() is enough and required.Miod Vallat
2004-01-20In some situations, the MVME328S can be so hung that our current reset codeMiod Vallat
2004-01-14mvme* do not support buses with indirect configuration, so don't check andMiod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2004-01-14Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. AlsoKenneth R Westerback
2003-12-30Add support for all six Motorola-supported configurations of MVME376Miod Vallat
2003-12-20Passl -Wformat. Fix some blatant -Wuninitialized errors as well.Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-03spelling fixes (in the comments)David Krause
2003-10-14Oops, unbrek.Miod Vallat
2003-10-13Do not define LEDEBUG by default.Miod Vallat
2003-10-08On 167 and 177 boards, use a VMEChip2 timer for accurate delay() wheneverMiod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-04more term 3 & 4 from various developers, with permission of courseTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02license cleanup of my filesTheo de Raadt
2003-04-16Clarify license terms.Miod Vallat
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-28pad < minimal length packets with 0's; based on netbsd; tested by miodJason Wright
2002-12-14handeled -> handled; reported by someone on the list, but i no longerFederico G. Schwindt
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-09-17It turns out that disabling selection timeout is not a good idea, onMiod Vallat
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-11cnputc() routines are void, not int.Miod Vallat
2002-06-02withough -> withoutTheo de Raadt
2002-04-29wierd -> weirdPeter Valchev
2002-04-28A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall.Miod Vallat
2002-04-27Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,Miod Vallat
2002-04-21Correct a thinko wrt 68060 operation; only affects 177 boards.Miod Vallat
2002-04-21Fix comments.Miod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2001-12-21Let this compile for kernels where no pcc device is configured (i.e. kernelsMiod Vallat
2001-12-19cleanupTheo de Raadt
2001-11-28zap some typedefs.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06remove the last uses of vm/vm_page.hArtur Grabowski
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-05Fallout from the mmap changes.Artur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat