Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/conf Make sure the footbridge device has the in...



details:   https://anonhg.NetBSD.org/src/rev/a9dac544bcf0
branches:  trunk
changeset: 538355:a9dac544bcf0
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Oct 18 20:03:02 2002 +0000

description:
Make sure the footbridge device has the interface attribute.

diffstat:

 sys/arch/arm/conf/files.footbridge |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r e475aa2d7005 -r a9dac544bcf0 sys/arch/arm/conf/files.footbridge
--- a/sys/arch/arm/conf/files.footbridge        Fri Oct 18 20:02:23 2002 +0000
+++ b/sys/arch/arm/conf/files.footbridge        Fri Oct 18 20:03:02 2002 +0000
@@ -1,10 +1,9 @@
-#      $NetBSD: files.footbridge,v 1.8 2002/04/12 19:12:30 thorpej Exp $
+#      $NetBSD: files.footbridge,v 1.9 2002/10/18 20:03:02 thorpej Exp $
 #
 # Shared footbridge files information
 
 # DC21285 "Footbridge" specific files
-define footbridge {}
-device footbridge: pcibus, bus_space_generic, todservice
+device footbridge {}: pcibus, bus_space_generic, todservice
 attach footbridge at mainbus
 file   arch/arm/footbridge/footbridge.c                footbridge
 file   arch/arm/footbridge/footbridge_machdep.c        footbridge



Home | Main Index | Thread Index | Old Index