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/sgi | |
parent | f95ef1bc3da71857aded3948e0941019d6e8ad9b (diff) |
Remove /dev/drum and related code.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/sgi/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/conf.c b/sys/arch/sgi/sgi/conf.c index 2d7997ffd1b..906ee2122bd 100644 --- a/sys/arch/sgi/sgi/conf.c +++ b/sys/arch/sgi/sgi/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.17 2008/08/25 13:51:12 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.18 2009/01/25 17:30:49 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -138,7 +138,7 @@ cdev_decl(pci); struct cdevsw cdevsw[] = { cdev_cn_init(1,cn), /* 0: virtual console */ - cdev_swap_init(1,sw), /* 1: /dev/drum (swap pseudo-device) */ + cdev_notdef(), /* 1 was /dev/drum */ cdev_ctty_init(1,ctty), /* 2: controlling terminal */ cdev_mm_init(1,mm), /* 3: /dev/{null,mem,kmem,...} */ cdev_tty_init(NPTY,pts), /* 4: pseudo-tty slave */ |