Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand CVS repositary copied to ../lib.
details: https://anonhg.NetBSD.org/src/rev/02b2776f1f74
branches: trunk
changeset: 467483:02b2776f1f74
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Mar 25 04:22:04 1999 +0000
description:
CVS repositary copied to ../lib.
diffstat:
sys/arch/pmax/stand/libsa/bootinit.S | 46 -------
sys/arch/pmax/stand/libsa/bootread.S | 46 -------
sys/arch/pmax/stand/libsa/callvec.c | 88 ---------------
sys/arch/pmax/stand/libsa/devopen.c | 158 ---------------------------
sys/arch/pmax/stand/scsiboot/byteswap.h | 10 -
sys/arch/pmax/stand/scsiboot/conf.c | 73 ------------
sys/arch/pmax/stand/scsiboot/rz.c | 186 --------------------------------
sys/arch/pmax/stand/scsiboot/rz.h | 38 ------
sys/arch/pmax/stand/scsiboot/start.S | 140 ------------------------
9 files changed, 0 insertions(+), 785 deletions(-)
diffs (truncated from 821 to 300 lines):
diff -r 5012aaa4a7e9 -r 02b2776f1f74 sys/arch/pmax/stand/libsa/bootinit.S
--- a/sys/arch/pmax/stand/libsa/bootinit.S Thu Mar 25 04:16:15 1999 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-/* $NetBSD: bootinit.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
-
-/*-
- * Copyright (c) 1999 The NetBSD Foundation, Inc.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the NetBSD
- * Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
- * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include <mips/asm.h>
-#include <mips/cpuregs.h>
-#include <machine/dec_prom.h>
-
-LEAF(bootinit)
- lw v0, _C_LABEL(callv) # get pointer to call back vectors
- lw v0, 0x54(v0) # offset for callv->_bootinit
- nop
- j v0 # call PROM bootinit
- nop
-END(bootinit)
diff -r 5012aaa4a7e9 -r 02b2776f1f74 sys/arch/pmax/stand/libsa/bootread.S
--- a/sys/arch/pmax/stand/libsa/bootread.S Thu Mar 25 04:16:15 1999 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-/* $NetBSD: bootread.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
-
-/*-
- * Copyright (c) 1999 The NetBSD Foundation, Inc.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the NetBSD
- * Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
- * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include <mips/asm.h>
-#include <mips/cpuregs.h>
-#include <machine/dec_prom.h>
-
-LEAF(bootread)
- lw v0, _C_LABEL(callv) # get pointer to call back vectors
- lw v0, 0x58(v0) # offset for callv->_bootread
- nop
- j v0 # call PROM bootread
- nop
-END(bootread)
diff -r 5012aaa4a7e9 -r 02b2776f1f74 sys/arch/pmax/stand/libsa/callvec.c
--- a/sys/arch/pmax/stand/libsa/callvec.c Thu Mar 25 04:16:15 1999 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,88 +0,0 @@
-/* $NetBSD: callvec.c,v 1.11 1999/03/01 04:05:18 simonb Exp $ */
-
-/*-
- * Copyright (c) 1992, 1993
- * The Regents of the University of California. All rights reserved.
- *
- * This code is derived from software contributed to Berkeley by
- * Ralph Campbell.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#)callvec.c 8.1 (Berkeley) 6/10/93
- */
-
-#include <machine/dec_prom.h>
-
-const struct callback callvec = {
- (void *(*) __P((void *s1, void *s2, int n)))0,
- (void *(*) __P((void *s1, int c, int n)))0,
- (char *(*) __P((char *s1, char *s2)))DEC_PROM_STRCAT,
- (int (*) __P((char *s1, char *s2)))DEC_PROM_STRCMP,
- (char *(*) __P((char *s1, char *s2)))DEC_PROM_STRCPY,
- (int (*) __P((char *s1)))DEC_PROM_STRLEN,
- (char *(*) __P((char *s1, char *s2, int n)))0,
- (char *(*) __P((char *s1, char *s2, int n)))0,
- (int (*) __P((char *s1, char *s2, int n)))0,
- (int (*) __P((void)))DEC_PROM_GETCHAR,
- (char *(*) __P((char *s)))DEC_PROM_GETS,
- (int (*) __P((char *s)))DEC_PROM_PUTS,
- (int (*) __P((char *fmt, ...)))DEC_PROM_PRINTF,
- (int (*) __P((char *s, char *fmt, ...)))0,
- (int (*) __P((void)))0,
- (long (*) __P((char *s, char **endptr, int base)))0,
- (psig_t (*) __P((int sig, psig_t func)))0,
- (int (*) __P((int sig)))0,
- (long (*) __P((long *tod)))0,
- (int (*) __P((jmp_buf env)))0,
- (void (*) __P((jmp_buf env, int value)))0,
- (int (*) __P(( char *fname)))0,
- (int (*) __P((int b, void *buffer, int n)))0,
- (int (*) __P((int b, void *buffer, int n)))0,
- (int (*) __P((char *name, char *value)))DEC_PROM_SETENV2,
- (char *(*) __P((char *name)))DEC_PROM_GETENV2,
- (int (*) __P((char *name)))DEC_PROM_UNSETENV,
- (u_long (*) __P((int sn)))0,
- (void (*) __P((void)))0,
- (void (*) __P((int delay)))0,
- (void (*) __P((int value)))0,
- (void (*) __P((char *addr, int len)))DEC_PROM_CLEARCACHE,
- (int (*) __P((void)))0,
- (int (*) __P((memmap *map)))0,
- (int (*) __P((int sn)))0,
- (int (*) __P((int sn)))0,
- (int (*) __P((int sn)))0,
- (void *)0,
- (int (*) __P((void)))0,
- (void (*) __P((int *v, int cnt)))0,
- (void (*) __P((void)))0,
- (tcinfo *(*) __P((void)))0, /* XXX what are the args for this?*/
- (int (*) __P((char *cmd)))0,
- (void (*) __P((char cmd)))0,
-};
diff -r 5012aaa4a7e9 -r 02b2776f1f74 sys/arch/pmax/stand/libsa/devopen.c
--- a/sys/arch/pmax/stand/libsa/devopen.c Thu Mar 25 04:16:15 1999 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,158 +0,0 @@
-/* $NetBSD: devopen.c,v 1.9 1999/02/22 08:24:47 simonb Exp $ */
-
-/*-
- * Copyright (c) 1992, 1993
- * The Regents of the University of California. All rights reserved.
- *
- * This code is derived from software contributed to Berkeley by
- * Ralph Campbell.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#)devopen.c 8.1 (Berkeley) 6/10/93
- */
-
-#include <stand.h>
-
-/*
- * Decode the string 'fname', open the device and return the remaining
- * file name if any.
- */
-int
-devopen(f, fname, file)
- struct open_file *f;
- const char *fname;
- char **file; /* out */
-{
- register const char *cp;
- register char *ncp;
- register struct devsw *dp;
- register int c, i;
- int ctlr = 0, unit = 0, part = 0;
- char namebuf[20];
- int rc;
-
- cp = fname;
- ncp = namebuf;
-
- /* look for a string like '5/rz0/vmunix' or '5/rz3f/vmunix */
- if ((c = *cp) >= '0' && c <= '9') {
- ctlr = c - '0';
- /* skip the '/' */
- if (*++cp != '/')
- return (ENXIO);
- cp++;
- while ((c = *cp) != '\0') {
- if (c == '/')
- break;
- if (c >= '0' && c <= '9') {
- /* read unit number */
- unit = c - '0';
-
- /* look for a partition */
- if ((c = *++cp) >= 'a' && c <= 'h') {
- part = c - 'a';
- c = *++cp;
- }
- if (c != '/')
- return (ENXIO);
- break;
- }
- if (ncp < namebuf + sizeof(namebuf) - 1)
- *ncp++ = c;
- cp++;
- }
- } else {
- /* expect a string like 'rz(0,0,0)vmunix' */
- while ((c = *cp) != '\0') {
- if (c == '(') {
- cp++;
- break;
- }
- if (ncp < namebuf + sizeof(namebuf) - 1)
- *ncp++ = c;
- cp++;
- }
-
- /* get controller number */
- if ((c = *cp) >= '0' && c <= '9') {
Home |
Main Index |
Thread Index |
Old Index