summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-28 07:58:53 +0000
committerbde <bde@FreeBSD.org>1995-03-28 07:58:53 +0000
commit4f64fe43e7186660d972f9eae509424f1addaa8a (patch)
treee153346dd5a88815c9c3e7f6748d7766c40a6b0d /sys/amd64
parent6ad7636d4a24ed5873a051888c579f5ef47677c4 (diff)
downloadFreeBSD-src-4f64fe43e7186660d972f9eae509424f1addaa8a.zip
FreeBSD-src-4f64fe43e7186660d972f9eae509424f1addaa8a.tar.gz
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
(except in netccitt, netiso and netns) that I didn't notice when I fixed "all" such warnings before.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/md_var.h3
-rw-r--r--sys/amd64/isa/isa.c6
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h
index ad8ba37..6bc5808 100644
--- a/sys/amd64/include/md_var.h
+++ b/sys/amd64/include/md_var.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: $
+ * $Id: md_var.h,v 1.1 1995/03/16 18:11:43 bde Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
@@ -64,5 +64,6 @@ int fill_regs __P((struct proc *p, struct reg *regs));
int mvesp __P((void));
void setconf __P((void));
void userconfig __P((void));
+void vm_bounce_init __P((void));
#endif /* !_MACHINE_MD_VAR_H_ */
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index de23f0b..6afc959 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.40 1995/03/16 17:31:18 se Exp $
+ * $Id: isa.c,v 1.41 1995/03/25 05:54:33 swallace Exp $
*/
/*
@@ -137,6 +137,8 @@ static inthand_t *slowintr[ICU_LEN] = {
};
static void config_isadev __P((struct isa_device *isdp, u_int *mp));
+static void config_isadev_c __P((struct isa_device *isdp, u_int *mp,
+ int reconfig));
static void conflict __P((struct isa_device *dvp, struct isa_device *tmpdvp,
int item, char const *whatnot, char const *reason,
char const *format));
@@ -366,8 +368,6 @@ isa_configure() {
*/
-static void config_isadev_c();
-
static void
config_isadev(isdp, mp)
struct isa_device *isdp;
OpenPOWER on IntegriCloud