summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
AgeCommit message (Expand)Author
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
1999-09-27This gets us to 2.6...Steve Murphree
1999-09-27Addition of 32bit if_ieSteve Murphree
1999-03-03rework check_eh() so that it is bridge awareJason Wright
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-09-16o if_media'fied am7990Jason Wright
1998-07-19do not force single if rd rootTheo de Raadt
1998-01-19Cleanup output for probed VME devices.etheisen
1997-11-24partially apply that dk_* prMichael Shalayeff
1997-11-20177 boards have 128k SRAM.etheisen
1997-08-08Initialize hwreset.Jason Downs
1997-07-27time_t is not longTheo de Raadt
1997-04-02add off-level character recieve.Dale S. Rahn
1997-02-22sends and receives and illustrates that the vme board has interrupt vector bugsTheo de Raadt
1997-02-22add register bit definesTheo de Raadt
1997-02-11ok, transmit on port 0 works...Theo de Raadt
1997-02-05correct boottime messagesTheo de Raadt
1997-01-28use scsiprintTheo de Raadt