Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/stand/boot Remove unused declarations.
details: https://anonhg.NetBSD.org/src/rev/773277e1b2bc
branches: trunk
changeset: 325913:773277e1b2bc
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jan 11 17:00:37 2014 +0000
description:
Remove unused declarations.
diffstat:
sys/arch/luna68k/stand/boot/samachdep.h | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r 6c4c2c2fb1bf -r 773277e1b2bc sys/arch/luna68k/stand/boot/samachdep.h
--- a/sys/arch/luna68k/stand/boot/samachdep.h Sat Jan 11 16:34:05 2014 +0000
+++ b/sys/arch/luna68k/stand/boot/samachdep.h Sat Jan 11 17:00:37 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: samachdep.h,v 1.16 2014/01/11 08:08:23 tsutsui Exp $ */
+/* $NetBSD: samachdep.h,v 1.17 2014/01/11 17:00:37 tsutsui Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -36,8 +36,6 @@
#include <lib/libsa/stand.h>
#define NSCSI 2
-#define NSD 8
-#define DK_NDRIVE 8
#define MHZ_8 1
#define MHZ_16 2
@@ -52,7 +50,6 @@
} label_t;
/* autoconf.c */
-void configure(void);
void find_devs(void);
extern const int dev2adpt[];
@@ -75,9 +72,6 @@
int boot(int, char **);
int bootnetbsd(char *, int);
-/* clock.c */
-/* not yet */
-
/* cons.c */
void cninit(void);
int cngetc(void);
@@ -90,9 +84,6 @@
extern u_char lbl_buff[];
int disklabel(int, char **);
-/* exec.c */
-void exec_hp300(char *, u_long, int);
-
/* font.c */
extern const uint16_t bmdfont[][20];
@@ -127,7 +118,6 @@
int lance_intr(void);
/* locore.S */
-extern u_int bootdev;
extern int dipsw1, dipsw2;
extern int cputype;
extern volatile uint32_t tick;
Home |
Main Index |
Thread Index |
Old Index