Fix more pesudo.
This commit is contained in:
parent
44af43c54b
commit
12b13f1335
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BRIQ,v 1.29 2006/09/27 21:42:06 manu Exp $
|
||||
# $NetBSD: BRIQ,v 1.30 2007/07/10 12:15:01 tsutsui Exp $
|
||||
#
|
||||
# BRIQ -- Total Impact briQ -- http://www.totalimpact.com
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/ofppc/conf/std.ofppc"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.29 $"
|
||||
#ident "GENERIC-$Revision: 1.30 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -146,7 +146,7 @@ ofrtc* at ofbus?
|
|||
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
pseudo-device ccd 4 # concatenated/striped disk devices
|
||||
#pesudo-device raid 4 # RAIDframe disk driver
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#pseudo-device fss 4 # file system snapshot device
|
||||
pseudo-device md 1 # memory disk device
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.98 2007/06/04 08:55:23 martin Exp $
|
||||
# $NetBSD: GENERIC,v 1.99 2007/07/10 12:15:01 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/ofppc/conf/std.ofppc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.98 $"
|
||||
#ident "GENERIC-$Revision: 1.99 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -178,7 +178,7 @@ pseudo-device vnd # disk-like interface to files
|
|||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
pseudo-device ccd 4 # concatenated/striped disk devices
|
||||
#pseudo-device cgd 4 # cryptographic disk devices
|
||||
#pesudo-device raid 8 # RAIDframe disk driver
|
||||
#pseudo-device raid 8 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
# Options to enable various other RAIDframe RAID types.
|
||||
# options RF_INCLUDE_EVENODD=1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: satlink.c,v 1.32 2007/07/09 21:00:50 ad Exp $ */
|
||||
/* $NetBSD: satlink.c,v 1.33 2007/07/10 12:15:00 tsutsui Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -45,7 +45,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: satlink.c,v 1.32 2007/07/09 21:00:50 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: satlink.c,v 1.33 2007/07/10 12:15:00 tsutsui Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -95,7 +95,7 @@ struct satlink_softc {
|
|||
#define SATF_DATA 0x02 /* waiting for data */
|
||||
|
||||
/*
|
||||
* Our pesudo-interrupt. Since up to 328 bytes can arrive in 1/100 of
|
||||
* Our pseudo-interrupt. Since up to 328 bytes can arrive in 1/100 of
|
||||
* a second, this gives us 3280 bytes per timeout.
|
||||
*/
|
||||
#define SATLINK_TIMEOUT (hz/10)
|
||||
|
|
Loading…
Reference in New Issue