s/(sbus | obio)/sbus for the sbus attachments. These were vestiges from
the old code.
This commit is contained in:
parent
d04fb757d6
commit
4f5d78ae59
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.sparc,v 1.84 1999/08/10 05:04:08 christos Exp $
|
||||
# $NetBSD: files.sparc,v 1.85 1999/08/10 12:50:35 christos Exp $
|
||||
|
||||
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
||||
# sparc-specific configuration info
|
||||
|
@ -157,7 +157,7 @@ device bwtwo: fb, rasops1
|
|||
attach bwtwo at sbus with bwtwo_sbus
|
||||
attach bwtwo at obio with bwtwo_obio
|
||||
file arch/sparc/dev/bwtwo.c bwtwo needs-flag
|
||||
file arch/sparc/dev/bwtwo_sbus.c bwtwo_sbus & (sbus | obio)
|
||||
file arch/sparc/dev/bwtwo_sbus.c bwtwo_sbus & sbus
|
||||
file arch/sparc/dev/bwtwo_obio.c bwtwo_obio & obio
|
||||
|
||||
device cgtwo: fb, rasops8
|
||||
|
@ -177,7 +177,7 @@ device cgsix: bt_dac, fb, rasops8
|
|||
attach cgsix at sbus with cgsix_sbus
|
||||
attach cgsix at obio with cgsix_obio
|
||||
file arch/sparc/dev/cgsix.c cgsix needs-flag
|
||||
file arch/sparc/dev/cgsix_sbus.c cgsix_sbus & (sbus | obio)
|
||||
file arch/sparc/dev/cgsix_sbus.c cgsix_sbus & sbus
|
||||
file arch/sparc/dev/cgsix_obio.c cgsix_obio & obio
|
||||
|
||||
device cgeight: bt_dac, fb, rasops24
|
||||
|
|
Loading…
Reference in New Issue