Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch IPR_VJ -> IRIP_VJ
details: https://anonhg.NetBSD.org/src/rev/7c6ebae4b571
branches: trunk
changeset: 545599:7c6ebae4b571
user: drochner <drochner%NetBSD.org@localhost>
date: Fri Apr 11 14:55:39 2003 +0000
description:
IPR_VJ -> IRIP_VJ
diffstat:
sys/arch/amiga/conf/ISDN | 4 ++--
sys/arch/i386/conf/GENERIC_ISDN | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r d41286808cfc -r 7c6ebae4b571 sys/arch/amiga/conf/ISDN
--- a/sys/arch/amiga/conf/ISDN Fri Apr 11 14:45:27 2003 +0000
+++ b/sys/arch/amiga/conf/ISDN Fri Apr 11 14:55:39 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ISDN,v 1.4 2002/03/25 15:41:21 is Exp $
+# $NetBSD: ISDN,v 1.5 2003/04/11 14:55:39 drochner Exp $
# GENERIC kernel with ISDN.
# use other configuration files instead by adjusting the following line:
@@ -21,7 +21,7 @@
pseudo-device isdnctl # userland driver to control the whole thing
pseudo-device isdnbchan 4 # userland driver for access to raw B channel
pseudo-device isdntel 2 # userland driver for telephony
-options IPR_VJ # compile support for VJ compression
+options IRIP_VJ # compile support for VJ compression
pseudo-device irip 2 # network driver for IP over raw HDLC ISDN
pseudo-device ippp 2 # synchronous PPP over ISDN
#
diff -r d41286808cfc -r 7c6ebae4b571 sys/arch/i386/conf/GENERIC_ISDN
--- a/sys/arch/i386/conf/GENERIC_ISDN Fri Apr 11 14:45:27 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_ISDN Fri Apr 11 14:55:39 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_ISDN,v 1.11 2002/10/25 21:03:47 leo Exp $
+# $NetBSD: GENERIC_ISDN,v 1.12 2003/04/11 14:55:40 drochner Exp $
#
# GENERIC kernel with all supported ISDN devices and drivers
@@ -80,7 +80,7 @@
pseudo-device isdnctl # userland driver to control the whole thing
pseudo-device isdnbchan 4 # userland driver for access to raw B channel
pseudo-device isdntel 2 # userland driver for telephony
-options IPR_VJ # compile support for VJ compression
+options IRIP_VJ # compile support for VJ compression
pseudo-device irip 2 # network driver for IP over raw HDLC ISDN
pseudo-device ippp 2 # synchronous PPP over ISDN
#---------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index