diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-17 01:56:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-17 01:56:46 +0000 |
commit | f06a6b6982576f2e6e39ee80c0ecc509fb27426c (patch) | |
tree | b0d4502975b64779226cee2ba741f76b89155840 /sys | |
parent | a6a485f49af8b7d932531c36ac530b8b9802258c (diff) |
Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.sh
to be useful. deraadt@ OK
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 8d11217f2ca..e3cab1523aa 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.64 2003/08/20 00:07:04 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.65 2003/12/17 01:56:45 millert Exp $ machine i386 # architecture, used by config; REQUIRED @@ -333,3 +333,4 @@ pseudo-device loop 1 # network loopback #pseudo-device ppp 1 # PPP pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ramdisk +pseudo-device ccd 4 # concatenated disk devices |