Sun Dec 11 03:13:20 2011 UTC ()
Add attributes arp to eca.


(kiyohara)
diff -r1.15 -r1.16 src/sys/arch/acorn26/conf/files.acorn26

cvs diff -r1.15 -r1.16 src/sys/arch/acorn26/conf/Attic/files.acorn26 (expand / switch to unified diff)

--- src/sys/arch/acorn26/conf/Attic/files.acorn26 2011/06/12 03:35:36 1.15
+++ src/sys/arch/acorn26/conf/Attic/files.acorn26 2011/12/11 03:13:20 1.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: files.acorn26,v 1.15 2011/06/12 03:35:36 rmind Exp $ 1# $NetBSD: files.acorn26,v 1.16 2011/12/11 03:13:20 kiyohara Exp $
2 2
3# Copyright (c) 1997, 1998, 2000 Ben Harris 3# Copyright (c) 1997, 1998, 2000 Ben Harris
4# All rights reserved. 4# All rights reserved.
5# 5#
6# Redistribution and use in source and binary forms, with or without 6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions 7# modification, are permitted provided that the following conditions
8# are met: 8# are met:
9# 1. Redistributions of source code must retain the above copyright 9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer. 10# notice, this list of conditions and the following disclaimer.
11# 2. Redistributions in binary form must reproduce the above copyright 11# 2. Redistributions in binary form must reproduce the above copyright
12# notice, this list of conditions and the following disclaimer in the 12# notice, this list of conditions and the following disclaimer in the
13# documentation and/or other materials provided with the distribution. 13# documentation and/or other materials provided with the distribution.
14# 3. The name of the author may not be used to endorse or promote products 14# 3. The name of the author may not be used to endorse or promote products
@@ -88,27 +88,27 @@ device arckbd: wskbddev, wsmousedev @@ -88,27 +88,27 @@ device arckbd: wskbddev, wsmousedev
88attach arckbd at ioc 88attach arckbd at ioc
89file arch/acorn26/ioc/arckbd.c arckbd needs-flag 89file arch/acorn26/ioc/arckbd.c arckbd needs-flag
90file arch/acorn26/ioc/arckbdmap.c arckbd 90file arch/acorn26/ioc/arckbdmap.c arckbd
91 91
92# On-board WD 1772 floppy controller (usually at bank 1 irq 12 fiq 0/1) 92# On-board WD 1772 floppy controller (usually at bank 1 irq 12 fiq 0/1)
93# Not to be confused with fdc, which will be the PC-style one on A5k etc. 93# Not to be confused with fdc, which will be the PC-style one on A5k etc.
94device wfdc {drive = -1} 94device wfdc {drive = -1}
95attach wfdc at ioc 95attach wfdc at ioc
96device wf: disk 96device wf: disk
97attach wf at wfdc 97attach wf at wfdc
98# Steal code from arch/atari/dev/fd{.c,reg.h} 98# Steal code from arch/atari/dev/fd{.c,reg.h}
99 99
100# Econet module (Motorola 6854) (usually at bank 2 fiq 2) 100# Econet module (Motorola 6854) (usually at bank 2 fiq 2)
101device eca: fiq, eco, ifnet 101device eca: fiq, eco, arp, ifnet
102attach eca at ioc 102attach eca at ioc
103file arch/acorn26/ioc/if_eca.c eca needs-flag 103file arch/acorn26/ioc/if_eca.c eca needs-flag
104file arch/acorn26/ioc/if_eca_fiq.S eca 104file arch/acorn26/ioc/if_eca_fiq.S eca
105 105
106# On-board Rockwell 6551 serial (usually at bank 3 irq 10/1) 106# On-board Rockwell 6551 serial (usually at bank 3 irq 10/1)
107device rs: tty 107device rs: tty
108attach rs at ioc 108attach rs at ioc
109file arch/acorn26/acorn26/rscons.c rs needs-flag 109file arch/acorn26/acorn26/rscons.c rs needs-flag
110 110
111# On-board printer port (usually at bank 5 addr 0x10 irq 0/2) 111# On-board printer port (usually at bank 5 addr 0x10 irq 0/2)
112device arcpp 112device arcpp
113attach arcpp at ioc 113attach arcpp at ioc
114file arch/acorn26/ioc/arcpp.c arcpp needs-flag 114file arch/acorn26/ioc/arcpp.c arcpp needs-flag