diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 15:43:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 15:43:52 +0000 |
commit | ea7a325b01476bd15310b76b56d8f5b2ac27ce43 (patch) | |
tree | 082b0540e0efea387b82d94fa5a2650d7231e7b8 /sys/arch/sgi | |
parent | 8adf1d178eadaf66e76e0cbe9486f2724cf868cb (diff) |
More entries in chrtoblktbl[]. ok deraadt@
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/sgi/conf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/conf.c b/sys/arch/sgi/sgi/conf.c index 499ef079630..1f16718ab6f 100644 --- a/sys/arch/sgi/sgi/conf.c +++ b/sys/arch/sgi/sgi/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.8 2005/01/02 19:50:30 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.9 2005/08/01 15:43:51 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -245,7 +245,7 @@ int chrtoblktbl[] = { /* 5 */ NODEV, /* 6 */ NODEV, /* 7 */ NODEV, - /* 8 */ NODEV, + /* 8 */ 3, /* 9 */ 0, /* 10 */ NODEV, /* 11 */ 2, @@ -260,6 +260,7 @@ int chrtoblktbl[] = { /* 20 */ NODEV, /* 21 */ NODEV, /* 22 */ 8, + /* 23 */ 6 }; int nchrtoblktbl = sizeof(chrtoblktbl) / sizeof(int); |