summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/mac68k/fpu.c
AgeCommit message (Collapse)Author
1998-02-14NetBSD sync: knf & __asm -> asm()gene
Pointed do not merge *_match() semantics as we haven't changed those.
1997-03-12Remove some more warnings left over from NetBSD's new config.briggs
1997-03-11Second parameter of *match functions should be void (thank you ISA bus) andgene
*stop functions return int's under OpenBSD. This cleans up a bunch of compile-time warnings for the mac68k.
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1997-01-19asm -> __asm, inline -> __inlinebriggs
1996-10-14From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype.briggs
1996-06-23From scottr/NetBSD:briggs
Fix bounds check for fpu description array.
1996-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs
1995-10-18initial import of NetBSD treeTheo de Raadt