summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_swap.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-02-19 12:15:06 +0000
committermsmith <msmith@FreeBSD.org>1998-02-19 12:15:06 +0000
commita82f8428756b89ba12b591d8942730bd03e5e86b (patch)
tree8099d9d84d0a62522824e43c0982bd0357fcdc3a /sys/vm/vm_swap.c
parent7d1df0f942a8e6f89563be37106d300484bf55e8 (diff)
downloadFreeBSD-src-a82f8428756b89ba12b591d8942730bd03e5e86b.zip
FreeBSD-src-a82f8428756b89ba12b591d8942730bd03e5e86b.tar.gz
Move the 'sw' device off block major #1, which is now occupied by 'wfd'.
Diffstat (limited to 'sys/vm/vm_swap.c')
-rw-r--r--sys/vm/vm_swap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c
index e5a58a6..84fb5d2 100644
--- a/sys/vm/vm_swap.c
+++ b/sys/vm/vm_swap.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_swap.c 8.5 (Berkeley) 2/17/94
- * $Id: vm_swap.c,v 1.50 1998/01/24 02:54:56 eivind Exp $
+ * $Id: vm_swap.c,v 1.51 1998/01/25 04:13:25 eivind Exp $
*/
#include "opt_devfs.h"
@@ -71,7 +71,7 @@
static void swstrategy __P((struct buf *));
#define CDEV_MAJOR 4
-#define BDEV_MAJOR 1
+#define BDEV_MAJOR 26
extern struct cdevsw sw_cdevsw ;
static struct bdevsw sw_bdevsw =
OpenPOWER on IntegriCloud