Name Date Size #Lines LOC

..--

changesH A D09-Jul-20244.8 KiB129112

errataH A D09-Jul-20241.8 KiB4238

fplsp.docH A D09-Jul-20248 KiB240216

fplsp.sH A D09-Jul-2024287.1 KiB10,9909,440

fplsp.saH A D09-Jul-202489.1 KiB1,9841,981

fpsp.docH A D09-Jul-202410.3 KiB300269

fpsp.sH A D09-Jul-2024745 KiB24,79521,269

fpsp.saH A D09-Jul-2024154.4 KiB3,4393,436

fskeletn.sH A D09-Jul-202410.2 KiB351311

ftest.sH A D09-Jul-202428.7 KiB1,4661,125

ftest.saH A D09-Jul-202418.3 KiB409406

ilsp.docH A D09-Jul-20246.1 KiB160136

ilsp.sH A D09-Jul-202430.2 KiB943799

ilsp.saH A D09-Jul-20246.2 KiB139136

iskeletn.sH A D09-Jul-20248.5 KiB292255

isp.docH A D09-Jul-20248.5 KiB228199

isp.sH A D09-Jul-2024124 KiB4,3103,639

isp.saH A D09-Jul-202419.3 KiB430427

itest.sH A D09-Jul-2024103.5 KiB6,3964,612

itest.saH A D09-Jul-202459.2 KiB1,3171,315

miscH A D09-Jul-20244.5 KiB211201

os.sH A D09-Jul-202412.3 KiB443419

pfpsp.sH A D09-Jul-2024452.7 KiB14,75612,513

pfpsp.saH A D09-Jul-202479.4 KiB1,7681,765

readmeH A D09-Jul-20243 KiB8164

test.docH A D09-Jul-20247.9 KiB218183

readme

1#
2# $NetBSD: readme,v 1.1 2000/04/14 20:24:40 is Exp $
3#
4
5#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6# MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
7# M68000 Hi-Performance Microprocessor Division
8# M68060 Software Package Production Release
9#
10# M68060 Software Package Copyright (C) 1993, 1994, 1995, 1996 Motorola Inc.
11# All rights reserved.
12#
13# THE SOFTWARE is provided on an "AS IS" basis and without warranty.
14# To the maximum extent permitted by applicable law,
15# MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
16# INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
17# FOR A PARTICULAR PURPOSE and any warranty against infringement with
18# regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
19# and any accompanying written materials.
20#
21# To the maximum extent permitted by applicable law,
22# IN NO EVENT SHALL MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER
23# (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS,
24# BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER PECUNIARY LOSS)
25# ARISING OF THE USE OR INABILITY TO USE THE SOFTWARE.
26#
27# Motorola assumes no responsibility for the maintenance and support
28# of the SOFTWARE.
29#
30# You are hereby granted a copyright license to use, modify, and distribute the
31# SOFTWARE so long as this entire notice is retained without alteration
32# in any modified and/or redistributed versions, and that such modified
33# versions are clearly identified as such.
34# No licenses are granted by implication, estoppel or otherwise under any
35# patents or trademarks of Motorola, Inc.
36#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
38Files in this directory:
39-------------------------
40
41fpsp.sa		Full FP Kernel Module - hex image
42fpsp.s		Full FP Kernel Module - source code
43fpsp.doc	Full FP Kernel Module - on-line documentation
44
45pfpsp.sa	Partial FP Kernel Module - hex image
46pfpsp.s		Partial FP Kernel Module - source code
47
48fplsp.sa	FP Library Module - hex image
49fplsp.s		FP Library Module - source code
50fplsp.doc	FP Library Module - on-line documentation
51
52isp.sa		Integer Unimplemented Kernel Module - hex image
53isp.s		Integer Unimplemented Kernel Module - source code
54isp.doc		Integer Unimplemented Kernel Module - on-line doc
55
56ilsp.sa		Integer Unimplemented Library Module - hex image
57ilsp.s		Integer Unimplemented Library Module - source code
58ilsp.doc	Integer Unimplemented Library Module - on-line doc
59
60fskeleton.s	Sample Call-outs needed by fpsp.sa and pfpsp.sa
61
62iskeleton.s	Sample Call-outs needed by isp.sa
63
64os.s		Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
65
66ftest.sa	Simple test program to test that {p}fpsp.sa
67		was connected properly; hex image
68ftest.s		above test; source code
69
70itest.sa	Simple test program to test that isp.sa was
71		connected properly; hex image
72itest.s		above test; source code
73
74test.doc	on-line documentation for {i,f}test.sa
75
76README		This file
77
78ERRATA		Known errata for this release
79
80MISC		Release file version numbers
81