summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-10-31replace workqs with tasks. makes the code a bit simpler cos adding an addedDavid Gwynne
2013-10-30Replace workqs with tasks.Martin Pieuchot
2013-10-30replace the workq bits to supply new tx pkt descriptors with a task.David Gwynne
2013-10-30remove #include <sys/workq.h> cos this driver doesnt use it.David Gwynne
2013-10-30deprecate taskq_systq() and replace it with extern struct taskqDavid Gwynne
2013-10-29Move most of the uses of workqs in drm to the new task/taskq api.Jonathan Gray
2013-10-29implementing handling of the msg ring if its available. this lets us getDavid Gwynne
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-26Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy().Mark Kettenis
2013-10-25fix an off by one when calculating the length of an sgl segmentMike Belopuhov
2013-10-23Enable TX checksum offload.Brad Smith
2013-10-23Enable TX checksum offload.Brad Smith
2013-10-23define some bits relating to the msg ringDavid Gwynne
2013-10-22regenDavid Gwynne
2013-10-22brocade devicesDavid Gwynne
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-20Use rdev->audio_task for hdmi audio related hotplug events. Matches theMark Kettenis
2013-10-20WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@Miod Vallat
2013-10-20tedu noct(4). dmesglog shows no users of this device and the driver hasMike Larkin
2013-10-19Enable TX checksum offload; from brad@ with input from mikeb@.Christian Weisgerber
2013-10-18the radeon suspend routine looks hairy, and feels like it should runTheo de Raadt
2013-10-18At device attach, mark the device "shutdown", until the mountroot hookTheo de Raadt
2013-10-14set openings to 64 like the linux driver sort of does. if a vendor saysDavid Gwynne
2013-10-11match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)Jonathan Gray
2013-10-08all the chips rings are protected by a single mutex, which is used in bothDavid Gwynne
2013-10-08set xs->resid to 0 on successful command completion. makes things work.David Gwynne
2013-10-08ring producers and consumers are 32bit counters, while the ringDavid Gwynne
2013-10-08vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.David Gwynne
2013-10-06Add quirk for ALC260 found on Acer Extensa 6700.Raphael Graf
2013-10-05add and use gtt mapping flags, further reduces the diff to linuxJonathan Gray
2013-10-04Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.Brad Smith
2013-10-03Another fix from Linux that ended up being packported to the 3.8.13 stableMark Kettenis
2013-10-02regenJonathan Gray
2013-10-02cleanup the VMware entries and add AHCI/HD Audio/xHCIJonathan Gray
2013-10-01Emulate 64-bit atomic operations on 32-bit architectures by using a mutex.Mark Kettenis
2013-10-01Use %z* for size_tStefan Fritsch
2013-10-01regenJonathan Gray
2013-10-01rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core idsJonathan Gray
2013-09-30move the read/write functions and macros closer to linuxJonathan Gray
2013-09-30drmclose: don't unref objects with a mutex locked.Jonathan Gray
2013-09-28Another puc(4) device based on Oxford chipset found in a StartechMike Larkin
2013-09-28regenMike Larkin
2013-09-28Another puc(4) device based on Oxford chipset, found in a StartechMike Larkin
2013-09-25Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now.Mark Kettenis
2013-09-24Make (almost all) atomic operations really atomic.Mark Kettenis
2013-09-24Make sure vblank_time_lock blocks interrupts to match Linux.Mark Kettenis
2013-09-23regenJonathan Gray
2013-09-23correct some radeon entries and add new Intel Ethernet and 8 series idsJonathan Gray
2013-09-22Support MSI for virtio. This is useful for bhyve.Stefan Fritsch