summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/pseries
Commit message (Expand)AuthorAgeFilesLines
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-054-5/+5
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-011-1/+1
* Set max_lun to zero. This field is ignored unless we are manually probingnwhitehorn2013-12-151-1/+1
* Do some cosmetic fixes.andreast2013-12-051-7/+7
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-011-5/+101
* This driver doesn't need the /options node, so don't check for it.nwhitehorn2013-11-271-3/+1
* Take care to handle the full 16 byte buffer in the get/put routines. Also,andreast2013-11-261-8/+26
* Limit the large page size to 16MB for now.andreast2013-11-231-0/+5
* For PCI<->PCI bridges, #address-cells may be 3. Allow this when parsing thenwhitehorn2013-11-211-11/+13
* Following the approach with ACPI DMAR on x86, split IOMMU handling intonwhitehorn2013-11-122-31/+113
* Actually add IOMMU domain to the list of known mappings. This fixes a bugnwhitehorn2013-11-121-0/+3
* Ouch, do the shift properly. An uin64_t needs the right postfix when shifting.andreast2013-10-311-1/+1
* The ofw_bus() routines invoke the device's parent, not the device itself,nwhitehorn2013-10-291-3/+3
* Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encodenwhitehorn2013-10-291-14/+2
* - Provide necessary includes.glebius2013-10-291-2/+3
* Clean up missed header references.nwhitehorn2013-10-261-1/+1
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-231-1/+2
* Add multicast filter control.nwhitehorn2013-10-201-5/+50
* Clean up some debug code that snuck in. Add a block comment on future work.nwhitehorn2013-10-201-10/+9
* Add initial driver for POWER hypervisor interpartition ethernet. This isnwhitehorn2013-10-201-0/+454
* Allow hypervisor calls with more than 7 arguments.nwhitehorn2013-10-201-0/+2
* Add driver for the PAPR VSCSI virtual SCSI controller. This lets FreeBSDnwhitehorn2013-09-282-1/+1034
* Rework handling of ofw_quiesce(), making it the responsibility of thenwhitehorn2013-09-271-0/+3
* Make sure that ref and changed bits propagate back to the VM layernwhitehorn2013-09-271-6/+13
* As idling the CPU no longer causes hangs on QEMU, reenable the pSeriesnwhitehorn2013-09-261-2/+0
* Fix bug where UART unit number was not set properly, which preventednwhitehorn2013-09-261-4/+1
* Merge in support for PAPR-compliant (Power Architecture Platformnwhitehorn2013-09-1711-0/+2840
OpenPOWER on IntegriCloud