summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
AgeCommit message (Collapse)Author
1996-06-16use getsn() instead of private getstr()Theo de Raadt
1996-06-16netbsd pr#2547, is@beverly.rhein.de; handle bus errors correctlyTheo 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-06-11delete intr_freevec(), add intr_findvec() [more flexible interface]Theo de Raadt
1996-05-29update for new generic bootchuck
1996-05-29new generic bootchuck
1996-05-29add stuff for generic bootchuck
1996-05-29bump versionchuck
1996-05-29new calling format to support generic bootchuck
1996-05-29new arg passingchuck
1996-05-29new "go"chuck
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-28new version of bootst (from sun3 tapeboot)chuck
1996-05-28old versionchuck
1996-05-28new version of bootst (from sun3 tapeboot)chuck
1996-05-27make more alikeTheo de Raadt
1996-05-27fix make dependchuck
1996-05-27import from sun3chuck
1996-05-27add ram diskchuck
1996-05-27enable ram diskchuck
1996-05-19move RB_NOSYM here.chuck
1996-05-19minor cleanchuck
1996-05-19minor cleanchuck
1996-05-16conf.c (import from sun3 version)chuck
1996-05-16up version #chuck
1996-05-16clean up and sync with changes elsewhere (use common parse_args,chuck
bugargs.cputyp, bugcrt, etc...).
1996-05-16relocate config.h from libsa since it is only used herechuck
devopen: XXX override one in libsa ... do we need two devopens? needs to be looked into.
1996-05-16sync with recent changes.chuck
XXX: needs more cleanup (has a duplicate copy of exec with some extra stuff in it... merge?)
1996-05-16update to run from bootxx + major clean upchuck
1996-05-16bugdev moved to libsachuck
filesystem merged with conf.c
1996-05-16import level 1 bootstrap from sun3/sparc portchuck
1996-05-16libsa needs libbug.chuck
1996-05-16import installboot from sun3/sparc portschuck
1996-05-16sync with sun3 port.chuck
major reorg. & cleanup. new SRT that works with bugcrt. common parse_arg.
1996-05-16R.I.P. old stuff.chuck
1996-05-16reorg & cleanup. add in some stuff so we can remove libsa/promcons.c.chuck
1996-05-16add netboot stuff and cputyp stuff to bugcrt. also add bugexec().chuck
1996-05-16adjust subdirs for new stuffchuck
1996-05-16add two more defines for the way the bug "NBO" command passes in argschuck
add network boot and cputyp to bugargs (for new bootblocks)
1996-05-15add all the possible SCSI device types to the GENERIC configs.Michael Shalayeff
1996-05-10machine@Theo de Raadt
1996-05-10machine@; use -fomit-frame-pointer otherwise a bugarg in a6 gets trashedTheo de Raadt
1996-05-10clean betterTheo de Raadt
1996-05-10m88k & m68k capable bugcrt by chuckTheo de Raadt
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