diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-26 06:15:05 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-26 06:15:05 +0000 |
commit | 80bbc80238a1f5f305143c7dc228195517dbc7ee (patch) | |
tree | 281617e73b9d8c4f9984989898aea81042a403fe /sys/arch/i386/conf | |
parent | 63f4c79796584c3d97d19a3422a9f0d484d8fb3a (diff) |
floppy driver is now in dev/isa. Not in files.isa yet, though, since arc
changes are still needed.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index be97ef19615..1bdca10eba4 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.27 1996/10/04 02:51:16 deraadt Exp $ +# $OpenBSD: files.i386,v 1.28 1996/10/26 06:15:04 downsj Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -145,12 +145,13 @@ attach pms at pckbd file arch/i386/isa/pms.c pms needs-flag # Floppy disk controller +# XXX temporarily conflicts with arc, will soon move to files.isa device fdc {drive = -1} attach fdc at isa device fd: disk, isa_dma attach fd at fdc -file arch/i386/isa/fdc.c fdc needs-flag -file arch/i386/isa/fd.c fd needs-flag +file dev/isa/fdc.c fdc needs-flag +file dev/isa/fd.c fd needs-flag major {fd = 2} # PC speaker |