Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Add the config information for the MI wd...



details:   https://anonhg.NetBSD.org/src/rev/38b6a50a8dec
branches:  trunk
changeset: 481482:38b6a50a8dec
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Mon Jan 31 22:47:07 2000 +0000

description:
Add the config information for the MI wdc support.

diffstat:

 sys/arch/amiga/conf/files.amiga |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 7308dbb09120 -r 38b6a50a8dec sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga   Mon Jan 31 22:43:36 2000 +0000
+++ b/sys/arch/amiga/conf/files.amiga   Mon Jan 31 22:47:07 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amiga,v 1.95 2000/01/23 21:10:26 aymeric Exp $
+#      $NetBSD: files.amiga,v 1.96 2000/01/31 22:47:07 mhitch Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16                       # NOTE THAT AMIGA IS SPECIAL!
@@ -418,6 +418,13 @@
 
 include "dev/pcmcia/files.pcmcia"
 
+include "dev/ata/files.ata"
+major  {wd = 17}
+
+# Amiga 4000/1200 IDE using MI wdc
+attach wdc at mainbus with wdc_amiga: gayle
+file   arch/amiga/dev/wdc_amiga.c      wdc_amiga
+
 major  {md = 15}       # Memory disk (for mini-kernel)
 
 # Compatibility modules



Home | Main Index | Thread Index | Old Index