freebsd-dev/sys/mips/malta/std.malta
Juli Mallett 379663d70b o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern
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.
2012-03-12 21:25:32 +00:00

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)