summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2014-07-16Reenable hibernate RLE support and flush+zero all memory after unpack.Mike Larkin
2014-07-15mode 644 for installing these filesTheo de Raadt
2014-07-15delete commented out slTheo de Raadt
2014-07-15crank to 5.6-betaTheo de Raadt
2014-07-15Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicatedMiod Vallat
2014-07-15Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug inMiod Vallat
2014-07-14whitespaceJasper Lievisse Adriaanse
2014-07-14Enable ext2fs support on RAMDISK_CD. Requested a few months ago inVadim Zhukov
2014-07-14Write to the correct control module registers when configuring gpio pins.Raphael Graf
2014-07-14More comment cleanup in boot().Masao Uebayashi