summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2015-11-23you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit.David Gwynne
2015-11-23Include <sys/atomic.h> when atomic operations are used.Martin Pieuchot
2015-11-22regenMark Kettenis
2015-11-22Unknown device in a MacBookPro9,2. Almost certainly the first generationMark Kettenis
2015-11-22regenMark Kettenis
2015-11-22Broadcom BCM4331. From Ossi Herrala.Mark Kettenis
2015-11-22Remove drm_gem_object_alloc() and associated infrastructure. It's unused andMark Kettenis
2015-11-22fix uninitialised variable use in nep_rx_proc()Jonathan Gray
2015-11-21The drm irq stuff isn't actually used on OpenBSD. Using the PCI deviceMark Kettenis
2015-11-21Make this work with 64-bit memory BARs such as those found on the newMark Kettenis
2015-11-20Missed in previous, pointed by benoit@Martin Pieuchot
2015-11-20Revert all the changes to run the tx completion path wihtout holding theMartin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-19get rid of sc_tx_free and the atomic ops on it in myx_start and myx_txeof.David Gwynne
2015-11-17Clear if_timer when shutting down the interface so the watchdog timerJonathan Matthew
2015-11-17shuffle transmit to avoid IFQ_POLL.David Gwynne
2015-11-16Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()Mark Kettenis
2015-11-16rework vge_start to avoid IFQ_POLLDavid Gwynne
2015-11-15virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N...Theo de Raadt
2015-11-15Declare macros for antenna flags. Lifted from Linux iwlwifi.Stefan Sperling
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2015-11-13remove unused ARC4 support; ok mikeb@Christian Weisgerber
2015-11-13Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddyMike Belopuhov
2015-11-12Revert 1.372, reported to cause regressions on some models.Miod Vallat
2015-11-10In bge_reset(), after figuring out which register access routines to useMiod Vallat
2015-11-10The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, soMiod Vallat
2015-11-09Run config_found() under splusb.Martin Pieuchot
2015-11-09regenMike Larkin
2015-11-09Allocate a currently unused vendor ID for our vmm's pchb.Mike Larkin
2015-11-09rework the start routines to avoid IF_PREPEND.David Gwynne
2015-11-09rework the code to avoid IF_PREPEND.David Gwynne
2015-11-04allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2)Stuart Henderson
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-11-04replace while (ml_dequeue()) m_freem(); with ml_purge();David Gwynne
2015-11-04use IFQ_IS_EMPTY to see if if_snd is empty, not IF_IS_EMPTYDavid Gwynne
2015-11-04replace the ifqueues used for tulip_txq and _rxq with mbuf_lists.David Gwynne
2015-11-02Delay root hub interrupt processing to the soft-interrupt path in orderMartin Pieuchot
2015-11-02Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt.Martin Pieuchot
2015-11-02regenJonathan Gray
2015-11-02add some "Broadwell H" ids and another asmedia xhciJonathan Gray
2015-11-01Bring in some commits from Rodrigo Vivi in linux to correctJonathan Gray
2015-11-01drm/i915/bdw: enable eDRAM.Jonathan Gray
2015-11-01drm/i915: Fix and clean BDW PCH identificationJonathan Gray
2015-10-30Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFIMark Kettenis
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-29regenJonathan Gray
2015-10-29add some amd family 16h model 30h-3fh, mullins/bolton idsJonathan Gray
2015-10-29fix newlines on an error messageJonathan Gray
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot