Remove sd1-sd3 & st1, now that we can autoallocate them.

fix the vn driver in LINT.  It autoallocates too.

Reviewed by:	phk
Submitted by:	rgrimes
This commit is contained in:
Poul-Henning Kamp 1994-12-16 06:04:16 +00:00
parent a31f80dc67
commit 784cf072d8
5 changed files with 8 additions and 28 deletions

View file

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.19 1994/11/17 20:20:53 gibbs Exp $
# $Id: GENERIC,v 1.20 1994/11/18 19:10:25 jkh Exp $
#
machine "i386"
@ -56,12 +56,8 @@ controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr
controller scbus0
device sd0
device sd1
device sd2
device sd3
device st0
device st1
device cd0 #Only need one of these, the code dynamically grows

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.115 1994/12/13 20:56:30 wollman Exp $
# $Id: LINT,v 1.116 1994/12/13 22:01:35 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -249,11 +249,7 @@ options QUOTA #enable disk quotas
controller scbus0 #base SCSI code
device ch0 #SCSI media changers
device sd0 #SCSI disks
device sd1
device sd2
device sd3
device st0 #SCSI tapes
device st1
device uk0 #unknown scsi devices
#
@ -277,7 +273,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn 4 #Vnode driver (turns a file into a device)
pseudo-device vn #Vnode driver (turns a file into a device)
#####################################################################

View file

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.19 1994/11/17 20:20:53 gibbs Exp $
# $Id: GENERIC,v 1.20 1994/11/18 19:10:25 jkh Exp $
#
machine "i386"
@ -56,12 +56,8 @@ controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr
controller scbus0
device sd0
device sd1
device sd2
device sd3
device st0
device st1
device cd0 #Only need one of these, the code dynamically grows

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.115 1994/12/13 20:56:30 wollman Exp $
# $Id: LINT,v 1.116 1994/12/13 22:01:35 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -249,11 +249,7 @@ options QUOTA #enable disk quotas
controller scbus0 #base SCSI code
device ch0 #SCSI media changers
device sd0 #SCSI disks
device sd1
device sd2
device sd3
device st0 #SCSI tapes
device st1
device uk0 #unknown scsi devices
#
@ -277,7 +273,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn 4 #Vnode driver (turns a file into a device)
pseudo-device vn #Vnode driver (turns a file into a device)
#####################################################################

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.115 1994/12/13 20:56:30 wollman Exp $
# $Id: LINT,v 1.116 1994/12/13 22:01:35 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -249,11 +249,7 @@ options QUOTA #enable disk quotas
controller scbus0 #base SCSI code
device ch0 #SCSI media changers
device sd0 #SCSI disks
device sd1
device sd2
device sd3
device st0 #SCSI tapes
device st1
device uk0 #unknown scsi devices
#
@ -277,7 +273,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn 4 #Vnode driver (turns a file into a device)
pseudo-device vn #Vnode driver (turns a file into a device)
#####################################################################