diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-14 07:21:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-14 07:21:54 +0000 |
commit | 82dcb4aee82c4c4eb3f2cebe8011469e34c11e96 (patch) | |
tree | fc903720f44f5958cf2997813b5fb4db8b092594 /sys/arch/alpha | |
parent | 413b49a1fd2f385946412b88bcba93a2c7e2e273 (diff) |
Don't need bpf or vnd -- shave a few bytes.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 09ae18afa1c..86eaa44631e 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.4 1997/05/08 01:54:51 millert Exp $ +# $OpenBSD: RAMDISK,v 1.5 1997/05/14 07:21:53 millert Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -154,9 +154,9 @@ wscons* at vga? wscons* at sfb? wscons* at tga? -pseudo-device bpfilter 16 +#pseudo-device bpfilter 16 pseudo-device loop pseudo-device pty 64 pseudo-device rd 1 pseudo-device sl 4 -pseudo-device vnd 4 +#pseudo-device vnd 4 |