summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
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
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-05-25Move cmpci(4) and eso(4) out of the untested section.Brad Smith
2008-05-23do not use swap generic; these should specifically choose rd0aTheo de Raadt
2008-05-22- ises(4) was removed some time ago, zap it here too.Jasper Lievisse Adriaanse
2008-05-20Remove stray "attach com at isapnp with com_isapnp".Mark Kettenis
2008-05-19we do not need en(4)Theo de Raadt
2008-04-12Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).Miod Vallat
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-08Split the cdev makro for bpftun into two seperate definitions. tun(4) andClaudio Jeker
2008-04-07sdtemp* devices could occur on these machinesTheo de Raadt
2008-03-21SMALL_KERNEL, NO_PROPOLICE; from bradTheo de Raadt
2008-03-21crank maxusers on some architecturesTheo de Raadt
2008-03-21Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of internationalMiod Vallat
2008-03-09use the right capitalization for platform namesIgor Sobrado
2008-02-24Add commented out Bluetooth HID sectionUwe Stuehler
2008-02-16Move panic tests under #ifdef DEBUGMiod Vallat
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-13Replace STABS debug info (which causes problems with truncated relocations)Mark Kettenis
2008-01-09Make dec_xxx_intr_map() fail silently; caller will print a message ifMark Kettenis
2007-12-29Unifdef NO_IEEE in the libkern softfloat code, and put an appropriate ruleMiod Vallat
2007-12-29Do not define _FP_DYNAMIC; no other platform defines this and nothing (eitherMiod Vallat
2007-12-14Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-12-09provide mount_ntfs(8) on alpha, it works out of the box for readingMartin Reindl