summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
AgeCommit message (Collapse)Author
2001-06-27recieve -> receiveNathan Binkert
2001-06-26A few changes to mvme68k:Miod Vallat
+ switch to UVM + fix the system trace problem + big cleanup of locore.s (macro for BUG calls, use more common m68k code whenever possible, and the macros in <m68k/asm.h>) + better indentation on some parts (old KNF) + call doshutdownhooks() at shutdown + use <net/netisr_dispatch.h> + upgrade pmap.c to something very close to our current hp300 pmap.c, minus support for PMAP_NEW and for HP MMU + various tidbits I forget to mention here work and tests by smurph@ and me.
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
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms.
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
other architectures.
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 ↵Steve Murphree
work with LX style 162 boards.
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 ↵Steve Murphree
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot.
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
o if_media'fied sun4m le.
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
improve transmission when CTS goes low (like on a modem)
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
1996-12-24nearly working driver for wglen serial cardTheo de Raadt
1996-12-24for the moment, yammer a bit moreTheo de Raadt
1996-12-11correct master decoded logic; i have mapped a vmes device successfully nowTheo de Raadt
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-08-20init sc_mem; cleanupTheo de Raadt
1996-06-11tty_attach()Theo de Raadt
1996-06-11use void * for pa/va instead of caddr_tTheo de Raadt
1996-06-11use intr_findvec()Theo de Raadt
1996-06-11call am7990_config()Theo de Raadt