Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/conf Add a tag to the fdcisa.c and isa/fd.c f...
details: https://anonhg.NetBSD.org/src/rev/3810ba59f576
branches: trunk
changeset: 507816:3810ba59f576
user: leo <leo%NetBSD.org@localhost>
date: Sat Mar 31 20:13:19 2001 +0000
description:
Add a tag to the fdcisa.c and isa/fd.c files. So they won't be used
unnecessary (and cause trouble).
diffstat:
sys/arch/atari/conf/files.atari | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 343864a6f0f5 -r 3810ba59f576 sys/arch/atari/conf/files.atari
--- a/sys/arch/atari/conf/files.atari Sat Mar 31 20:11:18 2001 +0000
+++ b/sys/arch/atari/conf/files.atari Sat Mar 31 20:13:19 2001 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: files.atari,v 1.74 2001/03/17 20:56:32 leo Exp $
+# $NetBSD: files.atari,v 1.75 2001/03/31 20:13:19 leo Exp $
maxpartitions 16
@@ -158,11 +158,11 @@
# Milan floppy driver - uses 'generic' isa version of fd.c
device fdcisa {drive = -1}: isadma
-file arch/atari/isa/fdcisa.c
+file arch/atari/isa/fdcisa.c fdcisa
attach fdcisa at isa
device fdisa: disk
attach fdisa at fdcisa
-file dev/isa/fd.c
+file dev/isa/fd.c fdisa
major {fdisa = 2}
attach wdc at mainbus with wdc_mb
Home |
Main Index |
Thread Index |
Old Index