summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/include/param.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeonpatrick2018-08-091-1/+5
| | | | | | | | so that we can include firmware-dependant code in generic drivers to be able to extract metadata information like MAC addresses and out-of-band interrupts from the ACPI/FDT tables. ok kettenis@
* refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt2013-03-231-9/+9
| | | | | | | to keep definitions our of user space. The MD files now follow a consistant order -- all namespace intrusion is at the tail can be cleaned up independently. locore, bootblocks, and libkvm still see enough visibility to build. Checked on 90% of platforms...
* Remove irrelevant comments borrowed from loongson.miod2011-06-251-11/+1
|
* correct MACHINE, MACHINE_ARCHsyuu2010-10-111-5/+5
|
* Initial revisionsyuu2010-09-201-0/+28