summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-08-30When the `machine' commands part of the hppa bootloader were written, weMiod Vallat
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-30Use UVM_FLAG_FIXED for fixed allocations make with uvm_map() during earlyMiod Vallat
2009-08-29Glue for the SBus version of the Sun Vector Gigabit Ethernet card.Mark Kettenis
2009-08-29The intention is to map the dvma map at a fixed address, so specifyMark Kettenis
2009-08-29Remove unused getdevunit(), only sparc and sparc64 have a need for it.Miod Vallat
2009-08-29typos in commentsMiod Vallat
2009-08-28OpenBSD/sparc64 can now be compiled without -traditional-cpp.Joel Sing
2009-08-28ofwboot can be compiled without -traditional-cpp.Joel Sing
2009-08-28Use fixed labels rather than generating them using defines. This allowsJoel Sing
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-26more bloody const crap mk brokeTheo de Raadt
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-25In bmac_init(), invoke bmac_transmit_packet() with the correct packet sizeMiod Vallat
2009-08-25Legacy-free PC hardware do not have a real PS/2 keyboard controller, butMiod Vallat
2009-08-25iha(4) works on amd64; tested by downsjTheo de Raadt
2009-08-25Add parser for 'Flattened Device Tree' which was introduced inDariusz Swiderski
2009-08-24On O2, the bootpath may omit the pci(0) component and start with scsi(); inMiod Vallat
2009-08-24Add definitions for 4 additionl BAT registers, found on some newer PowerPCDariusz 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-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-23Missed 'const' change in definition of i80321_intr_establish().Kenneth R Westerback
2009-08-22Constify 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 functionsMiod Vallat
2009-08-19- missing \nJasper Lievisse Adriaanse
2009-08-18Disable address translation. Necessary on the RB600 where the firmware startsMark Kettenis
2009-08-18Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards onMiod Vallat
2009-08-18Replace a few hardcoded numbers from the interrupt register with properMiod Vallat
2009-08-18Blind support for SGI PIC PCI-X controller found on Origin 350 and TezroMiod Vallat
2009-08-18On dual interrupt IOC3 designs, disestablish the ethernet interrupt if noMiod Vallat
2009-08-17fix readdpmelabel() declaration since the definition was changedDariusz Swiderski
2009-08-17Use ANSI function declarations. No binary change.Joel Sing
2009-08-17By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-16Update to cope with new readdisklabel() return value.Miod Vallat
2009-08-15use static for inline so we get the desired behaviour with compilersJonathan Gray
2009-08-14enable lisa(4); tested by Marco Knol; ok deraadtConstantine A. Murenin
2009-08-13repair vscsi lineTheo de Raadt