Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn26/conf Add attributes arp to eca.



details:   https://anonhg.NetBSD.org/src/rev/261bdf268d4d
branches:  trunk
changeset: 771947:261bdf268d4d
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Dec 11 03:13:20 2011 +0000

description:
Add attributes arp to eca.

diffstat:

 sys/arch/acorn26/conf/files.acorn26 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9d869d1c455 -r 261bdf268d4d sys/arch/acorn26/conf/files.acorn26
--- a/sys/arch/acorn26/conf/files.acorn26       Sat Dec 10 19:14:29 2011 +0000
+++ b/sys/arch/acorn26/conf/files.acorn26       Sun Dec 11 03:13:20 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.acorn26,v 1.15 2011/06/12 03:35:36 rmind Exp $
+# $NetBSD: files.acorn26,v 1.16 2011/12/11 03:13:20 kiyohara Exp $
 
 # Copyright (c) 1997, 1998, 2000 Ben Harris
 # All rights reserved.
@@ -98,7 +98,7 @@
 # Steal code from arch/atari/dev/fd{.c,reg.h}
 
 # Econet module (Motorola 6854) (usually at bank 2 fiq 2)
-device eca: fiq, eco, ifnet
+device eca: fiq, eco, arp, ifnet
 attach eca at ioc
 file   arch/acorn26/ioc/if_eca.c               eca             needs-flag
 file   arch/acorn26/ioc/if_eca_fiq.S           eca



Home | Main Index | Thread Index | Old Index