379663d70b
required for the ABI the kernel is being built for. XXX This is implemented in a kind-of nasty way that involves including source files, but it's still an improvement. o) Retire ISA_* options since they're unused and were always wrong.
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
# $FreeBSD$
|
|
files "../malta/files.malta"
|
|
|
|
cpu CPU_MIPS4KC
|
|
device pci
|
|
device ata
|
|
options ATA_CAM
|
|
|
|
device scbus # SCSI bus (required for ATA/SCSI)
|
|
device cd # CD
|
|
device da # Direct Access (disks)
|
|
device pass # Passthrough device (direct ATA/SCSI access)
|