From 81d85de62eecdbe13681321b82a2585ac7a14059 Mon Sep 17 00:00:00 2001 From: garbled Date: Wed, 17 Oct 2007 22:59:26 +0000 Subject: [PATCH] Part 1 of pmppc removal as a port. (the machine is still supported, but now under the evbppc port) Note, have not touched the set lists yet, as I would like to preserve the manpages. --- distrib/cdrom/current.conf | 4 +- distrib/notes/Makefile | 3 +- distrib/notes/common/contents | 10 +- distrib/notes/common/list-setsizes.sh | 2 +- distrib/notes/common/main | 4 +- distrib/notes/pmppc/Makefile | 5 - distrib/notes/pmppc/hardware | 149 ------------- distrib/notes/pmppc/install | 12 -- distrib/notes/pmppc/legal | 2 - distrib/notes/pmppc/prep | 2 - distrib/notes/pmppc/upgrade | 3 - distrib/notes/pmppc/xfer | 3 - distrib/pmppc/Makefile | 9 - distrib/pmppc/cdroms/Makefile | 6 - distrib/pmppc/cdroms/installcd/Makefile | 5 - distrib/pmppc/floppies/Makefile | 6 - distrib/pmppc/floppies/md-kernel/Makefile | 14 -- distrib/pmppc/floppies/ramdisk/Makefile | 36 ---- .../pmppc/floppies/ramdisk/disktab.preinstall | 29 --- distrib/pmppc/floppies/ramdisk/dot.profile | 91 -------- distrib/pmppc/floppies/ramdisk/list | 83 -------- distrib/pmppc/floppies/ramdisk/termcap.src | 61 ------ distrib/sets/lists/comp/md.pmppc | 60 ------ distrib/utils/sysinst/arch/pmppc/Makefile | 9 - distrib/utils/sysinst/arch/pmppc/md.c | 197 ------------------ distrib/utils/sysinst/arch/pmppc/md.h | 70 ------- distrib/utils/sysinst/arch/pmppc/menus.md.en | 40 ---- distrib/utils/sysinst/arch/pmppc/menus.md.es | 40 ---- distrib/utils/sysinst/arch/pmppc/menus.md.fr | 40 ---- distrib/utils/sysinst/arch/pmppc/menus.md.pl | 42 ---- distrib/utils/sysinst/arch/pmppc/msg.md.de | 56 ----- distrib/utils/sysinst/arch/pmppc/msg.md.en | 55 ----- distrib/utils/sysinst/arch/pmppc/msg.md.es | 55 ----- distrib/utils/sysinst/arch/pmppc/msg.md.fr | 55 ----- distrib/utils/sysinst/arch/pmppc/msg.md.pl | 57 ----- 35 files changed, 6 insertions(+), 1309 deletions(-) delete mode 100644 distrib/notes/pmppc/Makefile delete mode 100644 distrib/notes/pmppc/hardware delete mode 100644 distrib/notes/pmppc/install delete mode 100644 distrib/notes/pmppc/legal delete mode 100644 distrib/notes/pmppc/prep delete mode 100644 distrib/notes/pmppc/upgrade delete mode 100644 distrib/notes/pmppc/xfer delete mode 100644 distrib/pmppc/Makefile delete mode 100644 distrib/pmppc/cdroms/Makefile delete mode 100644 distrib/pmppc/cdroms/installcd/Makefile delete mode 100644 distrib/pmppc/floppies/Makefile delete mode 100644 distrib/pmppc/floppies/md-kernel/Makefile delete mode 100644 distrib/pmppc/floppies/ramdisk/Makefile delete mode 100644 distrib/pmppc/floppies/ramdisk/disktab.preinstall delete mode 100644 distrib/pmppc/floppies/ramdisk/dot.profile delete mode 100644 distrib/pmppc/floppies/ramdisk/list delete mode 100644 distrib/pmppc/floppies/ramdisk/termcap.src delete mode 100644 distrib/sets/lists/comp/md.pmppc delete mode 100644 distrib/utils/sysinst/arch/pmppc/Makefile delete mode 100644 distrib/utils/sysinst/arch/pmppc/md.c delete mode 100644 distrib/utils/sysinst/arch/pmppc/md.h delete mode 100644 distrib/utils/sysinst/arch/pmppc/menus.md.en delete mode 100644 distrib/utils/sysinst/arch/pmppc/menus.md.es delete mode 100644 distrib/utils/sysinst/arch/pmppc/menus.md.fr delete mode 100644 distrib/utils/sysinst/arch/pmppc/menus.md.pl delete mode 100644 distrib/utils/sysinst/arch/pmppc/msg.md.de delete mode 100644 distrib/utils/sysinst/arch/pmppc/msg.md.en delete mode 100644 distrib/utils/sysinst/arch/pmppc/msg.md.es delete mode 100644 distrib/utils/sysinst/arch/pmppc/msg.md.fr delete mode 100644 distrib/utils/sysinst/arch/pmppc/msg.md.pl diff --git a/distrib/cdrom/current.conf b/distrib/cdrom/current.conf index 47cd0a03db56..894192062d54 100644 --- a/distrib/cdrom/current.conf +++ b/distrib/cdrom/current.conf @@ -1,4 +1,4 @@ -# $NetBSD: current.conf,v 1.8 2007/04/08 09:35:24 scw Exp $ +# $NetBSD: current.conf,v 1.9 2007/10/17 22:59:26 garbled Exp $ # # Makefile fragment for CD sets; includes config information. @@ -66,7 +66,6 @@ CD_IMAGES+= newsmipscd-${ISO_RELEASE} CD_IMAGES+= next68kcd-${ISO_RELEASE} CD_IMAGES+= ofppccd-${ISO_RELEASE} CD_IMAGES+= pmaxcd-${ISO_RELEASE} -CD_IMAGES+= pmppccd-${ISO_RELEASE} CD_IMAGES+= prepcd-${ISO_RELEASE} CD_IMAGES+= sandpointcd-${ISO_RELEASE} CD_IMAGES+= sbmips-mipsebcd-${ISO_RELEASE} @@ -196,7 +195,6 @@ BASE_PORTS.newsmipscd-${ISO_RELEASE}=newsmips BASE_PORTS.next68kcd-${ISO_RELEASE}=next68k BASE_PORTS.ofppccd-${ISO_RELEASE}=ofppc BASE_PORTS.pmaxcd-${ISO_RELEASE}=pmax -BASE_PORTS.pmppccd-${ISO_RELEASE}=pmppc BASE_PORTS.prepcd-${ISO_RELEASE}=prep BASE_PORTS.sandpointcd-${ISO_RELEASE}=sandpoint BASE_PORTS.sbmips-mipsebcd-${ISO_RELEASE}=sbmips-mipseb diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index e3af797480df..7148b5edc89f 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2007/04/15 17:12:04 uwe Exp $ +# $NetBSD: Makefile,v 1.38 2007/10/17 22:59:26 garbled Exp $ # .include @@ -36,7 +36,6 @@ SUBDIR+= newsmips SUBDIR+= next68k SUBDIR+= pc532 SUBDIR+= pmax -SUBDIR+= pmppc SUBDIR+= prep SUBDIR+= sandpoint SUBDIR+= sgimips diff --git a/distrib/notes/common/contents b/distrib/notes/common/contents index bb13fef5b32b..9f8a374c6b62 100644 --- a/distrib/notes/common/contents +++ b/distrib/notes/common/contents @@ -1,4 +1,4 @@ -.\" $NetBSD: contents,v 1.128 2007/09/28 19:40:24 tsutsui Exp $ +.\" $NetBSD: contents,v 1.129 2007/10/17 22:59:27 garbled Exp $ .\" .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -588,7 +588,6 @@ everything described below. .if \n[next68k] .setsize 16 45 .if \n[ofppc] .setsize 19 52 .if \n[pmax] .setsize 20 73 -.if \n[pmppc] .setsize 19 52 .if \n[prep] .setsize 19 53 .if \n[sandpoint] .setsize 19 52 .if \n[sbmips] .setsize 20 72 @@ -653,7 +652,6 @@ system call and library manual pages. .if \n[next68k] .setsize 18 69 .if \n[ofppc] .setsize 23 83 .if \n[pmax] .setsize 21 88 -.if \n[pmppc] .setsize 23 83 .if \n[prep] .setsize 23 83 .if \n[sandpoint] .setsize 23 83 .if \n[sbmips] .setsize 21 88 @@ -723,7 +721,6 @@ This set includes the games and their manual pages. .if \n[next68k] .setsize 3 7 .if \n[ofppc] .setsize 3 8 .if \n[pmax] .setsize 4 9 -.if \n[pmppc] .setsize 3 8 .if \n[prep] .setsize 3 8 .if \n[sandpoint] .setsize 3 8 .if \n[sbmips] .setsize 4 9 @@ -1069,7 +1066,6 @@ all related programs, and their manual pages. .if \n[next68k] .setsize 2 7 .if \n[ofppc] .setsize 2 7 .if \n[pmax] .setsize 3 9 -.if \n[pmppc] .setsize 2 7 .if \n[prep] .setsize 2 7 .if \n[sandpoint] .setsize 2 7 .if \n[sbmips] .setsize 3 9 @@ -1148,7 +1144,6 @@ This does not include the X servers. .if \n[next68k] .setsize 6 17 .if \n[ofppc] .setsize 7 19 .if \n[pmax] .setsize 7 24 -.if \n[pmppc] .setsize 7 19 .if \n[prep] .setsize 7 19 .if \n[sandpoint] .setsize 7 19 .if \n[sbmips] .setsize 7 24 @@ -1204,7 +1199,6 @@ The extra libraries and include files needed to compile X source code. .if \n[next68k] .setsize 10 37 .if \n[ofppc] .setsize 13 44 .if \n[pmax] .setsize 10 40 -.if \n[pmppc] .setsize 13 44 .if \n[prep] .setsize 13 44 .if \n[sandpoint] .setsize 13 44 .if \n[sbmips] .setsize 10 39 @@ -1259,7 +1253,6 @@ Fonts needed by the X server and by X clients. .if \n[next68k] .setsize 31 39 .if \n[ofppc] .setsize 31 39 .if \n[pmax] .setsize 31 39 -.if \n[pmppc] .setsize 31 39 .if \n[prep] .setsize 31 39 .if \n[sandpoint] .setsize 31 39 .if \n[sbmips] .setsize 31 39 @@ -1370,7 +1363,6 @@ servers with man pages and the runtime configuration file. .if \n[next68k] .setsize 3 7 .if \n[ofppc] .setsize 4 10 .if \n[pmax] .setsize 5 15 -.if \n[pmppc] .setsize 4 10 .if \n[prep] .setsize 4 10 .if \n[sandpoint] .setsize 4 10 .if \n[sbmips] .setsize 4 14 diff --git a/distrib/notes/common/list-setsizes.sh b/distrib/notes/common/list-setsizes.sh index bafc3a157b88..9337e3889a65 100644 --- a/distrib/notes/common/list-setsizes.sh +++ b/distrib/notes/common/list-setsizes.sh @@ -42,7 +42,7 @@ ports="acorn26 acorn32 algor alpha amd64 amiga arc atari bebox cats cesfic cobalt dreamcast evbarm evbmips-eb evbppc evbsh3-eb hp300 hp700 hpcarm hpcmips hpcsh i386 ibmnws luna68k mac68k macppc mipsco mmeye mvme68k mvmeppc netwinder news68k newsmips - next68k ofppc pmax pmppc prep sandpoint sbmips-eb sgimips + next68k ofppc pmax prep sandpoint sbmips-eb sgimips shark sparc sparc64 sun2 sun3 vax x68k xen-i386" set="$1" diff --git a/distrib/notes/common/main b/distrib/notes/common/main index 266c32c7e0ae..5e0feeb01b6c 100644 --- a/distrib/notes/common/main +++ b/distrib/notes/common/main @@ -1,4 +1,4 @@ -.\" $NetBSD: main,v 1.355 2007/10/07 23:46:16 jnemeth Exp $ +.\" $NetBSD: main,v 1.356 2007/10/17 22:59:27 garbled Exp $ .\" .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -49,7 +49,7 @@ .as MACHINE_LIST " evbsh3 ews4800mips hp300 hp700 hpcarm hpcmips hpcsh .as MACHINE_LIST " hppa i386 ibmnws iyonix luna68k mac68k macppc mipsco mmeye .as MACHINE_LIST " mvme68k mvmeppc netwinder news68k newsmips next68k ofppc -.as MACHINE_LIST " pc532 pdp10 playstation2 pmax pmppc prep sandpoint sbmips +.as MACHINE_LIST " pc532 pdp10 playstation2 pmax prep sandpoint sbmips .as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k xen zaurus . .so \*[.CURDIR]/../common/macros . diff --git a/distrib/notes/pmppc/Makefile b/distrib/notes/pmppc/Makefile deleted file mode 100644 index 3f383126a02b..000000000000 --- a/distrib/notes/pmppc/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2002/07/21 08:14:51 lukem Exp $ - -MERGED_SRCS+= ${COMMON}/sysinst ${COMMON}/upgrade ${COMMON}/xfer - -.include diff --git a/distrib/notes/pmppc/hardware b/distrib/notes/pmppc/hardware deleted file mode 100644 index 61695105b5a4..000000000000 --- a/distrib/notes/pmppc/hardware +++ /dev/null @@ -1,149 +0,0 @@ -.\"$NetBSD: hardware,v 1.4 2004/02/13 10:00:55 wiz Exp $ -. -Currently, -.Nx*M -requires the use of Motorola's -.Tn "DINK32" -ROM to load over a serial port. -This means that there is no way to boot from a local disk or PCI device. -. -.Ss2 Supported processor cards -.(bullet -offset indent -Unity X4 with MPC8240 -.It -Altimus X3 with either MPC755 or MPC7410 -.bullet) -.Pp -Other PMCs should work, but may need minor adjustments or more -substantial work to support additional functionality. -. -.Ss2 Supported devices -.(bullet -offset indent -Ethernet -.(bullet -compact -Asante Mac 10/100 PCI Rev A, part number 09-00169-01 -.Pq Em de -.It -Farallon Fast EtherTX 10/100, part number PN996L-TX -.Pq Em de -.It -SMC Etherpower II (9432TX) -.Pq Em epic -.It -SMC 83c170 -.Pq Em epic -.It -3Com 3c905 -.Pq Em ex -.It -Intel EtherExpress PRO/10+ PCI LAN Adapter -.Pq Em fxp -.It -Realtek 8029 Ethernet -.Pq Em ne -.It -VIA Technologies VT86C926 -.Pq Em ne -.It -D-Link DFE-530TX+ -.Pq Em rtk -.It -Realtek 8139 -.Pq Em rtk -.It -Netgear FA-311 -.Pq Em sip -.It -Lite-On PNIC -.Pq Em tlp -.It -D-Link DFE-530TX -.Pq Em vr -.It -Many other PCI Ethernet interfaces, such as -Tulip-compatible -.Pq Em de No and Em tlp , -3Com -.Pq Em ep , -SMC -.Pq Em epic , -Intel -.Pq Em fxp , -NE2000-compatible -.Pq Em ne , -and Realtek -.Pq Em rtk -.bullet) -.It -SCSI -.(bullet -compact -Adaptec PCI controllers 291x, 2920, 2930C, 294x, 295x, 39xx, 19160, 29160 -and AIC-78xx -.Pq Em ahc -.It -AdvanSys ABP-940UW[68], ABP-970UW[68], ASB3940UW-00 SCSI host adapters -.Pq Em adw -.It -AdvanSys 1200[A,B], 9xx[U,UA] SCSI controller -.Pq Em adv -.It -AMD 53c974 -.Pq Em pcscp -.It -DPT SmartCache/SmartRAID -.Pq Em dpt -.It -NCR/Symbios 53C8xx -.Pq Em siop No or Em esiop -.It -Many other PCI SCSI controllers should work, but no one has tried them -.It -Most SCSI disk/tape/CD-ROM devices should work -.bullet) -.It -IDE -.(bullet -compact -Promise Ultra66 -.Pq Em pciide -.It -Some other PCI IDE controllers should work, although no one has had much success -.It -Most IDE disk/CD-ROM/ATAPI devices should work -.bullet) -.It -Audio -.(bullet -compact -PCI audio cards, although none have been tested. -.bullet) -.It -Serial ports -.(bullet -compact -On-board serial ports (the modem and printer ports) -.Pq Em com0 No and Em com1 -.It -Some PCI serial ports should work, but no one has tried them -.bullet) -.It -PCI cards -.(bullet -compact -Most MI PCI cards should work, although very few have been tested with -.Nx*M -.Lk http://www.NetBSD.org/Hardware/pci.html -.bullet) -.bullet) -. -.Ss2 Unsupported devices -.(bullet -offset indent -Built-in PS/2 keyboard & mouse -.It -Built-in parallel -.It -Built-in floppy -.It -Built-in IDE -.bullet) -. -.Ss2 Supported boot devices and media -. -Currently, the only way to boot the system is with the DINK32 ROM -monitor's serial download or a JTAG device. diff --git a/distrib/notes/pmppc/install b/distrib/notes/pmppc/install deleted file mode 100644 index fcee5b246067..000000000000 --- a/distrib/notes/pmppc/install +++ /dev/null @@ -1,12 +0,0 @@ -.\" $NetBSD: install,v 1.1 2002/06/17 20:32:24 augustss Exp $ -. -.\" .Ss2 Booting the installer -.\" . -.\" . -.\" .Ss2 Example of a normal boot -.\" . -.\" . -.\" .Ss2 Common Problems and Error Messages -.\" . -.\" . -.so ../common/sysinst diff --git a/distrib/notes/pmppc/legal b/distrib/notes/pmppc/legal deleted file mode 100644 index 130142a411a4..000000000000 --- a/distrib/notes/pmppc/legal +++ /dev/null @@ -1,2 +0,0 @@ -.\" $NetBSD: legal,v 1.1 2002/06/17 20:32:25 augustss Exp $ -. diff --git a/distrib/notes/pmppc/prep b/distrib/notes/pmppc/prep deleted file mode 100644 index 0faa9fbba2d4..000000000000 --- a/distrib/notes/pmppc/prep +++ /dev/null @@ -1,2 +0,0 @@ -.\" $NetBSD: prep,v 1.1 2002/06/17 20:32:26 augustss Exp $ -. diff --git a/distrib/notes/pmppc/upgrade b/distrib/notes/pmppc/upgrade deleted file mode 100644 index b8aef7342497..000000000000 --- a/distrib/notes/pmppc/upgrade +++ /dev/null @@ -1,3 +0,0 @@ -.\" $NetBSD: upgrade,v 1.1 2002/06/17 20:32:27 augustss Exp $ -. -.so ../common/upgrade diff --git a/distrib/notes/pmppc/xfer b/distrib/notes/pmppc/xfer deleted file mode 100644 index 1b96aeb0eb38..000000000000 --- a/distrib/notes/pmppc/xfer +++ /dev/null @@ -1,3 +0,0 @@ -.\" $NetBSD: xfer,v 1.1 2002/06/17 20:32:29 augustss Exp $ -. -.so ../common/xfer diff --git a/distrib/pmppc/Makefile b/distrib/pmppc/Makefile deleted file mode 100644 index 2c679b35f04a..000000000000 --- a/distrib/pmppc/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2007/03/06 21:57:16 bouyer Exp $ - -SUBDIR= floppies cdroms -TARGETS+= release - -iso_image: - ${MAKEDIRTARGET} cdroms iso_image - -.include diff --git a/distrib/pmppc/cdroms/Makefile b/distrib/pmppc/cdroms/Makefile deleted file mode 100644 index 73391561308d..000000000000 --- a/distrib/pmppc/cdroms/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:17 bouyer Exp $ - -SUBDIR= installcd -TARGETS+= release iso_image - -.include diff --git a/distrib/pmppc/cdroms/installcd/Makefile b/distrib/pmppc/cdroms/installcd/Makefile deleted file mode 100644 index bc83f27b156b..000000000000 --- a/distrib/pmppc/cdroms/installcd/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:17 bouyer Exp $ -CDBASE= pmppccd # gives ${CDBASE}.iso -CDRELEASE= true # include $RELEASEDIR/$MACHINE - -.include "${.CURDIR}/../../../common/Makefile.bootcd" diff --git a/distrib/pmppc/floppies/Makefile b/distrib/pmppc/floppies/Makefile deleted file mode 100644 index 23f58d92ddad..000000000000 --- a/distrib/pmppc/floppies/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2002/05/30 23:51:03 augustss Exp $ - -SUBDIR= ramdisk .WAIT md-kernel -TARGETS+= release - -.include diff --git a/distrib/pmppc/floppies/md-kernel/Makefile b/distrib/pmppc/floppies/md-kernel/Makefile deleted file mode 100644 index d0331c17d9c1..000000000000 --- a/distrib/pmppc/floppies/md-kernel/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2002/05/30 23:51:03 augustss Exp $ - -.include -.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" - -RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} -RAMDISK= ${RAMDISKDIR}/ramdisk.fs - -MDSETTARGETS= INSTALL ${RAMDISK} - -MDSET_RELEASEDIR= binary/kernel - -.include "${DISTRIBDIR}/common/Makefile.mdset" - -.include diff --git a/distrib/pmppc/floppies/ramdisk/Makefile b/distrib/pmppc/floppies/ramdisk/Makefile deleted file mode 100644 index 6b65b764b7db..000000000000 --- a/distrib/pmppc/floppies/ramdisk/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2007/05/10 23:22:31 dogcow Exp $ - -.include -.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" - -IMAGE= ramdisk.fs -IMAGESIZE= 2048k -MAKEFS_FLAGS= -f 15 - -WARNS= 1 -DBG= -Os -mmultiple -mstring - -CRUNCHBIN= ramdiskbin -CRUNCHGEN_FLAGS=-d "${DBG}" -LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst -MTREECONF= ${DISTRIBDIR}/common/mtree.common -IMAGEENDIAN= be -MAKEDEVTARGETS= ramdisk -IMAGEDEPENDS= ${CRUNCHBIN} \ - dot.profile termcap.src \ - ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ - ${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \ - ${NETBSDSRCDIR}/distrib/common/services - -# Use stubs to eliminate some large stuff from libc -HACKSRC= ${DISTRIBDIR}/utils/libhack -.include "${HACKSRC}/Makefile.inc" -${CRUNCHBIN}: libhack.o - -.include "${DISTRIBDIR}/common/Makefile.crunch" -.include "${DISTRIBDIR}/common/Makefile.makedev" -.include "${DISTRIBDIR}/common/Makefile.image" - -release: - -.include diff --git a/distrib/pmppc/floppies/ramdisk/disktab.preinstall b/distrib/pmppc/floppies/ramdisk/disktab.preinstall deleted file mode 100644 index 82111c39ef8a..000000000000 --- a/distrib/pmppc/floppies/ramdisk/disktab.preinstall +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $ -# -# Disk geometry and partition layout tables. -# Key: -# dt controller type -# ty type of disk (fixed, removable, simulated) -# d[0-4] drive-type-dependent parameters -# ns #sectors/track -# nt #tracks/cylinder -# nc #cylinders/disk -# sc #sectors/cylinder, ns*nt default -# su #sectors/unit, sc*nc default -# se sector size, DEV_BSIZE default -# rm rpm, 3600 default -# sf supports bad144-style bad sector forwarding -# sk sector skew per track, default 0 -# cs sector skew per cylinder, default 0 -# hs headswitch time, default 0 -# ts one-cylinder seek time, default 0 -# il sector interleave (n:1), 1 default -# bs boot block size, default BBSIZE -# sb superblock size, default SBSIZE -# o[a-h] partition offsets in sectors -# p[a-h] partition sizes in sectors -# b[a-h] partition block sizes in bytes -# f[a-h] partition fragment sizes in bytes -# t[a-h] partition types (filesystem, swap, etc) -# - diff --git a/distrib/pmppc/floppies/ramdisk/dot.profile b/distrib/pmppc/floppies/ramdisk/dot.profile deleted file mode 100644 index 0f2aa26d5d31..000000000000 --- a/distrib/pmppc/floppies/ramdisk/dot.profile +++ /dev/null @@ -1,91 +0,0 @@ -# $NetBSD: dot.profile,v 1.2 2003/07/26 17:07:28 salo Exp $ -# -# Copyright (c) 1995 Jason R. Thorpe -# Copyright (c) 1994 Christopher G. Demetriou -# 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 for the -# NetBSD Project. See http://www.NetBSD.org/ for -# information about NetBSD. -# 4. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -# -# <> - -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH -TERM=vt100 -export TERM -HOME=/ -export HOME - -umask 022 - -if [ "X${DONEPROFILE}" = "X" ]; then - DONEPROFILE=YES - export DONEPROFILE - - # set up some sane defaults - echo 'erase ^H, werase ^W, kill ^U, intr ^C, status ^T' - stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T - - # mount root read-write - mount -u /dev/md0a / - - # mount a /tmp on mfs, to avoid filling the md - mount -t mfs swap /tmp - - # get the terminal type - _forceloop="" - while [ "X${_forceloop}" = X"" ]; do - eval `tset -s -m ":?$TERM"` - if [ "X${TERM}" != X"unknown" ]; then - _forceloop="done" - fi - done - - # Installing or upgrading? - _forceloop="" - while [ "X${_forceloop}" = X"" ]; do - echo -n '(I)nstall, (S)hell or (H)alt ? ' - read _forceloop - case "$_forceloop" in - i*|I*) - /sysinst - ;; - - s*|S*) - /bin/sh - ;; - - h*|H*) - /sbin/halt - ;; - - *) - _forceloop="" - ;; - esac - done -fi diff --git a/distrib/pmppc/floppies/ramdisk/list b/distrib/pmppc/floppies/ramdisk/list deleted file mode 100644 index 403757d13edc..000000000000 --- a/distrib/pmppc/floppies/ramdisk/list +++ /dev/null @@ -1,83 +0,0 @@ -# $NetBSD: list,v 1.5 2007/05/10 23:22:32 dogcow Exp $ - -SRCDIRS bin sbin usr.bin usr.sbin - -PROG bin/cat -PROG bin/chmod -PROG bin/cp -PROG bin/dd -PROG bin/df -PROG bin/ed -PROG bin/ln -PROG bin/ls -PROG bin/mkdir -PROG bin/mt -PROG bin/mv -PROG bin/pax usr/bin/tar -PROG bin/pwd -PROG bin/rcmd -PROG bin/rcp -PROG bin/rm -PROG bin/sh -PROG bin/stty -PROG bin/sync - -PROG sbin/disklabel -PROG sbin/dmesg -PROG sbin/fsck -PROG sbin/fsck_ffs -PROG sbin/ifconfig -PROG sbin/init -PROG sbin/mknod -PROG sbin/mount -PROG sbin/mount_cd9660 -PROG sbin/mount_ffs -PROG sbin/mount_msdos -PROG sbin/mount_nfs -PROG sbin/newfs sbin/mount_mfs -PROG sbin/ping -PROG sbin/reboot sbin/halt -PROG sbin/restore sbin/rrestore -PROG sbin/route -PROG sbin/shutdown -PROG sbin/swapctl -PROG sbin/umount - -PROG usr/bin/ftp -PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip -PROG usr/bin/more -PROG usr/bin/sed -PROG usr/bin/tset - -PROG usr/sbin/chown usr/bin/chgrp -PROG usr/sbin/chroot - -# init invokes the shell as -sh -ARGVLN sh -sh - -SPECIAL ed srcdir distrib/utils/x_ed -SPECIAL gzip srcdir distrib/utils/x_gzip -SPECIAL ifconfig srcdir distrib/utils/x_ifconfig -SPECIAL more srcdir distrib/utils/more -SPECIAL ping srcdir distrib/utils/x_ping -SPECIAL route srcdir distrib/utils/x_route -SPECIAL umount srcdir distrib/utils/x_umount - -LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz - -# various files that we need in /etc for the install -COPY ${NETBSDSRCDIR}/etc/group etc/group -COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd -COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig -COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols -COPY ${NETBSDSRCDIR}/distrib/common/services etc/services - -# and the common installation tools -COPY ${CURDIR}/termcap.src usr/share/misc/termcap - -# and the disktab explanation file -COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall - -# and the boot script -COPY ${CURDIR}/dot.profile .profile -MTREE ./.profile type=file uname=root gname=wheel mode=0644 diff --git a/distrib/pmppc/floppies/ramdisk/termcap.src b/distrib/pmppc/floppies/ramdisk/termcap.src deleted file mode 100644 index 50a45c2133c4..000000000000 --- a/distrib/pmppc/floppies/ramdisk/termcap.src +++ /dev/null @@ -1,61 +0,0 @@ -dumb|80-column dumb tty:\ - :am:\ - :co#80:\ - :bl=^G:cr=^M:do=^J:sf=^J: -unknown|unknown terminal type:\ - :gn:tc=dumb: -lpr|printer|line printer:\ - :bs:hc:os:\ - :co#132:li#66:\ - :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J: -glasstty|classic glass tty interpreting ASCII control characters:\ - :am:\ - :co#80:\ - :bl=^G:cl=^L:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:le=^H:nw=^M^J:\ - :ta=^I: -vt52|dec vt52:\ - :bs:\ - :co#80:it#8:li#24:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\ - :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\ - :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA: -vt100|vt100-am|dec vt100 (w/advanced video):\ - :am:bs:ms:xn:xo:\ - :co#80:it#8:li#24:vt#3:\ - :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\ - :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\E(B:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\ - :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\ - :eA=\E(B:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\ - :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\ - :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\ - :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\ - :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\ - :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\ - :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\ - :up=\E[A:us=\E[4m: -xterm-r6|xterm-old|xterm X11R6 version:\ - :am:bs:km:mi:ms:xn:\ - :co#80:it#8:li#24:\ - :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\ - :DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\ - :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\ - :FA=\E[34~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\ - :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\ - :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\ - :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\ - :dl=\E[M:do=^J:eA=\E(B:ei=\E[4l:ho=\E[H:im=\E[4h:\ - :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:\ - :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\ - :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\ - :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\ - :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:ml=\El:\ - :mr=\E[7m:mu=\Em:nd=\E[C:\ - :r2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:rc=\E8:\ - :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\ - :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:\ - :us=\E[4m: -xterm|vs100|xterms|xterm terminal emulator (X Window System):\ - :tc=xterm-r6: diff --git a/distrib/sets/lists/comp/md.pmppc b/distrib/sets/lists/comp/md.pmppc deleted file mode 100644 index 8fc6615b2643..000000000000 --- a/distrib/sets/lists/comp/md.pmppc +++ /dev/null @@ -1,60 +0,0 @@ -# $NetBSD: md.pmppc,v 1.10 2007/02/09 22:49:47 ad Exp $ -./usr/include/ieeefp.h comp-c-include -./usr/include/pmppc comp-c-include -./usr/include/pmppc/_G_config.h comp-obsolete obsolete -./usr/include/pmppc/ansi.h comp-c-include -./usr/include/pmppc/aout_machdep.h comp-c-include -./usr/include/pmppc/asm.h comp-c-include -./usr/include/pmppc/atomic.h comp-c-include -./usr/include/pmppc/bswap.h comp-c-include -./usr/include/pmppc/bus.h comp-obsolete obsolete -./usr/include/pmppc/cdefs.h comp-c-include -./usr/include/pmppc/cpu.h comp-c-include -./usr/include/pmppc/cpufunc.h comp-obsolete obsolete -./usr/include/pmppc/db_machdep.h comp-obsolete obsolete -./usr/include/pmppc/disklabel.h comp-c-include -./usr/include/pmppc/elf_machdep.h comp-c-include -./usr/include/pmppc/endian.h comp-c-include -./usr/include/pmppc/endian_machdep.h comp-c-include -./usr/include/pmppc/float.h comp-c-include -./usr/include/pmppc/fpu.h comp-c-include -./usr/include/pmppc/frame.h comp-c-include -./usr/include/pmppc/ieee.h comp-c-include -./usr/include/pmppc/ieeefp.h comp-c-include -./usr/include/pmppc/int_const.h comp-c-include -./usr/include/pmppc/int_fmtio.h comp-c-include -./usr/include/pmppc/int_limits.h comp-c-include -./usr/include/pmppc/int_mwgwtypes.h comp-c-include -./usr/include/pmppc/int_types.h comp-c-include -./usr/include/pmppc/intr.h comp-c-include -./usr/include/pmppc/ipkdb.h comp-obsolete obsolete -./usr/include/pmppc/kcore.h comp-c-include -./usr/include/pmppc/kgdb.h comp-obsolete obsolete -./usr/include/pmppc/limits.h comp-c-include -./usr/include/pmppc/lock.h comp-c-include -./usr/include/pmppc/math.h comp-c-include -./usr/include/pmppc/mcontext.h comp-c-include -./usr/include/pmppc/mutex.h comp-c-include -./usr/include/pmppc/param.h comp-c-include -./usr/include/pmppc/pcb.h comp-c-include -./usr/include/pmppc/pio.h comp-obsolete obsolete -./usr/include/pmppc/pmap.h comp-c-include -./usr/include/pmppc/pmc.h comp-c-include -./usr/include/pmppc/powerpc.h comp-obsolete obsolete -./usr/include/pmppc/proc.h comp-c-include -./usr/include/pmppc/profile.h comp-c-include -./usr/include/pmppc/psl.h comp-c-include -./usr/include/pmppc/pte.h comp-c-include -./usr/include/pmppc/ptrace.h comp-c-include -./usr/include/pmppc/reg.h comp-c-include -./usr/include/pmppc/reloc.h comp-c-include -./usr/include/pmppc/rwlock.h comp-c-include -./usr/include/pmppc/setjmp.h comp-c-include -./usr/include/pmppc/signal.h comp-c-include -./usr/include/pmppc/spr.h comp-c-include -./usr/include/pmppc/stdarg.h comp-c-include -./usr/include/pmppc/trap.h comp-c-include -./usr/include/pmppc/types.h comp-c-include -./usr/include/pmppc/varargs.h comp-c-include -./usr/include/pmppc/vmparam.h comp-c-include -./usr/include/pmppc/wchar_limits.h comp-c-include diff --git a/distrib/utils/sysinst/arch/pmppc/Makefile b/distrib/utils/sysinst/arch/pmppc/Makefile deleted file mode 100644 index 08c5d2053f83..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2005/02/19 17:00:39 dsl Exp $ -# -# Makefile for evbppc (walnut-specific at this time) -# - -MENUS_MD= menus.md.${SYSINSTLANG} menus.mbr -MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG} - -.include "../../Makefile.inc" diff --git a/distrib/utils/sysinst/arch/pmppc/md.c b/distrib/utils/sysinst/arch/pmppc/md.c deleted file mode 100644 index 0bb2214827a8..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/md.c +++ /dev/null @@ -1,197 +0,0 @@ -/* $NetBSD: md.c,v 1.6 2006/04/05 16:55:06 garbled Exp $ */ - -/* - * Copyright 1997,2002 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* md.c -- Machine specific code for bebox */ - -#include -#include -#include -#include -#include "defs.h" -#include "md.h" -#include "msg_defs.h" -#include "menu_defs.h" - - -int -md_get_info(void) -{ - - read_mbr(diskdev, &mbr); - md_bios_info(diskdev); - return edit_mbr(&mbr); -} - -int -md_pre_disklabel(void) -{ - printf ("%s", msg_string (MSG_dofdisk)); - - /* write edited MBR onto disk. */ - if (write_mbr(diskdev, &mbr, 1) != 0) { - msg_display(MSG_wmbrfail); - process_menu(MENU_ok, NULL); - return 1; - } - return 0; -} - -int -md_post_disklabel(void) -{ - /* Sector forwarding / badblocks ... */ - if (*doessf) { - printf ("%s", msg_string (MSG_dobad144)); - return run_program(RUN_DISPLAY, "/usr/sbin/bad144 %s 0", - diskdev); - } - return 0; -} - -int -md_post_newfs(void) -{ -/* Walnut don't do bootblocks */ -#if 0 - /* boot blocks ... */ - printf (msg_string(MSG_dobootblks), diskdev); - run_program(RUN_DISPLAY, - "/usr/mdec/installboot -v /usr/mdec/biosboot.sym /dev/r%sa", - diskdev); -#endif - return 0; -} - -int -md_copy_filesystem(void) -{ - if (target_already_root()) { - return 0; - } - - /* Copy the instbin(s) to the disk */ - if (run_program(RUN_DISPLAY | RUN_PROGRESS, - "pax -X -O -r -w -pe / %s", targetroot_mnt) != 0) - return 1; - - /* Copy next-stage install profile into target /.profile. */ - if (cp_to_target ("/tmp/.hdprofile", "/.profile")!= 0) - return 1; - return cp_to_target ("/usr/share/misc/termcap", "/.termcap"); -} - - - -int -md_make_bsd_partitions(void) -{ - return make_bsd_partitions(); -} - -int -md_check_partitions(void) -{ - return 0; -} - -/* Upgrade support */ -int -md_update(void) -{ - endwin(); - md_copy_filesystem (); - md_post_newfs(); - wrefresh(curscr); - wmove(stdscr, 0, 0); - wclear(stdscr); - wrefresh(stdscr); - return 1; -} - -void -md_cleanup_install(void) -{ - - enable_rc_conf(); - - run_program(0, "rm -f %s", target_expand("/sysinst")); - run_program(0, "rm -f %s", target_expand("/.termcap")); - run_program(0, "rm -f %s", target_expand("/.profile")); -} - -int -md_pre_update(void) -{ - return 1; -} - -void -md_init(void) -{ -} - -int -md_bios_info(dev) - char *dev; -{ - int cyl, head, sec; - - msg_display(MSG_nobiosgeom, dlcyl, dlhead, dlsec); - if (guess_biosgeom_from_mbr(&mbr, &cyl, &head, &sec) >= 0) - msg_display_add(MSG_biosguess, cyl, head, sec); - set_bios_geom(cyl, head, sec); - return 0; -} - -int -md_post_extract(void) -{ - return 0; -} - -int -md_check_mbr(mbr_info_t *mbri) -{ - return 2; -} - -int -md_mbr_use_wholedisk(mbr_info_t *mbri) -{ - return mbr_use_wholedisk(mbri); -} diff --git a/distrib/utils/sysinst/arch/pmppc/md.h b/distrib/utils/sysinst/arch/pmppc/md.h deleted file mode 100644 index b2a1bc7bfe25..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/md.h +++ /dev/null @@ -1,70 +0,0 @@ -/* $NetBSD: md.h,v 1.3 2006/02/26 10:25:54 dsl Exp $ */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* md.h -- Machine specific definitions for the bebox */ - - -/* bebox uses the mbr code. */ -#include "mbr.h" - -/* constants and defines */ - - -/* Megs required for a full X installation. */ -#define XNEEDMB 50 - - -/* - * Default filesets to fetch and install during installation - * or upgrade. The standard sets are: - * base etc comp games man misc text xbase xcomp xetc xfont xserver - */ -#define SET_KERNEL_1_NAME "kern-GENERIC" - -/* - * Machine-specific command to write a new label to a disk. - * For example, bebox uses "/sbin/disklabel -w -r", just like bebox - * miniroot scripts, though this may leave a bogus incore label. - * Sun ports should probably use DISKLABEL_CMD "/sbin/disklabel -w" - * to get incore to ondisk inode translation for the Sun proms. - * If not defined, we assume the port does not support disklabels and - * hand-edited disklabel will NOT be written by MI code. - * - * On bebox, do what the 1.2 install scripts did. - */ -#define DISKLABEL_CMD "disklabel -w -r" diff --git a/distrib/utils/sysinst/arch/pmppc/menus.md.en b/distrib/utils/sysinst/arch/pmppc/menus.md.en deleted file mode 100644 index db00554912be..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/menus.md.en +++ /dev/null @@ -1,40 +0,0 @@ -/* $NetBSD: menus.md.en,v 1.1 2004/03/05 05:36:11 jmc Exp $ */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* Menu definitions for sysinst. bebox version, machine dependent. */ - diff --git a/distrib/utils/sysinst/arch/pmppc/menus.md.es b/distrib/utils/sysinst/arch/pmppc/menus.md.es deleted file mode 100644 index c2609695bcbf..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/menus.md.es +++ /dev/null @@ -1,40 +0,0 @@ -/* $NetBSD: menus.md.es,v 1.1 2005/08/26 15:44:44 xtraeme Exp $ */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* Menu definitions for sysinst. bebox version, machine dependent. */ - diff --git a/distrib/utils/sysinst/arch/pmppc/menus.md.fr b/distrib/utils/sysinst/arch/pmppc/menus.md.fr deleted file mode 100644 index da8f401bb316..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/menus.md.fr +++ /dev/null @@ -1,40 +0,0 @@ -/* $NetBSD: menus.md.fr,v 1.1 2004/03/05 05:36:11 jmc Exp $ */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* Menu definitions for sysinst. bebox version, machine dependent. */ - diff --git a/distrib/utils/sysinst/arch/pmppc/menus.md.pl b/distrib/utils/sysinst/arch/pmppc/menus.md.pl deleted file mode 100644 index df80d26be7ac..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/menus.md.pl +++ /dev/null @@ -1,42 +0,0 @@ -/* $NetBSD: menus.md.pl,v 1.1 2004/03/05 05:36:11 jmc Exp $ */ -/* Based on english version: */ -/* NetBSD: menus.md.en,v 1.2 2001/11/29 23:21:01 thorpej Exp */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* Menu definitions for sysinst. sandpoint version, machine dependent. */ - diff --git a/distrib/utils/sysinst/arch/pmppc/msg.md.de b/distrib/utils/sysinst/arch/pmppc/msg.md.de deleted file mode 100644 index 5f9675c03e64..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/msg.md.de +++ /dev/null @@ -1,56 +0,0 @@ -/* $NetBSD: msg.md.de,v 1.3 2006/02/24 22:13:16 dsl Exp $ */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* MD Message catalog -- German, bebox version */ - -message md_hello -{Wenn Sie von einer Diskette gebootet haben, können Sie diese jetzt -entfernen. - -} - -message dobad144 -{Installiere die Tabelle der defekten Blöcke ... -} - -message dobootblks -{Installiere die Bootblöcke auf %s ... -} - -message set_kernel_1 -{Kernel (GENERIC)} diff --git a/distrib/utils/sysinst/arch/pmppc/msg.md.en b/distrib/utils/sysinst/arch/pmppc/msg.md.en deleted file mode 100644 index ded3d54c2cb8..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/msg.md.en +++ /dev/null @@ -1,55 +0,0 @@ -/* $NetBSD: msg.md.en,v 1.2 2006/02/24 22:13:16 dsl Exp $ */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* MD Message catalog -- english, bebox version */ - -message md_hello -{If you booted from a floppy, you may now remove the disk. - -} - -message dobad144 -{Installing the bad block table ... -} - -message dobootblks -{Installing boot blocks on %s.... -} - -message set_kernel_1 -{Kernel (GENERIC)} diff --git a/distrib/utils/sysinst/arch/pmppc/msg.md.es b/distrib/utils/sysinst/arch/pmppc/msg.md.es deleted file mode 100644 index 97536da99736..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/msg.md.es +++ /dev/null @@ -1,55 +0,0 @@ -/* $NetBSD: msg.md.es,v 1.3 2006/02/24 22:13:16 dsl Exp $ */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* MD Message catalog -- spanish, bebox version */ - -message md_hello -{Si ha iniciado desde disquette, ahora deberia retirar el disco. - -} - -message dobad144 -{Instalando la tabla de bloques malos ... -} - -message dobootblks -{Instalando bloques de arranque en %s.... -} - -message set_kernel_1 -{Núcleo (GENERIC)} diff --git a/distrib/utils/sysinst/arch/pmppc/msg.md.fr b/distrib/utils/sysinst/arch/pmppc/msg.md.fr deleted file mode 100644 index 36633002b94f..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/msg.md.fr +++ /dev/null @@ -1,55 +0,0 @@ -/* $NetBSD: msg.md.fr,v 1.2 2006/02/24 22:13:16 dsl Exp $ */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* MD Message catalog -- french, bebox version */ - -message md_hello -{Si vous avez démarré sur une disquette, vous pouvez maintenant la retirer. - -} - -message dobad144 -{Installation de la table des bad block -} - -message dobootblks -{Installation des block de démarrage sur %s ... -} - -message set_kernel_1 -{Kernel (GENERIC)} diff --git a/distrib/utils/sysinst/arch/pmppc/msg.md.pl b/distrib/utils/sysinst/arch/pmppc/msg.md.pl deleted file mode 100644 index 45c33d6cf851..000000000000 --- a/distrib/utils/sysinst/arch/pmppc/msg.md.pl +++ /dev/null @@ -1,57 +0,0 @@ -/* $NetBSD: msg.md.pl,v 1.2 2006/02/24 22:13:16 dsl Exp $ */ -/* Based on english version: */ -/* NetBSD: msg.md.en,v 1.1 2001/10/24 19:43:40 briggs Exp */ - -/* - * Copyright 1997 Piermont Information Systems Inc. - * All rights reserved. - * - * Written by Philip A. Nelson for Piermont Information Systems Inc. - * - * 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 for the NetBSD Project by - * Piermont Information Systems Inc. - * 4. The name of Piermont Information Systems Inc. may not be used to endorse - * or promote products derived from this software without specific prior - * written permission. - * - * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``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 PIERMONT INFORMATION SYSTEMS INC. 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. - * - */ - -/* MD Message catalog -- Polish, sandpoint version */ - -message md_hello -{Jesli uruchomiles komputer z dyskietki, mozesz ja teraz wyciagnac. - -} - -message dobad144 -{Instalowanie tablicy zlych blokow ... -} - -message dobootblks -{Instalowanie bootblokow na %s.... -} - -message set_kernel_1 -{Kernel (GENERIC)}