Move arcpp so it attaches before podulebus.
This commit is contained in:
parent
d31d45d28e
commit
8eed59a146
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.arm26,v 1.29 2001/04/22 15:02:51 bjh21 Exp $
|
||||
# $NetBSD: files.arm26,v 1.30 2001/04/22 15:26:07 bjh21 Exp $
|
||||
|
||||
# Copyright (c) 1997, 1998, 2000 Ben Harris
|
||||
# All rights reserved.
|
||||
|
@ -117,6 +117,11 @@ device rs: tty
|
|||
attach rs at ioc
|
||||
file arch/arm26/arm26/rscons.c rs needs-flag
|
||||
|
||||
# On-board printer port (usually at bank 5 addr 0x10 irq 0/2)
|
||||
device arcpp
|
||||
attach arcpp at ioc
|
||||
file arch/arm26/ioc/arcpp.c arcpp needs-flag
|
||||
|
||||
# Podule interface (podules listed later) (usually at bank 4 irq 13 fiq 6)
|
||||
# Unix backplanes also use bank 6
|
||||
# MEMC podules also use the iobus directly
|
||||
|
@ -138,11 +143,6 @@ device hd: disk
|
|||
attach hd at hdc
|
||||
#major {hd = ?}
|
||||
|
||||
# On-board printer port (usually at bank 5 addr 0x10 irq 0/2)
|
||||
device arcpp
|
||||
attach arcpp at ioc
|
||||
file arch/arm26/ioc/arcpp.c arcpp needs-flag
|
||||
|
||||
# VIDC/MEMC audio/video subsystems.
|
||||
device arcvideo: rasops1, rasops2, rasops4, rasops8, wsemuldisplaydev
|
||||
attach arcvideo at root
|
||||
|
|
Loading…
Reference in New Issue