summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-06-27remove compat_vax1k. no more 4.3bsd reno support. ok deraadtTed Unangst
2011-06-27Ensure we don't re-issue a failed buf without clearing B_ERROR andKenneth R Westerback
2011-06-26kill mcd dead. ok krw matthew millert thibTed Unangst
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-26First stab at MSI support for vpci(4). Still a few rough edges, but seemsMark Kettenis
2011-06-261.500 was a good revision, let's stay there a little longer. (revert accident...Ted Unangst
2011-06-26remove remnants of scd device, discovered by Frederic PerrinTed Unangst
2011-06-26In the shared interrupt handler, return the pil and ci_handled_intr_levelTheo de Raadt
2011-06-26Fix some inconsistencies in how we build 64-bit addresses from OF properties.Mark Kettenis
2011-06-26Implement pci_intr_map_msi().Mark Kettenis
2011-06-26Missed a parameter in the pci_msi_setmsiq hypervisor call.Mark Kettenis
2011-06-25Add MSI hypervisor calls.Mark Kettenis
2011-06-25Don't forget to print a newline at attach time.Miod Vallat
2011-06-25Remove irrelevant comments borrowed from loongson.Miod Vallat
2011-06-25ansi, no binary changeJonathan Gray
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-24We should only ack a shared interrupt once, after we've run all the handlers.Mark Kettenis
2011-06-24When reading the value from a simple lock, we do not need to ldcws into aJoel Sing
2011-06-24Should always include ukphy(4) in the kernel configs if using any devicesYASUOKA Masahiko
2011-06-24Remove SET/CLR/ISSET macros from Octeon code. The kernel already providesYASUOKA Masahiko
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-22some fixes for cnmac(4)YASUOKA Masahiko
2011-06-22enable myx(4), now that it worksTheo de Raadt
2011-06-20enable myx(4)David Gwynne
2011-06-20enable myx(4).David Gwynne
2011-06-19UnbreakMiod Vallat
2011-06-19Use disk_lock_nointr() in the xxclose() routines so that they cannotTheo de Raadt
2011-06-19Use disk_lock/disk_unlock directly and in the same way in these drivers,Theo de Raadt
2011-06-19Clean up ioctl handler a bit and rearrange the receive filter callback toYASUOKA Masahiko
2011-06-18Cleanup MSI code a bit by moving the code to eanble/disable MSIs intoMark Kettenis
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-17add missing the copyright notice.YASUOKA Masahiko
2011-06-16Enable acpitoshiba by default in GENERIC.Paul Irofti
2011-06-16QEMU pretends to emulate a different prehistoric Intel host bridge.Mark Kettenis
2011-06-16Raise the number of interrupt sources per CPU from 32 to 64. This effectivelyMark Kettenis
2011-06-16Ethernet driver merged from IIJ's contribution code.Takuya ASADA
2011-06-16Removes unused variables.Martin Pieuchot
2011-06-16Removes the always-set-to-1 adbSoftPower variable.Martin Pieuchot
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
2011-06-08Ateempt to make pci_intr_disestablish() work for MSIs.Mark Kettenis
2011-06-07Make use of macobio_* methods to manage the i2s GPIOs, remove the customsMartin Pieuchot
2011-06-07Fix the use of mute/volume keys broken by the last API change in audio.cMartin Pieuchot
2011-06-06Backout vmmap in order to repair virtual address selection algorithmsAriane van der Steldt
2011-06-06Sort includes.Joel Sing
2011-06-06Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0.Joel Sing
2011-06-06Set FEF bit in the %fprs register when handling an fp_disabled trap fromMark Kettenis
2011-06-06Removing unused headerAlexandr Shadchin
2011-06-06Remove strcat and strncmp which are both unused, thereby slightly shrinking t...Jasper Lievisse Adriaanse
2011-06-06Toss a rare device driver; this makes msi interrupts fit.Theo de Raadt