summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2006-03-20factorize SGMAP-mapped DMA map creation and destroy codeMartin Reindl
2006-03-19Do not compile misaligned access recovery code if option SMALL_KERNEL;Miod Vallat
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-18In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter.Miod Vallat
2006-03-18Switch to a rpcc-based delay() implementation. From NetBSD.Miod Vallat
2006-03-17Fix single-stepping via ptrace(2); ok art@ kettenis@Miod Vallat
2006-03-16Get rid of specific softc structure for pci host bridges, as it is neverMiod Vallat
2006-03-16Get rid of redundant check in tcasicmatch() - we will only request "tcasic"Miod Vallat
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-03-13Protect sgmap extents with splvm(); from NetBSD.Miod Vallat
2006-03-12with pcn(4) now in place remove or replace the references to PCI le(4)Martin Reindl
2006-03-12remove splimp.Brad Smith
2006-03-11add art(4).Brad Smith
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-04Better names for turbochannel event counters.Miod Vallat
2006-02-26Provide a buffer large enough for its contents in pal_opname(). ok deraadt@Miod Vallat
2006-02-25ok, the miod thing can go back in, tree buildsTheo de Raadt
2006-02-24NO_IEEE ifndef is still needed for RAMDISKBIG at leastTheo de Raadt
2006-02-23Better dependency rules in files.alpha, also point to cpuconf.c in theMiod Vallat
2006-02-23de fits again.Miod Vallat
2006-02-23Remove duplicate switch_exit() definition with <machine/cpu.h>Miod Vallat
2006-02-23Only compile badaddr() if we have support for TurboChannel, apecs, cia or lca,Miod Vallat
2006-02-22Nuke unused includes.Miod Vallat
2006-02-15enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ okMichael Shalayeff
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-12Remove dead isabeep driver and unused isabeep() function.Miod Vallat
2006-02-10- remove lmc(4) from RAMDISKBIGBrad Smith
2006-02-07convert pmap_phys_address() to a define, consistent with other archs;Martin Reindl
2006-02-04update comment for ralDamien Bergamini
2006-01-29Add a alpha_shared_intr_reset_strays() function that resets the strayMartin Reindl
2006-01-26Fix character range check in local atoi() function. krw@ "looks correct"Aaron Campbell
2006-01-20add emu(4) here and enable midi attachment for eap(4)Brad Smith
2006-01-17Do not invoke resettodr() on shutdown if we have been sitting in ddb.Miod Vallat
2006-01-10Remove duplicate _C_LABEL define. OK miod@Todd C. Miller
2006-01-09Enable hotplug(4); Tested by Michael Knudsen and me;Robert Nagy
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-04missing zeroMartin Reindl
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-27enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as neededTheo de Raadt
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-25Ensure child_return() leaves registers the same way a successfull systemMiod Vallat
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt