summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-10-12Reduce diff to macppc version.Mark Kettenis
2008-10-12Adjust for redesigned powerpc interrupt architecture.Mark Kettenis
2008-10-12Make vcons(4) interrupt driven.Mark Kettenis
2008-10-12Add interrupt support.Mark Kettenis
2008-10-10Use the MI random() for all cases; no need for a MD version since itTheo de Raadt
2008-10-10- add and enable rum(4)Jasper Lievisse Adriaanse
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-09Skip memory areas smaller than 1 MB above the 16 MB boundary to deal withMark Kettenis
2008-10-09replace M_WAITOK with M_NOWAITCharles Longeau
2008-10-09remove a dead store.Charles Longeau
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-10-09Use ether_ioctl().Brad Smith
2008-10-09cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-08cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-08uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) andTheo de Raadt
2008-10-07unbreak ieeefp emulation code wrt converting double to unsignedMartynas Venckus
2008-10-06more readable virtual memory size values.Brad Smith
2008-10-06Remove useless comment.Mark Kettenis
2008-10-06remove dead stores and newly created unused variables.Charles Longeau
2008-10-06Unconditionally compile idt_vec_xxx functions.Mark Kettenis
2008-10-05Remove IOAPIC ID remapping code. It should not be necessary to avoid reusingMark Kettenis
2008-10-05Add missing argument to printf.Mark Kettenis
2008-10-04The wrong byte of the return code was being looked at for theTheo de Raadt
2008-10-04Fix potentially uninitialized variables in syscall().Miod Vallat
2008-10-04this is not the cvtql/sv opcode. ok miod@, naddy@Martynas Venckus
2008-10-03Backout. kettenis@ has reservations.Tobias Weingartner
2008-10-03Make extra cpu's in DDB not spin in tight loop.Tobias Weingartner
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-10-01Revert last commit. It didn't really help and we fixed X11 instead.Mark Kettenis
2008-10-01When things get tight, sis(4) loses firstTheo de Raadt
2008-10-01Be more agressive in flusing the cache. In addition to flushing theMark Kettenis
2008-09-30Properly count memory on machines where Open Firmware reports zero sizedMark Kettenis
2008-09-30Fix various pmap_extract() buglets:Miod Vallat
2008-09-30Do not perform cache operations in vmapbuf(), pmap is supposed to do themMiod Vallat
2008-09-30simplify and rework the mechanism to run the leds, 'it is better' miod@ deraadt@Dale Rahn
2008-09-29jme(4) works on sparc64; ok jsgTheo de Raadt
2008-09-29enable JMicron Ethernet (jme/jmphy)Jonathan Gray
2008-09-28Always include machine/cpu.h and remove i82489reg.h/i82489var.h.Brad Smith
2008-09-28Remove "XXX for now" NLAPIC define. Already provided via lapic.h.Brad Smith
2008-09-26Attach agp(4) to the Intel Q35 integrated video.Mike Belopuhov
2008-09-23One more uninitialized local. Yawn.Miod Vallat
2008-09-23Plug more uninitialized variables.Miod Vallat
2008-09-23Fix uninitialized variable.Miod Vallat
2008-09-23In pmap_steal_memory(), when a memory segment is completely allocated,Miod Vallat
2008-09-23Fix uninitialized variable if the TOD clock value is horribly wrong.Miod Vallat
2008-09-22Do not dereference an uninitialized pointer if a rogue, unknown type of boardMiod Vallat
2008-09-19Perform the mvme197 latency timer reprogramming in the boot blocks, inMiod Vallat
2008-09-19AES with keysize != 128 bit is not supported in hardware, so we needMarkus Friedl
2008-09-19While vaguely interesting, the prints coming out of the driver was way tooDale Rahn