summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-06-16QEMU pretends to emulate a different prehistoric Intel host bridge.Mark Kettenis
2011-06-16Enable msi support on iwn.Owain Ainsworth
2011-06-16Raise the number of interrupt sources per CPU from 32 to 64. This effectivelyMark Kettenis
2011-06-16Enable MSI on newish PCIe hardware, essentially everything handled by the LinuxMark 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-16pass the dma_alloced memory rather than a pointer to its pointer.David Gwynne
2011-06-16dont respond to VPD inquiries with standard inquiry data. add aDavid Gwynne
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
2011-06-15Add support for ZTE AC2746.Jonathan Gray
2011-06-15regenJonathan Gray
2011-06-15ZTE AC2746Jonathan Gray
2011-06-15Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicastJonathan Gray
2011-06-15Add IP_RECVRTABLE socket option to be used with a IPPROTO_IPMike Belopuhov
2011-06-15Silence unneeded conversion warning. Okay jordan@.Paul Irofti
2011-06-15FUJITSU MBD drives seem okDavid Gwynne
2011-06-15all the dell md3xxx arrays are rdacDavid Gwynne
2011-06-15print which ldev, controller, port, and whether we're asymmetric orDavid Gwynne
2011-06-15check the preferred path ownership bit rather than assuming that odd lunsDavid Gwynne
2011-06-15build inquiry with scsi_init_inquiry().David Gwynne
2011-06-15factor the common bits out of code that builds scsi inquiry commands intoDavid Gwynne
2011-06-15try to make critical messages make more sense. help from sthen.Marco Peereboom
2011-06-15if the system runs out of mbufs and cannot provide any when fillingDavid Gwynne
2011-06-14Intel 3400 AHCI responds to PMP probes like ATI SBx00 chips.Jonathan Matthew
2011-06-14KNF (no change in .o files)Ryan Thomas McBride
2011-06-13Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.cAlexandr Shadchin
2011-06-12Some devices, like parts of the NVIDIA C51 chipset, have a broken CapabilitiesMark Kettenis
2011-06-10Monster update of ix(4). This brings ix(4) close to what is currentlyClaudio Jeker
2011-06-10RegenClaudio Jeker
2011-06-10Fix numeric order of a 82598 chip and add the id of 82599VF for theClaudio Jeker
2011-06-10Do not set the dying flag in wdc_wait_for_status, since there is atTheo de Raadt
2011-06-09In ffs_write, do not deref to get the p_ucred for VOP_FSYNC (aka ffs_fsync)Theo de Raadt
2011-06-09Don't copy the first octet of the source IPv6 address where the destinationStuart Henderson
2011-06-09Backout MSI change. People are seeing watchdog timeouts, which must be causedMark Kettenis
2011-06-09shorted code with a lovely gotoTheo de Raadt
2011-06-09MSI interrupts work here, too.Theo de Raadt
2011-06-08Ateempt to make pci_intr_disestablish() work for MSIs.Mark Kettenis
2011-06-08Use static scope during AML disassembly, fixes splassert errorJordan Hargrave
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-07Fix a device reference leak in st{read,write}() by making them workMatthew Dempsky
2011-06-06Backout vmmap in order to repair virtual address selection algorithmsAriane van der Steldt
2011-06-06push kernel malloc(9) and kernel stacks into non-dma memory, since thatTheo de Raadt
2011-06-06Sort includes.Joel Sing
2011-06-06Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0.Joel Sing
2011-06-06regenMark Kettenis
2011-06-06The host and PCIe bridge parts of the RS780 northbridge crry the AMD vendor ID.Mark Kettenis
2011-06-06Set FEF bit in the %fprs register when handling an fp_disabled trap fromMark Kettenis