From 6d9d4bb77a5274d63d9e40daea8f7cc112de5d04 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 24 Dec 1995 00:22:20 +0000 Subject: [PATCH] Added ccd pseudo-device. --- sys/arch/i386/conf/GENERIC | 3 ++- sys/arch/i386/conf/GENERICOTHER | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9a2007fee7c5..55ecd7aabeeb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.26 1995/12/14 01:09:59 tls Exp $ +# $NetBSD: GENERIC,v 1.27 1995/12/24 00:22:20 neil Exp $ # # GENERIC -- everything that's currently supported # @@ -176,3 +176,4 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device pty 64 # pseudo-terminals pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files +pseudo-device ccd 4 # concatenated disk devices diff --git a/sys/arch/i386/conf/GENERICOTHER b/sys/arch/i386/conf/GENERICOTHER index 947bb149cf58..5f2a3e4c9baa 100644 --- a/sys/arch/i386/conf/GENERICOTHER +++ b/sys/arch/i386/conf/GENERICOTHER @@ -1,4 +1,4 @@ -# $NetBSD: GENERICOTHER,v 1.3 1995/12/14 01:10:10 tls Exp $ +# $NetBSD: GENERICOTHER,v 1.4 1995/12/24 00:22:56 neil Exp $ # # GENERICOTHER -- everything that's currently supported, except # Adaptec SCSI controllers. @@ -168,3 +168,4 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device pty 64 # pseudo-terminals pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files +pseudo-device ccd 4 # concatenated disk devices