diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
commit | 98421c3e0b0b25ab3a1e5956aea147e56dcdfa57 (patch) | |
tree | d515a4fa16f614d14d2923804ce9ae89bac27be8 /share | |
parent | acedf914d93d5f889c448b773832ddeac5e72ae0 (diff) |
remove hppa64 port, which we never got going beyond broken single users.
hppa reverse-stack gives us a valuable test case, but most developers don't
have a 2nd one to proceed further with this.
ok kettenis
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 3 | ||||
-rw-r--r-- | share/man/man4/man4.hppa64/Makefile | 10 | ||||
-rw-r--r-- | share/man/man7/mdoc.7 | 5 | ||||
-rw-r--r-- | share/man/man8/Makefile | 4 | ||||
-rw-r--r-- | share/man/man8/diskless.8 | 14 | ||||
-rw-r--r-- | share/man/man8/man8.hppa64/MAKEDEV.8 | 241 | ||||
-rw-r--r-- | share/man/man8/man8.hppa64/Makefile | 6 | ||||
-rw-r--r-- | share/man/man8/man8.hppa64/boot_hppa64.8 | 230 |
8 files changed, 12 insertions, 501 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 34f243587b3..d90f31761d7 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.620 2016/04/25 19:24:42 tedu Exp $ +# $OpenBSD: Makefile,v 1.621 2016/05/11 21:52:49 deraadt Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -76,7 +76,6 @@ MAN= aac.4 ac97.4 acphy.4 \ xe.4 xen.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 xnf.4 xspd.4 \ yds.4 ym.4 zero.4 zyd.4 -# man4.hppa64 SUBDIR= man4.alpha man4.amd64 man4.armish man4.armv7 \ man4.hppa man4.i386 man4.landisk man4.loongson man4.luna88k \ man4.macppc man4.octeon \ diff --git a/share/man/man4/man4.hppa64/Makefile b/share/man/man4/man4.hppa64/Makefile deleted file mode 100644 index 367553ee9e2..00000000000 --- a/share/man/man4/man4.hppa64/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2016/03/30 06:38:44 jmc Exp $ - -#MAN+= intro.4 elroy.4 pluto.4 apic.4 -#MAN+= mem.4 -MANSUBDIR=hppa64 - -.PATH: ${.CURDIR}/../man4.hppa -MAN= cpu.4tbl pdc.4 - -.include <bsd.prog.mk> diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 3c19c534ea8..f48c6f0d162 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.140 2016/03/10 08:58:59 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.141 2016/05/11 21:52:49 deraadt Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 10 2016 $ +.Dd $Mdocdate: May 11 2016 $ .Dt MDOC 7 .Os .Sh NAME @@ -1354,7 +1354,6 @@ the following are valid architectures: .Cm armish , .Cm armv7 , .Cm hppa , -.Cm hppa64 , .Cm i386 , .Cm landisk , .Cm loongson , diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index abb00aa2f2c..4c465e2fe54 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.92 2016/03/30 06:38:44 jmc Exp $ +# $OpenBSD: Makefile,v 1.93 2016/05/11 21:52:49 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 @@ -9,7 +9,7 @@ MAN= afterboot.8 autoinstall.8 boot_config.8 \ security.8 ssl.8 starttls.8 sticky.8 yp.8 SUBDIR= man8.alpha man8.amd64 man8.armish man8.armv7 \ - man8.hppa man8.hppa64 man8.i386 man8.landisk \ + man8.hppa man8.i386 man8.landisk \ man8.loongson man8.luna88k man8.macppc \ man8.octeon man8.sgi man8.socppc man8.sparc man8.sparc64 \ man8.zaurus diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index b8d03f9566d..bbd4adc934f 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.66 2016/03/10 09:04:11 jmc Exp $ +.\" $OpenBSD: diskless.8,v 1.67 2016/05/11 21:52:49 deraadt Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 10 2016 $ +.Dd $Mdocdate: May 11 2016 $ .Dt DISKLESS 8 .Os .Sh NAME @@ -172,7 +172,7 @@ Assign an IP address for myclient in 192.197.96.12 myclient .Ed .It -If booting an alpha, amd64, hppa, hppa64, i386, sgi, +If booting an alpha, amd64, hppa, i386, sgi, sparc, or sparc64 client, ensure that .Xr tftpd 8 @@ -191,7 +191,7 @@ See the .Xr rbootd 8 manual page for more information. .It -If booting a newer alpha, amd64, hppa, hppa64, i386, sgi, +If booting a newer alpha, amd64, hppa, i386, sgi, sparc, or sparc64 client, install a copy of the appropriate diskless boot loader (such as .Pa boot.net @@ -228,7 +228,7 @@ If the client's PROM fails to fetch the expected file, can be used to discover which filename the client is trying to read. .Pp Architectures using DHCP -(newer alpha, amd64, hppa, hppa64, i386, or sgi) +(newer alpha, amd64, hppa, i386, or sgi) should ensure that .Xr dhcpd 8 is configured on the server to serve BOOTP protocol requests. @@ -368,13 +368,13 @@ For all clients: and .Xr rpc.bootparamd 8 . .Pp -For alpha, amd64, hppa, hppa64, i386, sgi, sparc, and sparc64 clients: +For alpha, amd64, hppa, i386, sgi, sparc, and sparc64 clients: .Xr tftpd 8 .Pp For HP 300 and older HPPA clients: .Xr rbootd 8 .Pp -For newer alpha, amd64, hppa, hppa64, i386, and sgi clients: +For newer alpha, amd64, hppa, i386, and sgi clients: .Xr dhcpd 8 .Pp For older alpha clients: diff --git a/share/man/man8/man8.hppa64/MAKEDEV.8 b/share/man/man8/man8.hppa64/MAKEDEV.8 deleted file mode 100644 index 81ca2c460ff..00000000000 --- a/share/man/man8/man8.hppa64/MAKEDEV.8 +++ /dev/null @@ -1,241 +0,0 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.47 2016/04/28 18:17:32 natano Exp $ -.\" -.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. -.\" generated from: -.\" -.\" OpenBSD: etc.hppa64/MAKEDEV.md,v 1.33 2016/04/25 20:38:10 tedu Exp -.\" OpenBSD: MAKEDEV.common,v 1.86 2016/04/25 20:39:42 tedu Exp -.\" OpenBSD: MAKEDEV.man,v 1.8 2016/03/12 17:59:27 espie Exp -.\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp -.\" -.\" Copyright (c) 2004, Miodrag Vallat -.\" Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> -.\" -.\" Permission to use, copy, modify, and distribute this software for any -.\" purpose with or without fee is hereby granted, provided that the above -.\" copyright notice and this permission notice appear in all copies. -.\" -.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" -.Dd $Mdocdate: April 28 2016 $ -.Dt MAKEDEV 8 hppa64 -.Os -.Sh NAME -.Nm MAKEDEV -.Nd create system and device special files -.Sh SYNOPSIS -.Nm MAKEDEV -.Op Ar name ... -.Sh DESCRIPTION -The shell script -.Nm , -found in the -.Pa /dev -directory, is used to create various special files. -See -.Xr intro 4 -for a more complete discussion of special files. -.Pp -.Nm -takes any number of device names as arguments, where the names are -the common abbreviation for the device or group of devices. -.Pp -Where a device name is followed by a star -.Sq * , -the star must be replaced by a unit number. -If units are expected for a device but not provided, -.Nm -will supply the standard numbers in most cases. -.Pp -The hppa64 supports the following devices: -.Pp -.Sy Special device names -.Bl -tag -width tenletters -compact -.It Ar all -Creates special files for all devices on hppa64. -.It Ar ramdisk -Ramdisk kernel devices. -.It Ar std -Creates the -.Sq standard -devices (console, klog, kmem, ksyms, mem, null, -stderr, stdin, stdout, tty, zero) -which are absolutely necessary for the system to function properly. -.It Ar local -Creates configuration-specific devices, by invoking the shell file -.Pa MAKEDEV.local . -.El -.Pp -.Sy Disks -.Bl -tag -width tenletters -compact -.It Ar cd* -ATAPI and SCSI CD-ROM drives, see -.Xr cd 4 . -.It Ar fd* -Floppy disk drives (3 1/2", 5 1/4"), see -.Xr fd 4 . -.It Ar sd* -SCSI disks, including flopticals, see -.Xr sd 4 . -.It Ar rd* -.Dq rd -pseudo-disks, see -.Xr rd 4 . -.It Ar vnd* -.Dq file -pseudo-disk devices, see -.Xr vnd 4 . -.It Ar wd* -.Dq winchester -disk drives (ST506, IDE, ESDI, RLL, ...), see -.Xr wd 4 . -.El -.Pp -.Sy Tapes -.Bl -tag -width tenletters -compact -.It Ar ch* -SCSI media changers, see -.Xr ch 4 . -.It Ar st* -SCSI tape drives, see -.Xr st 4 . -.El -.Pp -.Sy Terminal ports -.Bl -tag -width tenletters -compact -.It Ar tty[0-7][0-9a-f] -NS16x50 serial ports, see -.Xr com 4 . -.El -.Pp -.Sy Pseudo terminals -.Bl -tag -width tenletters -compact -.It Ar ptm -pty master device, see -.Xr ptm 4 . -.It Ar pty* -Set of 62 master pseudo terminals, see -.Xr pty 4 . -.It Ar tty* -Set of 62 slave pseudo terminals, see -.Xr tty 4 . -.El -.Pp -.Sy Console ports -.Bl -tag -width tenletters -compact -.It Ar ttyC-J* -wscons display devices, see -.Xr wsdisplay 4 . -.It Ar wscons -Minimal wscons devices, see -.Xr wscons 4 . -.It Ar wskbd* -wscons keyboards, see -.Xr wskbd 4 . -.It Ar wsmux -wscons keyboard/mouse mux devices, see -.Xr wsmux 4 . -.El -.Pp -.Sy Pointing devices -.Bl -tag -width tenletters -compact -.It Ar wsmouse* -wscons mice, see -.Xr wsmouse 4 . -.El -.Pp -.Sy Printers -.Bl -tag -width tenletters -compact -.It Ar lpt* -IEEE 1284 centronics printer, see -.Xr lpt 4 . -.El -.Pp -.Sy USB devices -.Bl -tag -width tenletters -compact -.It Ar uall -All USB devices, see -.Xr usb 4 . -.It Ar usb* -Bus control devices used by usbd for attach/detach, see -.Xr usb 4 . -.It Ar uhid* -Generic HID devices, see -.Xr uhid 4 . -.It Ar ugen* -Generic USB devices, see -.Xr ugen 4 . -.It Ar ulpt* -Printer devices, see -.Xr ulpt 4 . -.It Ar ttyU* -USB serial ports, see -.Xr ucom 4 . -.El -.Pp -.Sy Special purpose devices -.Bl -tag -width tenletters -compact -.It Ar audio* -Audio devices, see -.Xr audio 4 . -.It Ar bio -ioctl tunnel pseudo-device, see -.Xr bio 4 . -.It Ar bpf -Berkeley Packet Filter, see -.Xr bpf 4 . -.It Ar diskmap -Disk mapper, see -.Xr diskmap 4 . -.It Ar fd -fd/* nodes, see -.Xr fd 4 . -.It Ar fuse -Userland Filesystem, see -.Xr fuse 4 . -.It Ar pci* -PCI bus devices, see -.Xr pci 4 . -.It Ar pdc -PDC device, see -.Xr pdc 4 . -.It Ar pf* -Packet Filter, see -.Xr pf 4 . -.It Ar pppx* -PPP Multiplexer, see -.Xr pppx 4 . -.It Ar *random -In-kernel random data source, see -.Xr random 4 . -.It Ar tun* -Network tunnel driver, see -.Xr tun 4 . -.It Ar tap* -Ethernet tunnel driver, see -.Xr tap 4 . -.It Ar uk* -Unknown SCSI devices, see -.Xr uk 4 . -.It Ar video* -Video V4L2 devices, see -.Xr video 4 . -.It Ar vscsi* -Virtual SCSI controller, see -.Xr vscsi 4 . -.El -.Sh FILES -.Bl -tag -width /dev -compact -.It Pa /dev -The special file directory. -.El -.Sh SEE ALSO -.Xr intro 4 , -.Xr config 8 , -.Xr mknod 8 diff --git a/share/man/man8/man8.hppa64/Makefile b/share/man/man8/man8.hppa64/Makefile deleted file mode 100644 index aa2d6582f78..00000000000 --- a/share/man/man8/man8.hppa64/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2005/04/02 00:46:27 mickey Exp $ - -MAN= MAKEDEV.8 boot_hppa64.8 -MANSUBDIR=hppa64 - -.include <bsd.prog.mk> diff --git a/share/man/man8/man8.hppa64/boot_hppa64.8 b/share/man/man8/man8.hppa64/boot_hppa64.8 deleted file mode 100644 index 5d86858d785..00000000000 --- a/share/man/man8/man8.hppa64/boot_hppa64.8 +++ /dev/null @@ -1,230 +0,0 @@ -.\" $OpenBSD: boot_hppa64.8,v 1.5 2007/05/31 19:19:59 jmc Exp $ -.\" -.\" Copyright (c) 2002, Miodrag Vallat. -.\" 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. -.\" -.\" 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 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. -.\" -.Dd $Mdocdate: May 31 2007 $ -.Dt BOOT_HPPA64 8 hppa64 -.Os -.Sh NAME -.Nm boot_hppa64 -.Nd hppa64 system bootstrapping procedures -.Sh DESCRIPTION -.Ss System starts -When powered on, after a panic, or if the system is rebooted via -.Xr reboot 8 -or -.Xr shutdown 8 , -the hppa firmware -.Pq Dq PDC -will proceed to its initialization, and will boot an operating system -if autoboot is enabled. -.\" -.Ss Boot process description -System boot blocks are provided as a -.Dq LIF -.Pq Logical Interchange Format -archive, either on a disk, tape or CD-ROM device, -or via the network, using the -.Em bootp -protocol. -A small -.Xr mkboot 8 -utility -is provided for combining primary boot and a number -of images (OS kernels or standalone binaries) -into one -.Dq LIF -volume suitable for booting. -.Ss PDC concepts -If autoboot is enabled, the PDC will attempt to boot from the specified -.Dq boot path -value. -If no -.Dq boot path -has been specified, the PDC will then scan for bootable devices and -boot from the first found, after a few seconds allowing the user to -interrupt the boot process. -If autoboot is disabled, the PDC will enter interactive mode, after an -optional device scan. -In all cases, it is possible to enter interactive mode by holding the -escape key during the selftests, or when prompted to do so to abort -the current operation, unless the PDC has been configured in -.Dq secure mode . -.\" -.Ss ISL interaction -.Dq ISL -stands for -.Dq Initial System Loader -and is the -.Xr boot 8 -program in -.Ox . -On all versions of the PDC the -.Dq boot -command (see below) will be followed by the question: -.Dq Interact with IPL (Y, N, or Cancel)?> -where a positive answer will invoke an interactive prompt in the -.Xr boot 8 -program later and negative will thus suppress it. -A cancellation will abort the boot process. -.Pp -With the default behaviour being a non-interactive boot process. -.\" -.Ss PDC operation -There is only one interactive mode, with a -.Em BOOT_ADMIN> -prompt, which provides both boot settings and commands. -The complete list of commands depends on the machine and PDC version. -The following list only mentions commands impacting the boot process. -.Bl -tag -width auto\ search -offset indent -.It Ic auto boot -Displays or changes the autoboot setting. -If -.Ic auto boot -is set to -.Dq on , -the PDC will always attempt to boot. -The booted device chosen will depend on the -.Ic auto search -setting. -.It Ic auto search -Displays or changes the device scan setting. -If -.Ic auto search -is set to -.Dq on , -the PDC will attempt to boot the first bootable device found in -this order: -.Bl -enum -offset indent -compact -.It -Boot device -.Em path -setting. -.It -.Tn SCSI -devices connected to the built-in -.Tn SCSI -controller, -the highest ID numbers being preferred. -.It -Network -.Em bootp -server (see also -.Xr dhcpd 8 ) . -.It -Other -.Tn SCSI -devices connected to secondary controllers, -the highest ID numbers being preferred. -.El -If -.Ic auto search -is set to -.Dq off -and the primary boot path points to a bootable device, -no device scan will occur. -.Pp -Note that setting -.Ic auto search -to -.Dq on -will force autoboot, regardless of the -.Ic auto boot -value. -.It Ic boot -Boots off the specified device. -The -.Dq primary -and -.Dq alternate -path settings may be booted with -.Ic boot Ar pri -and -.Ic boot Ar alt -respectively. -.It Ic path -Displays or changes the boot and console devices. -The boot device is defined as the -.Dq primary -path, and another setting may be stored as the -.Dq alternate -path for rescue purposes. -For example, to define the primary boot path to the -.Tn SCSI -disk with ID 5 connected to the built-in controller, one would enter -.Ic path pri Ar scsi.5 . -.Pp -When invoked without parameters, -.Ic path -will list the various path settings. -.El -.\" -.Ss Boot process options -The -.Ox -hppa boot loader program is extensively described in a separate document, -.Xr boot 8 . -.Ss Abnormal system termination -If the system crashes, it will enter the kernel debugger, -.Xr ddb 4 , -if it is configured in the kernel. -If the crash occurred during -initialization and the debugger is not present or is exited, the -kernel will halt the system. -If the crash occurred during normal operation and the debugger -is not present or is exited, the system will attempt a dump to the -configured dump device (which will be automatically recovered with -.Xr savecore 8 -during the next multi-user boot cycle), and after the dump is complete -(successful or not) the kernel will attempt a reboot. -.Sh FILES -.Bl -tag -width /usr/mdec/xxbootxx -compact -.It Pa /bsd -default system kernel -.It Pa /bsd.rd -standalone installation kernel, suitable for disaster recovery -.It Pa boot.lif -network bootstrap and kernel combined image -.It Pa /usr/mdec/cdboot -primary bootstrap for -.Dq cd9660 -file system -.It Pa /usr/mdec/xxboot -primary bootstrap for -.Dq ffs -file system -.It Pa /usr/mdec/boot -system bootstrap (usually also installed as -.Pa /boot ) -.El -.Sh SEE ALSO -.Xr ddb 4 , -.Xr boot 8 , -.Xr dhcpd 8 , -.Xr halt 8 , -.Xr init 8 , -.Xr reboot 8 , -.Xr savecore 8 , -.Xr shutdown 8 |