aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfe/cfe_resource.c
Commit message (Collapse)AuthorAgeFilesLines
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
| | | | | | | | | resist easy conversion since they implement a great deal of their attach logic inside probe(). Some of this could be fixed by moving it to attach(), but some requires something more subtle than BUS_PROBE_NOWILDCARD. Notes: svn path=/head/; revision=257341
* Support for CFE boot loaders. Initially the support is for MIPS, butWarner Losh2008-09-261-0/+159
other processors will work too. Submitted by: bms@ Obtained from: p4 mips2 branch Notes: svn path=/head/; revision=183370