aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdtbus.c
Commit message (Expand)AuthorAgeFilesLines
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-91/+0
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-39/+2
* Use common OFW root code to set up fdtbus. This is an almost purelyNathan Whitehorn2013-10-251-553/+9
* Allow lots of interrupts (useful on multi-domain platforms) and do notNathan Whitehorn2013-10-221-4/+2
* Some nexus devices add wildcard children. Since fdtbus_probe returnedNathan Whitehorn2013-10-201-1/+1
* o Switch to use physical addresses in rman for FDT.Aleksandr Rybalko2013-03-181-0/+10
* When a partially initialised FDT-based device instance can't attach,Robert Watson2012-12-301-0/+2
* Merging of projects/armv6, part 4Oleksandr Tymoshenko2012-08-151-1/+1
* Properly implement bus_setup_intr so that it handles the configurationMarcel Moolenaar2012-07-021-38/+33
* DEBUG is a kernel option. Don't define it here, as it breaks LINT.Marcel Moolenaar2011-12-301-3/+0
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-021-1/+1
* FDT support for MIPS.Jayachandran C.2011-10-181-1/+6
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-1/+1
* Call newbus_device_create() for PCI devices. Call pci_from_fdt_node()Marcel Moolenaar2011-01-291-7/+8
* Provide identify method for the fdtbus(4).Rafal Jaworowski2010-06-131-0/+10
* Import the common Flattened Device Tree infrastructure.Rafal Jaworowski2010-06-021-0/+654