NetBSD/sys/arch/mac68k
lkestel cd701f50a3 Fixed a few major bugs. add_nubus_intr() was getting the wrong address,
and bcopy and bzero were being used.  The latter use longs to copy/zero,
and some ethernet cards can't handle longs.  I've added bbcopy and bbzero
as a temporary hack, but these should later be added to locore and maybe
changed to use shorts.  Still doesn't work: I can now get an interrupt on
the first transmit, but further transmits don't generate more interrupts.
1994-03-20 03:03:26 +00:00
..
compile delete bogus kernel files/binaries, and add a .keep_me 1993-09-30 01:25:44 +00:00
conf Added -I$S/arch, per amiga port. (Used by db_disasm.c.) 1994-03-13 22:27:06 +00:00
dev Fixed a few major bugs. add_nubus_intr() was getting the wrong address, 1994-03-20 03:03:26 +00:00
include add comment for consistency. 1994-03-14 02:11:09 +00:00
mac68k Small mods. Needs lots of cleanup. 1994-03-20 00:26:21 +00:00
nubus Do a cleaner probe. This still needs lots of work, but will work on 1994-02-23 04:38:24 +00:00
obio Add basic sound support and a beeping (instead of flashing) console... 1993-12-21 03:16:01 +00:00
scsi Make include paths reference arch/mac68k/scsi instead of just scsi. 1994-02-22 00:57:23 +00:00