AUTOCONF(4) - Device Drivers Manual (sparc64) # AUTOCONF(4) - Device Drivers Manual (sparc64)
NAME # autoconf - diagnostics from the autoconfiguration code
DESCRIPTION # When OpenBSD bootstraps it probes the innards of the machine on which it is running and locates controllers, drives, and other devices, printing out what it finds on the console. This procedure is driven by a system configuration table which is processed by config(8) and compiled into each kernel.
...
Sync,
Boot_sparc64,
Boot_luna88k,
Savecore,
Boot_alpha,
Rc.shutdown,
Boot_i386,
Boot_hppa,
Shutdown,
Boot_amd64,
Rc.d,
Boot_macppc,
Utmp,
Reboot REBOOT(8) - System Manager’s Manual # REBOOT(8) - System Manager’s Manual
NAME # reboot, halt - stopping and restarting the system
SYNOPSIS # halt [-dnpq]
reboot [-dnq]
DESCRIPTION # The halt and reboot utilities flush the file system cache to disk, execute the rc.d(8) scripts specified by the pkg_scripts variable defined in rc.conf(8) in a reverse order, run the system shutdown script, send all running processes a SIGTERM (and subsequently a SIGKILL), and, respectively, halt or restart the system.
...
SOFTRAID(4) - Device Drivers Manual # SOFTRAID(4) - Device Drivers Manual
NAME # softraid - software RAID
SYNOPSIS # softraid0 at root
DESCRIPTION # The softraid device emulates a Host Bus Adapter (HBA) that provides RAID and other I/O related services. The softraid device provides a scaffold to implement more complex I/O transformation disciplines. For example, one can tie chunks together into a mirroring discipline. There really is no limit on what type of discipline one can write as long as it fits the SCSI model.
...