diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-08 15:33:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-08 15:33:11 +0000 |
commit | 4976ffa33b85c74485a0c6c7f38979dd0b7ad8f0 (patch) | |
tree | bb95340c836afb1da78410616358da42f7e2ef7b | |
parent | 424f835e1f5b31c157a47bef9fa8b8d3a4a18aeb (diff) |
remove more junk in the setroot() code path
-rw-r--r-- | sys/arch/luna88k/include/autoconf.h | 6 | ||||
-rw-r--r-- | sys/arch/mvme68k/include/autoconf.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/autoconf.h | 4 |
3 files changed, 3 insertions, 11 deletions
diff --git a/sys/arch/luna88k/include/autoconf.h b/sys/arch/luna88k/include/autoconf.h index c2a1af52b77..47287777f79 100644 --- a/sys/arch/luna88k/include/autoconf.h +++ b/sys/arch/luna88k/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.4 2004/11/08 16:47:00 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.5 2007/05/08 15:33:10 deraadt Exp $ */ /* * Copyright (c) 1999, Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -41,10 +41,6 @@ extern void *bootaddr; /* PA of boot device */ extern int bootpart; /* boot partition (disk) */ -extern struct device *bootdv; /* boot device */ - -/* taken from NetBSD/luna68k */ - struct mainbus_attach_args { const char *ma_name; paddr_t ma_addr; diff --git a/sys/arch/mvme68k/include/autoconf.h b/sys/arch/mvme68k/include/autoconf.h index 06ef4eab068..2e341042964 100644 --- a/sys/arch/mvme68k/include/autoconf.h +++ b/sys/arch/mvme68k/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.13 2005/11/27 14:19:09 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.14 2007/05/08 15:33:10 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -52,8 +52,6 @@ extern int bootctrllun; /* ctrl_lun of boot device */ extern int bootdevlun; /* dev_lun of boot device */ extern int bootpart; /* boot partition (disk) */ -extern struct device *bootdv; /* boot device */ - vaddr_t mapiodev(paddr_t, int); void unmapiodev(vaddr_t, int); diff --git a/sys/arch/mvme88k/include/autoconf.h b/sys/arch/mvme88k/include/autoconf.h index c10fb329dac..dcd6943e79c 100644 --- a/sys/arch/mvme88k/include/autoconf.h +++ b/sys/arch/mvme88k/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.16 2005/11/25 22:14:34 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.17 2007/05/08 15:33:10 deraadt Exp $ */ /* * Copyright (c) 1999, Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -62,8 +62,6 @@ extern paddr_t bootaddr; /* PA of boot device */ extern int bootpart; /* boot partition (disk) */ extern int bootbus; /* scsi bus (disk) */ -extern struct device *bootdv; /* boot device */ - vaddr_t mapiodev(paddr_t pa, int size); void unmapiodev(vaddr_t kva, int size); |