summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2000-06-21 21:17:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2000-06-21 21:17:50 +0000
commitf72e2c90b52eb9696dc661ecd15a42ab1eacc7b3 (patch)
tree6dbbda16e9ea0e21166190bf6ec0da7678c54f26 /sys/arch/sun3
parent01f59f494345db7943d5962146ef1f2445728c05 (diff)
Fix xd entry in chrtoblktbl
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/sun3/conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sun3/sun3/conf.c b/sys/arch/sun3/sun3/conf.c
index 7c02f90985f..b10098e8277 100644
--- a/sys/arch/sun3/sun3/conf.c
+++ b/sys/arch/sun3/sun3/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.24 2000/03/02 23:02:14 todd Exp $ */
+/* $OpenBSD: conf.c,v 1.25 2000/06/21 21:17:49 miod Exp $ */
/* $NetBSD: conf.c,v 1.51 1996/11/04 16:16:09 gwr Exp $ */
/*-
@@ -265,8 +265,8 @@ static int chrtoblktbl[] = {
/* 39 */ NODEV,
/* 40 */ NODEV,
/* 41 */ NODEV,
- /* 42 */ NODEV,
- /* 43 */ 10,
+ /* 42 */ 10,
+ /* 43 */ NODEV,
/* 44 */ NODEV,
/* 45 */ NODEV,
/* 46 */ NODEV,