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