summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-25Set UX and SX in the system register early in boot. While not necessary onMiod Vallat
2011-05-25Add the second serial port, might be the console device on 2E systems.Miod Vallat
2011-05-25Do not dereference ri_devcmap[] twice; found the hard way by Gilbert FernandesMiod Vallat
2011-05-25Add dfs(4), a driver to support the Dynamic Frequency Switching featureMartin Pieuchot
2011-05-25Don't do last minute changes to diffs. Revert the argument change toClaudio Jeker
2011-05-25wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h.Matthew Dempsky
2011-05-25- For AR8132 fast ethernet controller, do not report 1000baseTKevin Lo
2011-05-25try to map an msi style interrupt. if that doesnt work then try to map aDavid Gwynne
2011-05-24Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile aMatthew Dempsky
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-24syncTheo de Raadt
2011-05-24a few more devicesTheo de Raadt
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-05-24Merge pf_scrub_ip() and pf_scrub_ip6() into a single function. CallClaudio Jeker
2011-05-23Remove leftover include.Paul Irofti
2011-05-23Do not check malloc return value against NULL, as M_WAITOK is used.Paul Irofti
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-23Fix after poolification. For reasons not completely understood, theOtto Moerbeek
2011-05-22do not need the DPME parts anymoreTheo de Raadt
2011-05-22Fix a problem found where one SOC has a uart implementation that causes busDale Rahn
2011-05-22In ddb, when dereferencing a pointer, use sizeof a pointer.Ariane van der Steldt
2011-05-22regenMark Kettenis
2011-05-22The RD890 entries here are really SR5690/5670/5650 devices.Mark Kettenis
2011-05-22socppc is a pure MBR architecture (just like landisk and armish), soTheo de Raadt
2011-05-22Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET()Claudio Jeker
2011-05-22Enable ath(4)Martin Pieuchot
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21First stab at suporting Message Signaled Interrupts on amd64. UnfortunatelyMark Kettenis
2011-05-21First stab at supporting Message Signaled Interrupts on i386. Still work inMark Kettenis
2011-05-21Make inteldrm_intr only do any work if we know for sure that interruptsOwain Ainsworth
2011-05-21Introduce a flag to indicate that it is ok to use MSI on a certain PCI busMark Kettenis
2011-05-20Change 'set skip on <...>' to work with interface groups.Stuart Henderson
2011-05-20sr_scsi_cmd copes with failed i/o just fine so there's no needMike Belopuhov
2011-05-20Avoid panic'ing on a bad pointer passed in by callers of msgsnd;Bret Lambert
2011-05-20fix copy and paste in BIOCINSTALLBOOT ioctl number.Marco Peereboom
2011-05-20Fix typo; from BradKevin Lo
2011-05-20Avoid double scsi_done(xs) in error path; ok dlg@ krw@Otto Moerbeek
2011-05-19Save and restore the MSI capability registers on suspend/resume.Mark Kettenis
2011-05-18When the sparc64 iommu fails to lookup a vaddr, it prints a message andAriane van der Steldt
2011-05-18Turns out VA_ALIAS_MASK is indeed a mask, but with the PAGE_MASK deceptivelyAriane van der Steldt
2011-05-18Better make PMAP_PREFER_ALIGN() a rounded value, as done on other arches;Miod Vallat
2011-05-18Off-by-two in PMAP_PREFER_ALIGN definition; found the hard way by matthieu@Miod Vallat
2011-05-18Mention new alc(4) devices in commments. No active changes.Stuart Henderson