summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
AgeCommit message (Collapse)Author
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
1996-05-29update for new generic bootchuck
1996-05-27import from sun3chuck
1996-05-10Add some code bulletproofing, I have had this around for some timeDale S. Rahn
I actually thought it was checked in. This should stop any extra transmit interupts occuring and a possible crash if another system talks to the tty port before it is completely configured. Also allows debugging when no processes have the port open for writing. If abort is pressed before getty starts.
1996-05-10split le driver, if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-10fix sync scsiTheo de Raadt
1996-05-07delete impossible to reach code, use more defined constantsTheo de Raadt
1996-05-06correct my interrupt bugsTheo de Raadt
1996-05-06fix russian typoTheo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-04-28wdsc driver hacked from amiga driver by Steve WoodfordTheo de Raadt
1996-04-28cfattach/cfdriver split; we hate caddr_tTheo de Raadt