summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx/lbc.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the LBC driver, broken with the large RMan and 36-bit physical addres...jhibbits2016-07-051-21/+32
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-141-3/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-4/+4
* Let rman_init() initialize the default rman range.jhibbits2016-03-031-2/+0
* Fix 2 bugs in the mpc85xx local bus controller driver.jhibbits2016-03-021-2/+26
* Move another range check to use RMAN_IS_DEFAULT_RANGE().jhibbits2016-02-271-1/+1
* Make lbc(4) the same driver pass as simplebus.jhibbits2016-02-031-1/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Use uint32_t for LBC block size.jhibbits2016-01-011-3/+3
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-051-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-051-1/+1
* Support lbc interrupts:marcel2012-07-031-32/+99
* A few improvements:marcel2012-05-241-57/+137
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-111-247/+395
* Extend and improve MPC85XX Local Bus management.raj2008-12-181-33/+235
* Add a driver for the Local Bus Controller.marcel2008-10-251-0/+328
OpenPOWER on IntegriCloud