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.
This commit is contained in:
msmith 1999-07-03 01:35:51 +00:00
parent ed93915465
commit c6401b83c6
2 changed files with 6 additions and 6 deletions

View File

@ -11,13 +11,13 @@
# device lines is present in the ./LINT configuration file. If you are # 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. # 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 machine alpha
cpu EV4 cpu EV4
cpu EV5 cpu EV5
ident GENERIC ident GENERIC
maxusers 10 maxusers 32
# Platforms supported # Platforms supported
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
@ -119,6 +119,7 @@ device mx0
device pn0 device pn0
device rl0 device rl0
device tl0 device tl0
device wb0
device xl0 device xl0
pseudo-device loop pseudo-device loop
@ -127,7 +128,6 @@ pseudo-device sl 1
pseudo-device ppp 1 pseudo-device ppp 1
pseudo-device tun 1 pseudo-device tun 1
pseudo-device pty 16 pseudo-device pty 16
pseudo-device gzip # Exec gzipped a.out's
# KTRACE enables the system-call tracing facility ktrace(2). # KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases # This adds 4 KB bloat to your kernel, and slightly increases

View File

@ -11,13 +11,13 @@
# device lines is present in the ./LINT configuration file. If you are # 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. # 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 machine alpha
cpu EV4 cpu EV4
cpu EV5 cpu EV5
ident GENERIC ident GENERIC
maxusers 10 maxusers 32
# Platforms supported # Platforms supported
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
@ -119,6 +119,7 @@ device mx0
device pn0 device pn0
device rl0 device rl0
device tl0 device tl0
device wb0
device xl0 device xl0
pseudo-device loop pseudo-device loop
@ -127,7 +128,6 @@ pseudo-device sl 1
pseudo-device ppp 1 pseudo-device ppp 1
pseudo-device tun 1 pseudo-device tun 1
pseudo-device pty 16 pseudo-device pty 16
pseudo-device gzip # Exec gzipped a.out's
# KTRACE enables the system-call tracing facility ktrace(2). # KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases # This adds 4 KB bloat to your kernel, and slightly increases