summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
1995-06-16Rearrange slightly.briggs
1995-06-09"Always compile before you commit."briggs
1995-06-08In the interrupt routine, bail out if we've not been initialized, yet.briggs
1995-05-31Make genassym depend on its C source.briggs
1995-05-25Make a diagnostic message DIAGNOSTIC.briggs
1995-05-17Make comment fit reality.briggs
1995-05-17Some cleanup.briggs
1995-05-17Add configuration for my gateway machine.briggs
1995-05-17Nuke cpu_exec and remove extra semicolon on cpu_swapout() panic stringbriggs
1995-05-17Add a memcpy entry point as at least a temp fix for compiling with abriggs
1995-05-17Set A2 to PS_STRINGS in setregs().briggs
1995-05-10Actually probe for 881 vs. 882. Also add a case for 040, although it'sbriggs
1995-05-06Get rid of a printf() that got left behind in the probe.briggs
1995-05-06Probe this like the other devices.briggs
1995-05-05Add some code/defines to differentiate Asante and Interlan/Gator cardsbriggs
1995-05-05define BROKEN_SWAP and/or cpu_swapout as appropriate.cgd
1995-04-30Don't set mrg vectors if we're using the serial console--this allowsbriggs
1995-04-29Add new nubus handling that's much more robust.briggs
1995-04-28rename files files for new config/config.old namingcgd
1995-04-27Use new files.sunoschristos
1995-04-23Make these compile again.briggs
1995-04-22Removed sunos_machdep.cchristos
1995-04-22Move sunos_machdep.c to m68kchristos
1995-04-22Fixed comparison in SYS__syscall to be against sysent instead ofchristos
1995-04-22- added sunos_machdep.c for sun3, atari, amiga and mac68k.christos
1995-04-22Define DELAY.briggs
1995-04-22Add some multicast byteorder-related changes from djh@mulga.cs.mu.OZ.AU.briggs
1995-04-22Use vfs_shutdown().briggs
1995-04-21Get rid of old file from hp300 origins!?briggs
1995-04-21Enable nubus interrupts after registering.briggs
1995-04-21Separate nubus interrupt registry and enablement.briggs
1995-04-21Handle grf_softc in the config.new manner.briggs
1995-04-21First pass of KNFication. Needs more.briggs
1995-04-20Prototype iteopen correctly (oversight from a while back...).briggs
1995-04-20Update to use softc better and handle mainbus being indirect.briggs
1995-04-20Make mainbus an indirect device--needs more work, but it does function.briggs
1995-04-20Move to ptyttybriggs
1995-04-20include mi scsi files file.briggs
1995-04-20Add itetty().briggs
1995-04-20Add a sertty() and update to use ser_softc instead of a bunch of arraysbriggs
1995-04-20Grab the sun3 cpu_coredump().briggs
1995-04-19'twould help to unmount the filesystems, wouldn't it?briggs
1995-04-19Define struct ae_ring which is necessary because BYTE_ORDER == BIG_ENDIAN,briggs
1995-04-19Initialize totlen in ae_put. Thanks to chopps for pointing it out!briggs
1995-04-16Fix typo: ieefp.h -> ieeefp.h.jtc
1995-04-16Get this working. Mainly, don't always round to word transfers onbriggs
1995-04-13Update interrupts to use (void *client_data) instead of (int unit) asbriggs
1995-04-13Update to use dev/ic/dp8390.h. Mostly from mycroft.briggs
1995-04-12Almost working synch with if_ed.c. Much by mycroft. Fixups by me.briggs
1995-04-12Fixup from last changes.briggs