Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/prep/conf Add generic ISA floppy support
details: https://anonhg.NetBSD.org/src/rev/07f96ac1a25b
branches: trunk
changeset: 499726:07f96ac1a25b
user: matt <matt%NetBSD.org@localhost>
date: Mon Nov 27 21:50:13 2000 +0000
description:
Add generic ISA floppy support
diffstat:
sys/arch/prep/conf/files.prep | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 9a0dd4985be7 -r 07f96ac1a25b sys/arch/prep/conf/files.prep
--- a/sys/arch/prep/conf/files.prep Mon Nov 27 18:39:04 2000 +0000
+++ b/sys/arch/prep/conf/files.prep Mon Nov 27 21:50:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.prep,v 1.9 2000/11/27 17:03:12 matt Exp $
+# $NetBSD: files.prep,v 1.10 2000/11/27 21:50:13 matt Exp $
#
# prep-specific configuration info
#
@@ -116,11 +116,14 @@
file arch/prep/isa/isabeep.c
# Floppy disk controller
-device fdc {drive = -1}
-attach fdc at isa
-device fd: disk, isadma
+device fdc { drive = -1 }: isadma
+file dev/isa/fd.c fdc needs-flag
+
+attach fdc at isa with fdc_isa
+file dev/isa/fdc_isa.c fdc_isa
+# Floppy disk controller
+device fd: disk
attach fd at fdc
-file arch/prep/isa/fd.c fdc needs-flag
major {fd = 2}
# Game adapter (joystick)
Home |
Main Index |
Thread Index |
Old Index