summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-17Recognize environmental change machine checks on ES40, and report whatMiod Vallat
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti
2009-01-06- add and enable ipgphy(4) everywhere there's a stge(4) entry.Jasper Lievisse Adriaanse
2008-12-01terse is good, more readable; please commit deraadt@Todd T. Fries
2008-11-26Enable Bluetooth (btd and btctl are not hooked into the build yet)Uwe Stuehler
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-11-05since mmclose() is only called once for the final close,Matthieu Herrb
2008-10-23a better fix for the "uvm_km thread runs out of memory" problem.Ted Unangst
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-17Remove clauses 3 and 4 from NetBSD license.Okan Demirmen
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-07unbreak ieeefp emulation code wrt converting double to unsignedMartynas Venckus
2008-10-06more readable virtual memory size values.Brad Smith
2008-10-04this is not the cvtql/sv opcode. ok miod@, naddy@Martynas Venckus
2008-09-12Remove bzero/memset calls after pool_gets by passing the PR_ZEROBret Lambert
2008-09-12Don't forget to actually return a pa for the K0SEG case...Miod Vallat
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-08-09Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getMiod Vallat
2008-08-09Do not forget to set the ``specific EOI'' bit when sending a... specific EOI;Miod Vallat
2008-08-02Ignore the ata channel on 164SX when controller is the built-in one, whenMiod Vallat
2008-07-29Give the eisa device a valid bus_dma_tag_t.Miod Vallat
2008-07-29Fix range check in sio_intr_establish().Miod Vallat
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-25phyio -> physioMiod Vallat
2008-07-25Improve eisa bus probe by deciding the number of logical eisa slots fromMiod Vallat
2008-07-25The PIE address range defaults are too big for alpha and can land on orKurt Miller
2008-07-24Add code to decode machine checks on Avanti, providing a description of theMiod Vallat
2008-07-22None of the pceb EISA alpha designs has more than 8 physical slots, so don'tMiod Vallat
2008-07-22Proper interrupt swizzling for devices behind bridges; matches what SRMMiod Vallat
2008-07-22Modify pci_intr_map() implementation to pass the pci_attach_args to theMiod Vallat
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-19In dec_1000a_intr_map(), use the SRM hint if available. This allows cardsMiod Vallat
2008-07-19Add code to walk the eisa configuration, from NetBSD. This configurationMiod Vallat
2008-07-19In _io_map(), make sure the whole range fits in one of the io windows,Miod Vallat
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod Vallat
2008-07-01Enable FFS2 on most of the larger RAMDISK media.Brad Smith
2008-06-27Clear swap encryption keys before dumping a kernel image.Miod Vallat
2008-06-27Add uvideo(4).Brad Smith
2008-06-26add bio & bioctlTodd T. Fries
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
2008-06-12Enable /dev/video* for all USB capable archs. MAKEDEV bits will followMarcus Glocker
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt