Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi add SES device
details: https://anonhg.NetBSD.org/src/rev/c1e011ec125a
branches: trunk
changeset: 480801:c1e011ec125a
user: mjacob <mjacob%NetBSD.org@localhost>
date: Thu Jan 20 16:07:43 2000 +0000
description:
add SES device
diffstat:
sys/dev/scsipi/files.scsipi | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r adc91a536322 -r c1e011ec125a sys/dev/scsipi/files.scsipi
--- a/sys/dev/scsipi/files.scsipi Thu Jan 20 15:22:57 2000 +0000
+++ b/sys/dev/scsipi/files.scsipi Thu Jan 20 16:07:43 2000 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: files.scsipi,v 1.21 2000/01/06 18:28:28 mjacob Exp $
+# $NetBSD: files.scsipi,v 1.22 2000/01/20 16:07:43 mjacob Exp $
#
# Config file and device description for machine-independent SCSI code.
# Included by ports that need it. Ports that use it must provide
# their own "major" declarations for the appropriate devices.
defopt opt_scsi.h SCSIVERBOSE ST_ENABLE_EARLYWARN ST_MOUNT_DELAY
+ SES_ENABLE_PASSTHROUGH
file dev/scsipi/scsipiconf.c scsi | atapibus
file dev/scsipi/scsipi_base.c scsi | atapibus
@@ -48,6 +49,10 @@
attach st at scsibus
file dev/scsipi/st.c st needs-flag
+device ses
+attach ses at scsibus
+file dev/scsipi/ses.c ses needs-flag
+
device ss
attach ss at scsibus
file dev/scsipi/ss.c ss needs-flag
Home |
Main Index |
Thread Index |
Old Index