summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 12:56:46 +0000
committerbde <bde@FreeBSD.org>1997-09-07 12:56:46 +0000
commit996bf127fa143c0b4235fc2a2d220a9b633cd3fa (patch)
tree97c0345258bb443b430ec3f19b90866a7603a45b /sys/i386
parent98cf145068980e00e1f0ac0c8f7653ab09a6978f (diff)
downloadFreeBSD-src-996bf127fa143c0b4235fc2a2d220a9b633cd3fa.zip
FreeBSD-src-996bf127fa143c0b4235fc2a2d220a9b633cd3fa.tar.gz
Removed more vestiges of config-time swap configuration.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/swapgeneric.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/i386/i386/swapgeneric.c b/sys/i386/i386/swapgeneric.c
index 4a1f576..988c072 100644
--- a/sys/i386/i386/swapgeneric.c
+++ b/sys/i386/i386/swapgeneric.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)swapgeneric.c 5.5 (Berkeley) 5/9/91
- * $Id$
+ * $Id: swapgeneric.c,v 1.21 1997/02/22 09:32:49 peter Exp $
*/
#include <sys/param.h>
@@ -52,7 +52,6 @@
#include "wd.h"
#include "fd.h"
#include "sd.h"
-#include "vn.h"
#include "cd.h"
#include "mcd.h"
#include "scd.h"
@@ -65,19 +64,6 @@
dev_t rootdev = NODEV;
dev_t dumpdev = NODEV;
-#ifdef notused
-int nswap;
-struct swdevt swdevt[] = {
- { makedev (0xFF, 0x00000001), 0, 0 },
-#if NVN > 0
- { makedev (15, 0x00000001), 0, 0 },
-#endif
- { NODEV, 0, 0 }, /* For NFS diskless */
- { NODEV, 0, 0 },
-};
-int dmmin, dmmax, dmtext;
-#endif
-
void gets __P((char *));
struct genericconf {
OpenPOWER on IntegriCloud