summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
AgeCommit message (Expand)Author
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
2001-08-08New timeouts.Miod Vallat
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27recieve -> receiveNathan Binkert
2001-06-26A few changes to mvme68k:Miod Vallat
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-10Post pmap_extract() changes cleanup.Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-11unifyTheo de Raadt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-18two siop drivers conflict. rename to ssh -- short for Symbios Scripts HardwareTheo de Raadt
2001-01-25spellingTodd T. Fries
2001-01-04Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob!Steve Murphree
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-07-06Make the handling of going into ddb from the console more like theArtur Grabowski
2000-06-10better ifdefTheo de Raadt
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
2000-03-26callout.h is goneTheo de Raadt
2000-01-29Updated flash and ipic device compatability with MC rev 0x01. zs mods to wor...Steve Murphree
2000-01-27goof.Steve Murphree
2000-01-27Fix for boards with only one zs chip.Steve Murphree
2000-01-25fix dmesg printTheo de Raadt
2000-01-25Added support for MVME328 SCSI VME board.Steve Murphree
2000-01-24Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to le....Steve Murphree
2000-01-06Added support for MVME177 (mc68060)Steve Murphree
1999-10-04Fixed garbled dmesg.Steve Murphree