Enable sun3, using same sun68k backend as sun2.
XXX: sun3 port still needs to be cut over to using sun68k bootxx...
This commit is contained in:
parent
12102d9f6d
commit
b4c170fd08
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: installboot.8,v 1.15 2002/05/15 13:39:22 lukem Exp $
|
||||
.\" $NetBSD: installboot.8,v 1.16 2002/05/17 17:42:36 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -34,7 +34,7 @@
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd May 15, 2002
|
||||
.Dd May 18, 2002
|
||||
.Dt INSTALLBOOT 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -123,6 +123,7 @@ These are:
|
||||
.It macppc Ta ffs, raw
|
||||
.It sparc Ta ffs, raw
|
||||
.It sun2 Ta ffs, raw
|
||||
.It sun3 Ta ffs, raw
|
||||
.El
|
||||
.Pp
|
||||
Perform the following steps to make a file system bootable:
|
||||
@ -217,6 +218,7 @@ The following machines are currently supported by
|
||||
.Sy sparc ,
|
||||
.Sy sparc64 ,
|
||||
.Sy sun2 ,
|
||||
.Sy sun3 ,
|
||||
.Sy vax
|
||||
.Ed
|
||||
.
|
||||
@ -411,7 +413,7 @@ The following people contributed to the various machine dependent
|
||||
back-ends:
|
||||
Simon Burge (pmax),
|
||||
Chris Demetriou (alpha),
|
||||
Matthew Fredette (sun2),
|
||||
Matthew Fredette (sun2, sun3),
|
||||
Matthew Green (sparc64),
|
||||
Ross Harvey (alpha),
|
||||
Paul Kranenburg (sparc),
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machines.c,v 1.9 2002/05/15 09:44:55 lukem Exp $ */
|
||||
/* $NetBSD: machines.c,v 1.10 2002/05/17 17:42:36 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
@ -48,6 +48,7 @@ struct ib_mach machines[] = {
|
||||
{ "sparc", no_parseopt, sparc_setboot, sparc_clearboot },
|
||||
{ "sparc64", no_parseopt, sparc64_setboot, sparc64_clearboot },
|
||||
{ "sun2", no_parseopt, sun68k_setboot, sun68k_clearboot },
|
||||
{ "sun3", no_parseopt, sun68k_setboot, sun68k_clearboot },
|
||||
{ "vax", vax_parseopt, vax_setboot, vax_clearboot },
|
||||
{ 0, 0, 0, 0 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user