Hook ebus(4) and isa(4) up to the sun4v LINT build in order to
ensure that their compilation doesn't break as they are expected to work as-is now (but aren't actually run-time tested).
This commit is contained in:
parent
3e71448f1d
commit
b9cf9990a6
@ -35,6 +35,10 @@ libkern/ffsl.c standard
|
||||
libkern/fls.c standard
|
||||
libkern/flsl.c standard
|
||||
libkern/memmove.c standard
|
||||
sparc64/ebus/ebus.c optional ebus
|
||||
sparc64/isa/isa.c optional isa
|
||||
sparc64/isa/isa_dma.c optional isa
|
||||
sparc64/isa/ofw_isa.c optional ebus | isa
|
||||
sparc64/sparc64/autoconf.c standard
|
||||
sun4v/sun4v/bus_machdep.c standard
|
||||
sun4v/sun4v/clock.c standard
|
||||
|
@ -19,7 +19,7 @@ cpu SUN4V
|
||||
# HARDWARE BUS CONFIGURATION
|
||||
|
||||
device ebus
|
||||
#device isa
|
||||
device isa
|
||||
device pci
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user