NameDateSize

..10-Nov-20254 KiB

changesH A D14-Apr-20004.8 KiB

errataH A D14-Apr-20001.8 KiB

fplsp.docH A D14-Apr-20008 KiB

fplsp.sH A D05-Dec-2021287.1 KiB

fplsp.saH A D14-Apr-200089.1 KiB

fpsp.docH A D29-Apr-200710.3 KiB

fpsp.sH A D24-Jun-2023745 KiB

fpsp.saH A D14-Apr-2000154.4 KiB

fskeletn.sH A D14-Apr-200010.2 KiB

ftest.sH A D14-Apr-200028.7 KiB

ftest.saH A D14-Apr-200018.3 KiB

ilsp.docH A D14-Apr-20006.1 KiB

ilsp.sH A D28-May-202230.2 KiB

ilsp.saH A D14-Apr-20006.2 KiB

iskeletn.sH A D13-May-20248.5 KiB

isp.docH A D14-Apr-20008.5 KiB

isp.sH A D02-Aug-2021124 KiB

isp.saH A D14-Apr-200019.3 KiB

itest.sH A D14-Apr-2000103.5 KiB

itest.saH A D14-Apr-200059.2 KiB

miscH A D14-Apr-20004.5 KiB

os.sH A D14-Apr-200012.3 KiB

pfpsp.sH A D11-Dec-2005452.7 KiB

pfpsp.saH A D14-Apr-200079.4 KiB

readmeH A D14-Apr-20003 KiB

test.docH A D14-Apr-20007.9 KiB

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