summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-03-03- remove unused devices for which we have no drivers (yet?)Jasper Lievisse Adriaanse
2011-03-02Change va_arg and va_end definitions from object-like macros toMatthew Dempsky
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-02-26Force the DUID cache used to generate hw.disknames to be updatedKenneth R Westerback
2011-02-21Remove redundant statement to keep this in line with radeonfb(4).Mark Kettenis
2011-02-21Re-initialize acceleration engine after leaving X.Mark Kettenis
2011-02-19Only attach if the "device_type" propery is "programmer-button". On the iMacMark Kettenis
2011-02-17Disable sbt and ubt devices. The bluetooth code will sometimes sleep whileMiod Vallat
2011-01-28you use ; to end a statement, not a :.David Gwynne
2011-01-27Atom uses the same value for bus clock 200 MHz as Core, thoughJonathan Gray
2011-01-23Ansify function.Joel Sing
2011-01-23Add support to installboot(8) for installing biosboot(8) and boot(8) onJoel Sing
2011-01-23Ansify functions.Joel Sing
2011-01-23Spinning up secondary CPUs on an MP kernel results in PDC output on theJoel Sing
2011-01-15enable RDC Ethernet (vte/rdcphy)Kevin Lo
2011-01-14creator needs firmload. ok miod@Matthieu Herrb
2011-01-14- use nitems()Jasper Lievisse Adriaanse
2011-01-14Halt secondary CPUs when shutting down or rebooting. This should preventJoel Sing
2011-01-14Implement a function to broadcast IPIs to all running CPUs.Joel Sing
2011-01-14Provide an IPI to halt a CPU.Joel Sing
2011-01-13if the BIOS tells us to suspend at the same time that we notice a lidTheo de Raadt
2011-01-13move to 4.9-currentTheo de Raadt
2011-01-13Fix link edition without 'option SUN4V'. ok kettenis@Matthieu Herrb
2011-01-13Spin forever when waiting for completion of an FPU shootdown instead ofMark Kettenis
2011-01-13set lkm_end to the end of the jumpable virtual space; tested by me and marcoMike Belopuhov
2011-01-12Add crypto(4) and hifn(4).Mark Kettenis
2011-01-12Provide a specific rw_cas() function for MP kernels; stolen from m88k.Mark Kettenis
2011-01-12Make __cpu_simple_lock implementation actually work.Mark Kettenis
2011-01-12use explicit_bzero() for the session, in drivers where struct sessionTheo de Raadt
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2011-01-10Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devic...Mark Kettenis
2011-01-09Check in resettodr() if inittodr() has been called, otherwise we end upJasper Lievisse Adriaanse
2011-01-09Only use memory mapped extended PCIe config space access for the bussesMark Kettenis
2011-01-08forward decl struct procTheo de Raadt
2011-01-08rename imask[] to cpu_imask[] to because imask is too loud as far asTheo de Raadt
2011-01-08The Ubiquiti WiFiStation EXT works on the Sun Blade 1500.Damien Bergamini
2011-01-07do not special case ep0 at pci/eisa. ep* will be fine. We should notTheo de Raadt
2011-01-07increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis.Ted Unangst
2011-01-07Detect wether a disk image is an ISO image and set the media type toMark Kettenis
2011-01-07Fix malloc(9) call with swapped type and flags arguments.Mark Kettenis
2011-01-06Add support for the vDisk 1.1 protocol. Improve Solaris vtoc/disklabelMark Kettenis
2011-01-06Solaris insists on getting the right sequence numbers in DRING_DATA messagesMark Kettenis
2011-01-06enable athn at uhubDamien Bergamini
2011-01-05Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/whatever,Miod Vallat
2011-01-05Minor optimizations:Miod Vallat
2011-01-05Make copypage() and zeropage() per-cpu function pointers, and use aMiod Vallat
2011-01-05Now that pmap_copy_page() no longer needs to flush a couple contiguous tlbMiod Vallat
2011-01-05- remove unused headers wrapped in #if defined(DDB)Jasper Lievisse Adriaanse
2011-01-04Support machdep.lidsuspend support in apm(4) land, at least on thinkpadsTheo de Raadt
2011-01-04Add support for Memory Mapped Configuration space access. This gives usMark Kettenis