From c6401b83c6bfde6f33db90561d71e228277b920c Mon Sep 17 00:00:00 2001 From: msmith Date: Sat, 3 Jul 1999 01:35:51 +0000 Subject: [PATCH] Bump maxusers to 32 to match the i386. Remove the gzip pseudo-device, since the Alpha never did a.out. Add the 'wb' driver since it is supported. --- sys/alpha/conf/GENERIC | 6 +++--- sys/alpha/conf/NOTES | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 12428759542d..093dbc1f7d38 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -11,13 +11,13 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.27 1999/06/19 20:25:25 wpaul Exp $ +# $Id: GENERIC,v 1.28 1999/06/29 18:24:09 peter Exp $ machine alpha cpu EV4 cpu EV5 ident GENERIC -maxusers 10 +maxusers 32 # Platforms supported options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname @@ -119,6 +119,7 @@ device mx0 device pn0 device rl0 device tl0 +device wb0 device xl0 pseudo-device loop @@ -127,7 +128,6 @@ pseudo-device sl 1 pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 -pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 12428759542d..093dbc1f7d38 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -11,13 +11,13 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.27 1999/06/19 20:25:25 wpaul Exp $ +# $Id: GENERIC,v 1.28 1999/06/29 18:24:09 peter Exp $ machine alpha cpu EV4 cpu EV5 ident GENERIC -maxusers 10 +maxusers 32 # Platforms supported options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname @@ -119,6 +119,7 @@ device mx0 device pn0 device rl0 device tl0 +device wb0 device xl0 pseudo-device loop @@ -127,7 +128,6 @@ pseudo-device sl 1 pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 -pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases