Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/next68k/conf Disable non functional esp driver and ...
details: https://anonhg.NetBSD.org/src/rev/568440a9fe20
branches: trunk
changeset: 467650:568440a9fe20
user: dbj <dbj%NetBSD.org@localhost>
date: Fri Mar 26 23:17:53 1999 +0000
description:
Disable non functional esp driver and scsi support.
diffstat:
sys/arch/next68k/conf/GENERIC | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diffs (62 lines):
diff -r 200bed541922 -r 568440a9fe20 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Fri Mar 26 22:52:15 1999 +0000
+++ b/sys/arch/next68k/conf/GENERIC Fri Mar 26 23:17:53 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.12 1999/03/24 23:15:51 dbj Exp $
+# $NetBSD: GENERIC,v 1.13 1999/03/26 23:17:53 dbj Exp $
#
# GENERIC next68k
#
@@ -58,13 +58,13 @@
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
# File systems
-file-system FFS # UFS
-file-system EXT2FS # second extended file system (linux)
-file-system LFS # log-structured file system
+#file-system FFS # UFS
+#file-system EXT2FS # second extended file system (linux)
+#file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS # Network File System client
-file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system MSDOSFS # MS-DOS file system
+#file-system CD9660 # ISO 9660 + Rock Ridge file system
+#file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
file-system NULLFS # loopback file system
@@ -145,7 +145,7 @@
xe* at intio? ipl 3 # ethernet
-esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation
+#esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation
#
# Serial ports
@@ -154,16 +154,16 @@
zstty1 at zsc0 channel 1 # ttyb
# SCSI bus support
-scsibus* at scsi?
+#scsibus* at scsi?
# SCSI devices
-sd* at scsibus? target ? lun ? # SCSI disk drives
-st* at scsibus? target ? lun ? # SCSI tape drives
-cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
-ch* at scsibus? target ? lun ? # SCSI autochangers
-se* at scsibus? target ? lun ? # SCSI ethernet
-ss* at scsibus? target ? lun ? # SCSI scanners
-uk* at scsibus? target ? lun ? # SCSI unknown
+#sd* at scsibus? target ? lun ? # SCSI disk drives
+#st* at scsibus? target ? lun ? # SCSI tape drives
+#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
+#ch* at scsibus? target ? lun ? # SCSI autochangers
+#se* at scsibus? target ? lun ? # SCSI ethernet
+#ss* at scsibus? target ? lun ? # SCSI scanners
+#uk* at scsibus? target ? lun ? # SCSI unknown
# Memory-disk drivers
Home |
Main Index |
Thread Index |
Old Index