Age | Commit message (Expand) | Author |
2009-08-30 | When the `machine' commands part of the hppa bootloader were written, we | Miod Vallat |
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-30 | Use UVM_FLAG_FIXED for fixed allocations make with uvm_map() during early | Miod Vallat |
2009-08-29 | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | Mark Kettenis |
2009-08-29 | The intention is to map the dvma map at a fixed address, so specify | Mark Kettenis |
2009-08-29 | Remove unused getdevunit(), only sparc and sparc64 have a need for it. | Miod Vallat |
2009-08-29 | typos in comments | Miod Vallat |
2009-08-28 | OpenBSD/sparc64 can now be compiled without -traditional-cpp. | Joel Sing |
2009-08-28 | ofwboot can be compiled without -traditional-cpp. | Joel Sing |
2009-08-28 | Use fixed labels rather than generating them using defines. This allows | Joel Sing |
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 | more bloody const crap mk broke | Theo de Raadt |
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 | In bmac_init(), invoke bmac_transmit_packet() with the correct packet size | Miod Vallat |
2009-08-25 | Legacy-free PC hardware do not have a real PS/2 keyboard controller, but | Miod Vallat |
2009-08-25 | iha(4) works on amd64; tested by downsj | Theo de Raadt |
2009-08-25 | Add parser for 'Flattened Device Tree' which was introduced in | Dariusz Swiderski |
2009-08-24 | On O2, the bootpath may omit the pci(0) component and start with scsi(); in | Miod Vallat |
2009-08-24 | Add definitions for 4 additionl BAT registers, found on some newer PowerPC | 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-24 | - fix format strings for values that are daddr64_t | Jasper Lievisse Adriaanse |
2009-08-23 | Missed 'const' change in definition of i80321_intr_establish(). | Kenneth R Westerback |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-19 | <machine/macros.h> would provide inline version of a few of the functions | Miod Vallat |
2009-08-19 | - missing \n | Jasper Lievisse Adriaanse |
2009-08-18 | Disable address translation. Necessary on the RB600 where the firmware starts | Mark Kettenis |
2009-08-18 | Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards on | Miod Vallat |
2009-08-18 | Replace a few hardcoded numbers from the interrupt register with proper | Miod Vallat |
2009-08-18 | Blind support for SGI PIC PCI-X controller found on Origin 350 and Tezro | Miod Vallat |
2009-08-18 | On dual interrupt IOC3 designs, disestablish the ethernet interrupt if no | Miod Vallat |
2009-08-17 | fix readdpmelabel() declaration since the definition was changed | Dariusz Swiderski |
2009-08-17 | Use ANSI function declarations. No binary change. | Joel Sing |
2009-08-17 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-16 | Update to cope with new readdisklabel() return value. | Miod Vallat |
2009-08-15 | use static for inline so we get the desired behaviour with compilers | Jonathan Gray |
2009-08-14 | enable lisa(4); tested by Marco Knol; ok deraadt | Constantine A. Murenin |
2009-08-13 | repair vscsi line | Theo de Raadt |