diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-25 17:30:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-25 17:30:50 +0000 |
commit | 112f090549c39e469480bf3625bd6137eaab39d1 (patch) | |
tree | c7ec175a5890515c89556591576f5dfd31ec70f9 /sys/arch/hppa64 | |
parent | f95ef1bc3da71857aded3948e0941019d6e8ad9b (diff) |
Remove /dev/drum and related code.
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/hppa64/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/conf.c b/sys/arch/hppa64/hppa64/conf.c index 260cc685219..2cc7412fa13 100644 --- a/sys/arch/hppa64/hppa64/conf.c +++ b/sys/arch/hppa64/hppa64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.10 2008/06/12 20:03:48 mglocker Exp $ */ +/* $OpenBSD: conf.c,v 1.11 2009/01/25 17:30:48 miod Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -120,7 +120,7 @@ struct cdevsw cdevsw[] = cdev_cn_init(1,cn), /* 0: virtual console */ cdev_ctty_init(1,ctty), /* 1: controlling terminal */ cdev_mm_init(1,mm), /* 2: /dev/{null,mem,kmem,...} */ - cdev_swap_init(1,sw), /* 3: /dev/drum (swap pseudo-device) */ + cdev_notdef(), /* 3 was /dev/drum */ cdev_tty_init(NPTY,pts), /* 4: pseudo-tty slave */ cdev_ptc_init(NPTY,ptc), /* 5: pseudo-tty master */ cdev_log_init(1,log), /* 6: /dev/klog */ |