diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-07 04:54:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-07 04:54:39 +0000 |
commit | a6ecf7ad56ce581ff99d027cdda90b0ce49a34cb (patch) | |
tree | a81ffb38ea6059ffdf5aab4dbea4a91a0fee80ac | |
parent | 58e32bcaf4c979bc4547a499ef880d11b1638f92 (diff) |
fdc is fdc, fd is fd
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 6fa67f2ae6a..9a55a6b60e2 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.43 1998/07/03 08:15:08 deraadt Exp $ +# $OpenBSD: files.i386,v 1.44 1998/08/07 04:54:38 mickey Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -161,9 +161,10 @@ file arch/i386/isa/pms.c pms needs-flag # XXX temporarily conflicts with arc, will soon move to files.isa device fdc {drive = -1} attach fdc at isa +file dev/isa/fdc.c fdc needs-flag + device fd: disk, isa_dma attach fd at fdc -file dev/isa/fdc.c fdc needs-flag file dev/isa/fd.c fd needs-flag major {fd = 2} |