summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-09-26 12:22:53 +0000
committerdfr <dfr@FreeBSD.org>1998-09-26 12:22:53 +0000
commit968dcc7cb58ee3c99fbd00e5fd281241ee1fc152 (patch)
treed373abd7e8b5dcb53333094bb1ce696961e13dc8 /sys/alpha/include
parent6e6c3928674b9454652dc0eb2c23f9c038c9a7cc (diff)
downloadFreeBSD-src-968dcc7cb58ee3c99fbd00e5fd281241ee1fc152.zip
FreeBSD-src-968dcc7cb58ee3c99fbd00e5fd281241ee1fc152.tar.gz
Automatically detect which disk was booted and change the root to that disk.
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/md_var.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/include/md_var.h b/sys/alpha/include/md_var.h
index cd2e667..b3925f7 100644
--- a/sys/alpha/include/md_var.h
+++ b/sys/alpha/include/md_var.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: md_var.h,v 1.2 1998/07/12 16:32:09 dfr Exp $
+ * $Id: md_var.h,v 1.3 1998/09/14 22:43:24 jdp Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
@@ -42,6 +42,7 @@ extern void (*netisrs[32]) __P((void));
struct fpreg;
struct proc;
struct reg;
+struct cam_sim;
void cpu_power_down __P((void));
void cpu_halt __P((void));
@@ -53,5 +54,6 @@ int fill_regs __P((struct proc *, struct reg *));
int set_regs __P((struct proc *, struct reg *));
int fill_fpregs __P((struct proc *, struct fpreg *));
int set_fpregs __P((struct proc *, struct fpreg *));
+void alpha_register_pci_scsi __P((int bus, int slot, struct cam_sim *sim));
#endif /* !_MACHINE_MD_VAR_H_ */
OpenPOWER on IntegriCloud