summaryrefslogtreecommitdiff
path: root/sys/arch/socppc
AgeCommit message (Expand)Author
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-10-05remove nasty code, since now we have a nice function to lookup node'ss parent.Dariusz Swiderski
2009-10-01add fdt_parent_node() and OF_parent() functions,Dariusz Swiderski
2009-10-01Generic soft interrupts for macppc. Tested by mk@, deraadt@Mark Kettenis
2009-09-14Deal with the fact that we need to control an external PHY attached to TSEC2Mark Kettenis
2009-09-12Catch up with recent changes to GENERIC.Mark Kettenis
2009-09-12Compensate for the fact the the FDT uses a different offset for the registersMark Kettenis
2009-09-12Initialize global pointer to interrupt controller softc earlier such that weMark Kettenis
2009-09-11bump versionDariusz Swiderski
2009-09-11add 'machine fdt' command that dumps device tree if presentDariusz Swiderski
2009-09-09Use information from the FDT to set up bus tags and extents.Mark Kettenis
2009-09-07The bright folks who designed the rb600 seem to have left out an RTC. SoMark Kettenis
2009-09-07Bring support for booting RB600.Dariusz Swiderski
2009-09-06Attach devices to obio(4) based on information from the flattened deviceMark Kettenis
2009-09-06Implement OF_getproplen().Mark Kettenis
2009-09-02Attach devices to mainbus(4) based on information from the flattened deviceMark Kettenis
2009-09-02Add a minimal set of OpenFirmware compatibility interfaces.Mark Kettenis
2009-08-30Link in the flattened device tree for the Thecus N1200 and register it withMark Kettenis
2009-08-30Flattened device tree blob for the Thecus N1200. The source from which theMark Kettenis
2009-08-29typos in commentsMiod Vallat
2009-08-27Harmless sizeof ptr bug in ppc_check_procid(); ok drahn@ kettenis@Miod Vallat
2009-08-27malloc() last two args were swapped, amazing things did not break; ok kettenis@Miod Vallat
2009-08-26Kernel config for the RB600. Temporary until we use the device tree toMark Kettenis
2009-08-26Hack to get the right interrupt pin for the onboard vge(4) on the RB600.Mark Kettenis
2009-08-26Build fake bootinfo structure based on the device tree.Mark Kettenis
2009-08-26Use comconsfreq instead of hardcoded frequency. Still a bit of a hack, butMark Kettenis
2009-08-26Override comconsfreq and comconsaddr with values from the FTD if provided.Mark Kettenis
2009-08-26Change fdt_find_node() such that it takes a full path as argument.Mark Kettenis
2009-08-25Add missing $OpenBSD$ tag.Mark Kettenis
2009-08-25Initialize flattened device tree support if a tree was passed by the firmware.Mark Kettenis
2009-08-25Save the (potential) address of the flattened device tree. Make sure we don'tMark Kettenis
2009-08-25Set up bus tag for mmio. Create extents corresponding to the bus tags andMark Kettenis
2009-08-25Add parser for 'Flattened Device Tree' which was introduced inDariusz Swiderski
2009-08-24Specify proper size for device softc.Mark Kettenis
2009-08-24Glue to deal with the retarded way the CF slots are wired up on the RB600.Mark Kettenis
2009-08-24Add missing ehci dependency.Mark Kettenis
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-08-18Disable address translation. Necessary on the RB600 where the firmware startsMark Kettenis
2009-08-17fix readdpmelabel() declaration since the definition was changedDariusz Swiderski
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13- set DV_IFNET, instead of DV_NULLJasper Lievisse Adriaanse
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09No need to clean genassym{.,o} during `make clean', genassym.sh does thisMiod Vallat
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-08-09Rototill system V message queues.Bret Lambert
2009-08-02Dynamic buffer cache support - a re-commit of what was backed outBob Beck
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat