Have MI SCSI device descriptions in GENERIC, removing 'mi.scsi' file.

This commit is contained in:
nisimura 2000-09-13 03:44:38 +00:00
parent 36942dc548
commit cfbce2edce
5 changed files with 26 additions and 41 deletions

View File

@ -1,7 +1,7 @@
#
# Stanford DSG Decstation (any model) kernel config file
#
# $NetBSD: DSG,v 1.22 2000/02/12 03:36:33 thorpej Exp $
# $NetBSD: DSG,v 1.23 2000/09/13 03:44:38 nisimura Exp $
#
include "arch/pmax/conf/std.pmax"
@ -144,7 +144,6 @@ oldscsibus* at asc?
# SCSI configuration for old 4.4BSD/pmax DECstation SCSI driver
#
include "arch/pmax/conf/scsi.pmax"
#include "arch/pmax/conf/mi.scsi" # not yet supported
#########################################################################

View File

@ -1,11 +1,11 @@
#
# $NetBSD: GENERIC,v 1.82 2000/08/13 01:31:20 itojun Exp $
# $NetBSD: GENERIC,v 1.83 2000/09/13 03:44:38 nisimura Exp $
#
# Distribution kernel (any model) kernel config file
#
include "arch/pmax/conf/std.pmax"
#ident "GENERIC-$Revision: 1.82 $"
#ident "GENERIC-$Revision: 1.83 $"
maxusers 64
@ -54,19 +54,19 @@ options NTP # network time protocol
# Filesystem options
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
file-system LFS # Log-based filesystem (still experimental)
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern (kernel informational filesystem)
file-system NULLFS # loopback file system
file-system OVERLAY # overlay file system
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern (kernel informational filesystem)
file-system NULLFS # loopback file system
file-system OVERLAY # overlay file system
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION
options NFSSERVER # Sun NFS-compatible filesystem (server)
options QUOTA # UFS quotas
@ -177,7 +177,15 @@ oldscsibus* at asc?
include "arch/pmax/conf/scsi.pmax"
# MI SCSI configuration
#include "arch/pmax/conf/mi.scsi"
#scsibus* at xsii?
#scsibus* at xasc?
#
#sd* at scsibus? target ? lun ? # SCSI disks
#st* at scsibus? target ? lun ? # SCSI tapes
#cd* at scsibus? target ? lun ? # SCSI CD-ROMs
#ch* at scsibus? target ? lun ? # SCSI changer devices
#ss* at scsibus? target ? lun ? # SCSI scanners
#uk* at scsibus? target ? lun ? # unknown SCSI
#########################################################################
# Pseudo-devices #

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.32 2000/05/28 06:02:12 gmcgarry Exp $
# $NetBSD: INSTALL,v 1.33 2000/09/13 03:44:38 nisimura Exp $
#
# Distribution install kernel (any model)
# netbsd: cut-down kernel for miniroots.
@ -131,9 +131,6 @@ oldscsibus* at sii?
oldscsibus* at asc?
include "arch/pmax/conf/scsi.pmax"
# MI SCSI configuration
#include "arch/pmax/conf/mi.scsi" # DS5000 only
#########################################################################
# Pseudo-devices #
#########################################################################

View File

@ -2,7 +2,7 @@
# R4000 (any model) kernel config file
#
# $NetBSD: R4000,v 1.20 2000/05/28 06:02:13 gmcgarry Exp $
# $NetBSD: R4000,v 1.21 2000/09/13 03:44:38 nisimura Exp $
#
include "arch/pmax/conf/std.pmax"
@ -127,7 +127,6 @@ oldscsibus* at asc?
# SCSI configuration for old 4.4BSD/pmax DECstation SCSI driver
#
include "arch/pmax/conf/scsi.pmax"
#include "arch/pmax/conf/mi.scsi" # not yet supported
#########################################################################

View File

@ -1,18 +0,0 @@
# $NetBSD: mi.scsi,v 1.6 2000/06/02 20:22:00 mhitch Exp $
#########################################################################
# SCSI configuration #
#########################################################################
#
# SCSI configuration for new-config machine-independent SCSI driver
#
scsibus* at xasc?
scsibus* at xsii?
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tapes
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
ch* at scsibus? target ? lun ? # SCSI changer devices
ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # unknown SCSI