summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-10-02Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systemsMiod Vallat
2009-10-02Link the kernel at a higher physical address, in order to accomodate SRMMiod Vallat
2009-10-02Some 21264CB pass information, from information provided by Sergey Prysiazhnyi.Miod Vallat
2009-10-01Needs memcpy in bootxx now, forgotten in previous getenv change.Miod Vallat
2009-09-30Fix various off-by-ones in irq number validation.Miod Vallat
2009-09-30Remove unused last argument of alpha_shared_intr_disestablish().Miod Vallat
2009-09-30Some old SRM require 8-byte alignment of the buffer passed to the promMiod Vallat
2009-09-30Get rid of prom_open() and implement it directly as a prom_dispatch() wrapper,Miod Vallat
2009-09-30Clear sticky error status after recoverable machine check.Miod Vallat
2009-09-30Fix MDDT_NONVOLATILE value, it's 10 binary, not 10 hexadecimal.Miod Vallat
2009-09-30One missing print -> DPRINTF conversion in dec_kn300_device_register()Miod Vallat
2009-09-27adjust comments; eephy isn't just for Intel GigE. From Brad.Stuart Henderson
2009-09-25Fix the value of one voltage sensor in ev6 environmental machine checks.Miod Vallat
2009-09-24Link alpha kernels with an ld.script to discard unwanted sections; thisMiod Vallat
2009-09-17Fail bus_space_map() calls if the flags can't be honoured (such asMiod Vallat
2009-09-17Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repairesMiod Vallat
2009-09-01Fix: alpha DEBUG kernel failed to compileAriane van der Steldt
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-11uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lameBret Lambert
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09Rototill system V message queues.Bret Lambert
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-06-25fxp no longer fits on this mediaTheo de Raadt
2009-06-24enable softraidTodd T. Fries
2009-06-24for the isp(4) driver, invert the meaning of the options which pullTheo de Raadt
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-04-28put vlan support onto these mediaTheo de Raadt
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onMark Kettenis
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-25Strengthen the constraints of the atomic operations assembly statementsMiod Vallat
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-19For consistency, make sure that all archs that use the same patternOwain Ainsworth
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-30bzero pci attach argsMark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-25Deinline softintr_schedule(). Also fix softintr priorities I got inverted afterMiod Vallat
2009-03-24give up on pcn to make it all fit; ok miodTheo de Raadt
2009-03-15Now that we have splsoftassert(), make the soft ipl levels positive andMiod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat