summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2007-06-06a fair sprinking of knf, code movement, and sometimes character-by-characterTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-02Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justKenneth R Westerback
2007-06-01some architectures called setroot() from cpu_configure(), *way* before someTheo de Raadt
2007-05-31Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go)Uwe Stuehler
2007-05-31KNF, whitespace and comment rectification to make allKenneth R Westerback
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31Standardize on -1 as the error return value forKenneth R Westerback
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29Refactor readdisklabel() to ensure there is a single point of return, inKenneth R Westerback
2007-05-28Maintaining a broken compatibility layer for a broken OS is not a productiveBob Beck
2007-05-28bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@Todd T. Fries
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-27pagemove() is no longer used.Miod Vallat
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
2007-05-26Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@Pedro Martelletto
2007-05-26prodded by marco, enable bio everywhereTodd T. Fries
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15oops; martin go see what you did here..Theo de Raadt
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-10Alpha needs (will need) MUTEX_OLDIPL as well.Artur Grabowski
2007-05-06garbage collect release_fpu() and synchronize_fpstate()Martin Reindl
2007-05-05simple single-processor only mutex implementationMartin Reindl
2007-05-05Directly map IPL_xxx in terms of ALPHA_PSL_IPL_xxx values, and implementMiod Vallat
2007-05-04Faster pmap_extract() code for pmap_kernel, from NetBSD.Miod Vallat
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-02supply the real devicename to sio_intr_establish() instead a genericMartin Reindl
2007-04-30support "exit" as a RB_ASKNAME choice; discussed with miodTheo de Raadt
2007-04-30Fix dmesg nit.Miod Vallat
2007-04-25Yet another case that forgot to set the time.Artur Grabowski
2007-04-25Set the time even when the clock chip is bad.Artur Grabowski
2007-04-23Switch alpha to timecounters.Artur Grabowski
2007-04-21fix generic soft interrupts; improve establishing and disestablishing ofMartin Reindl
2007-04-19sili(4) works fine here.David Gwynne
2007-04-18Contrary to the comment in cia_dma_get_tag(), there are machines with ciaMartin Reindl
2007-04-18if possible, fill in hw.serialno;Martin Reindl
2007-04-13get alpha SMP into a state where it at least compiles:Martin Reindl
2007-04-12__HAVE_CPUINFO for alpha, with bits from netbsdMartin Reindl
2007-03-21no need to include uvm_extern.h hereMartin Reindl
2007-03-18put support for alphaservers 1200 and 4100 on ramdisk kernelsMartin Reindl
2007-03-17add proper atomic_{set,clear}bits_int implementationMartin Reindl
2007-03-16add DEC_KN300 support from NetBSD;Robert Nagy
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
2007-02-26Zero rval[1] in setregs.Miod Vallat