summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-08-12Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and changeMiod Vallat
2014-08-12addu -> PTR_ADDU when doing address arithmetic in the octeon-specific code path.Miod Vallat
2014-08-12Better cache information gathering. Only affects information put in dmesg.Miod Vallat
2014-08-12Pass 0 instead of uvm_map_hint() to uvm_map() in exec_md_map() to figure outMiod Vallat
2014-08-11Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.Miod Vallat
2014-08-11Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we areMiod Vallat
2014-08-11Get rid of the `quirks' member, which is never initialized (but by zero atMiod Vallat
2014-08-11Remove evcnt and %b format strings relying upon SEIL extensions. This givesMiod Vallat
2014-08-11De-static so that my ddb backtrace get closer to reality.Miod Vallat
2014-08-11Add option USER_PCICONF for pcidump(8) to be able to do its magic.Miod Vallat
2014-08-06Correct some dma cleanup error paths.Jonathan Gray
2014-08-06fix an off by oneJonathan Gray
2014-08-03Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadtStefan Sperling
2014-08-03Add ral(4) at cardbus to GENERIC on macppc; ok deraadtStefan Sperling
2014-07-28On SPARCbook systems, the ledma device node has a `cable-selection' propertyMiod Vallat
2014-07-28Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS.Jonathan Gray
2014-07-28Hardware supported by machfb(4) needs the aperture (for now) so make ramdisksMark Kettenis
2014-07-23correctly drain and destroy the bufq upon detachJasper Lievisse Adriaanse
2014-07-22- remove unneeded headerJasper Lievisse Adriaanse
2014-07-22better warning for 8bit cardsJasper Lievisse Adriaanse
2014-07-22- use DL_SECTOBLK() instead of handrolling the same functionalityJasper Lievisse Adriaanse
2014-07-22Switch to MI functions disk_{gone,openpart,closepart} instead of handrollingJasper Lievisse Adriaanse
2014-07-22Use MI rasops_cmap, instead of MD-defined ANSI colormap.Kenji Aoyama
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-22oops, duplicateTheo de Raadt
2014-07-22need dev/pci/vga_pcivar.hTheo de Raadt
2014-07-22The aperture needed test should be in vgafb as well as vga@pci.Jonathan Gray
2014-07-22boot(9): Reduce diffs between hppa & hppa64 (& others)Masao Uebayashi
2014-07-21- whitespace cleanups (trailing whitespace, indentation)Jasper Lievisse Adriaanse
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-20look up correct dev_t. This matters for the case where a device isTheo de Raadt
2014-07-20Merge cmd.c from zboot into boot, dropping "clear" command while at it.Tobias Stoeckmann
2014-07-20RB_MINIROOT is never checked by anything, so stop setting it.Theo de Raadt
2014-07-20Support hibernating to softraid crypto volumes.Mike Larkin
2014-07-20This pulls in <ddb/db_output.h>, so don't redeclare ddb functionsPhilip Guenther
2014-07-19Bring back pci_dopm, but disable it before powerdown.Paul Irofti
2014-07-19Backout pci_dopm usage as it also breaks reboot on Lemote's.Paul Irofti
2014-07-19miod pointed out i forgot which way round casts go.David Gwynne
2014-07-18atomic_swap_ptr is special.David Gwynne
2014-07-18pass atomic_{cas,swap}_uint a volatile void * instead of a volatileDavid Gwynne
2014-07-18implement 'rootdev' parsing similar to what's already done in the kernel,Jasper Lievisse Adriaanse
2014-07-17Rework management of the external L2 cache on the few Indy/Indigo2 systemsMiod Vallat
2014-07-17Turn the console code into regular cons_decl() ones, to better fit libsaMiod Vallat
2014-07-17interrupt handlers established via the ioapic didnt get theirDavid Gwynne
2014-07-17immidiatelly -> immediatelyMiod Vallat
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16Save and restore NVS ranges when hibernating, as per The Spec.Mike Larkin
2014-07-16Do not set pci_dopm to 1 on the Gdium; if we do, rebooting puts the USB HCI inMiod Vallat
2014-07-16Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501Christian Weisgerber
2014-07-16the scan for transforming free(...) to (free..., 0) failed becuase thisTheo de Raadt