Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mmeye/conf add "device fdc {drive = -1}" for pcmcia



details:   https://anonhg.NetBSD.org/src/rev/b10ea2dbf2f5
branches:  trunk
changeset: 476456:b10ea2dbf2f5
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Sep 16 21:18:55 1999 +0000

description:
add "device fdc {drive = -1}" for pcmcia

diffstat:

 sys/arch/mmeye/conf/files.shbus |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 10bc22029aab -r b10ea2dbf2f5 sys/arch/mmeye/conf/files.shbus
--- a/sys/arch/mmeye/conf/files.shbus   Thu Sep 16 21:17:46 1999 +0000
+++ b/sys/arch/mmeye/conf/files.shbus   Thu Sep 16 21:18:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.shbus,v 1.2 1999/09/13 17:14:43 msaitoh Exp $
+#      $NetBSD: files.shbus,v 1.3 1999/09/16 21:18:55 msaitoh Exp $
 #
 # Config file and device description for machine-independent ISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -52,4 +52,5 @@
 #
 # Machine-independent PCMCIA drivers
 #
+device fdc {drive = -1}
 include "dev/pcmcia/files.pcmcia"



Home | Main Index | Thread Index | Old Index