summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64/ofw_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* - Now that we have a working OF_printf() since r230631, use it formarius2012-01-271-0/+14
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-1/+1
* Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but formarius2010-04-261-1/+14
* Do as the comment suggests and determine the bus space based on the lastmarius2010-04-101-8/+5
* - By re-arranging the code in OF_decode_addr() somewhat and acceptingmarius2009-12-231-33/+33
* Style changes.marius2009-12-231-14/+12
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-1/+0
* - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4)marius2007-01-181-2/+2
* Teach OF_decode_addr() about the bus space used for devices on themarius2007-01-161-1/+5
* - Make sure that the OFW address properties that are going to be decodemarius2005-05-211-5/+6
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportmarius2005-02-121-83/+174
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
* - Make OF_getetheraddr() honour the "local-mac-address?" system configmarius2004-08-141-11/+11
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-1/+3
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-081-6/+0
* Fix the EBus driver to work with the new PCI code. Unlike other PCItmm2004-04-281-2/+2
* Some integrated Davicom cards in sparc64 boxes have an all zerosmux2004-01-081-0/+17
* Don't confuse NULL with 0.obrien2003-12-261-2/+2
* Handle ISA devices in OF_decode_addr(), with the same code that istmm2003-09-121-1/+1
* Add function OF_decode_addr(). This function obtains the physicalmarcel2003-09-021-0/+110
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Fix a bug that was indroduced while moving this code around (use thetmm2001-12-211-1/+3
* Add some OpenFirmware bus support code and definitions.tmm2001-11-091-0/+50
OpenPOWER on IntegriCloud