summaryrefslogtreecommitdiff
path: root/sys/arch/socppc
AgeCommit message (Expand)Author
2010-04-27use -f assymp.dep again; worked out with miodTheo de Raadt
2010-04-27alpha/conf/Makefile.alphaTheo de Raadt
2010-04-26even cleaner mach/arch/machdir/archdirTheo de Raadt
2010-04-26next step towards unification: make all the genassym chunks handle bothTheo de Raadt
2010-04-26next unification step: move all MD naming _mach, _machdir, _arch, and _archdirTheo de Raadt
2010-04-26first step of unification: spaces at end of lines; comments, etc.Theo de Raadt
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-20more misuse of user.h and sysctl.hTheo de Raadt
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2010-03-31if bthub defines are needed by conf.c, they must come from files.bluetoothTheo de Raadt
2010-03-31fix typoTheo de Raadt
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
2010-03-29PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someOwain Ainsworth
2010-03-25architectures which expect to hand-count the number of cpus must clearTheo de Raadt
2010-03-03Add athn(4).Mark Kettenis
2010-03-03Add support for the ipp_ind_ext_int[0] interrupt.Mark Kettenis
2010-02-15Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.miniMark Kettenis
2010-02-15Since strip doesn't know how to strip a U-boot image, don't attempt toMark Kettenis
2010-02-15Descend into mbr subdirectory.Mark Kettenis
2010-02-15MBR for rb600 installation miniroot image.Mark Kettenis
2010-02-14Bump version number (to 1.0).Mark Kettenis
2010-02-14Enable loading kernels compressed by gzip(1).Mark Kettenis
2010-02-13Install boot.elf in /usr/mdec, since we need it as a bootloader on the rb600.Mark Kettenis
2009-12-23- add and enable uthumJasper Lievisse Adriaanse
2009-12-21Cleanup promiscuous mode and multicast handling. From Brad.Mark Kettenis
2009-11-08Relocate FDT blob such that it doesn't clash with the kernel we're going toMark Kettenis
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