Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/conf Add nubus attachment for smc91cxx driver.
details: https://anonhg.NetBSD.org/src/rev/d1ad3b77d241
branches: trunk
changeset: 495525:d1ad3b77d241
user: briggs <briggs%NetBSD.org@localhost>
date: Sun Jul 30 21:36:04 2000 +0000
description:
Add nubus attachment for smc91cxx driver.
diffstat:
sys/arch/mac68k/conf/files.mac68k | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 7e823ea0ae71 -r d1ad3b77d241 sys/arch/mac68k/conf/files.mac68k
--- a/sys/arch/mac68k/conf/files.mac68k Sun Jul 30 21:34:47 2000 +0000
+++ b/sys/arch/mac68k/conf/files.mac68k Sun Jul 30 21:36:04 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.mac68k,v 1.95 2000/03/27 21:47:46 scottr Exp $
+# $NetBSD: files.mac68k,v 1.96 2000/07/30 21:36:04 briggs Exp $
# mac68k-specific configuration info
@@ -18,6 +18,7 @@
attach mainbus at root
include "dev/wscons/files.wscons"
+include "dev/mii/files.mii"
define obio_norm { [addr = -1], ["no drq" = -1], ["no hsk" = -1] }
define obio_scsi5380 { [addr = -1], [drq = -1], [hsk = -1] }
@@ -90,6 +91,9 @@
file arch/mac68k/obio/if_sn_obio.c sn_obio
file arch/mac68k/nubus/if_sn_nubus.c sn_nubus
+attach sm at nubus with sm_nubus
+file arch/mac68k/nubus/if_sm_nubus.c sm_nubus
+
# Sony floppy disk controller
device iwm { drive = -1 }
attach iwm at obio_norm
@@ -115,6 +119,10 @@
attach esp at obio_norm
file arch/mac68k/obio/esp.c esp
+#device qsc: scsi, ncr53c9x
+#attach qsc at nubus
+#file arch/mac68k/nubus/qsc.c qsc
+
device zsc { channel = -1 }
attach zsc at obio_norm
file arch/mac68k/dev/zs.c zsc needs-flag
Home |
Main Index |
Thread Index |
Old Index