summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-07-01suspend/resume to the same level as apm machines. note: that is kindTheo de Raadt
2010-07-01See, I said the #ifdef's are a confusing maze -- they confused me.Theo de Raadt
2010-07-01Make this compile with SMALL_KERNEL. The #ifdef farm this produces shouldTheo de Raadt
2010-07-01make this compile with SMALL_KERNELTheo de Raadt
2010-07-01Change scsibus(4)'s scsi_link array to an SLIST to save memory onMatthew Dempsky
2010-07-01Add a look-up table for machines that have special vga cards. This table willPaul Irofti
2010-07-01remove crappy old README filesTed Unangst
2010-06-30timeout_add -> timeout_add_msecBret Lambert
2010-06-30Use a SLIST for the ccb free list.Michael Knudsen
2010-06-30Add mostly working support for ironlake (integrated graphics on core i5 and i3Owain Ainsworth
2010-06-30add support for ironlake (clarkdale and arrandale, i.e. core i3 and coreOwain Ainsworth
2010-06-30If the device has the PCI Express capability, save the slot control and statusMark Kettenis
2010-06-30Preserve and restore BARs on suspend/resume for all devices, not justMike Larkin
2010-06-29Add some missing UHCI and EHCI register restores on resume. Fixes at leastMike Larkin
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29More workarounds adapted from FreeBSD to make the 82577/82578 happy,Jonathan Gray
2010-06-29Add code to make ahci(4) suspend/resume properly. Probably not perfect yet,Mark Kettenis
2010-06-29Interface drivers should use DV_IFNET, not DV_DULL.Matthew Dempsky
2010-06-28Initial 82578 support from Mike Belopuhov.Jonathan Gray
2010-06-28Use an SLIST instead of a TAILQ for the ccb free list. Order doesn'tMichael Knudsen
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-27don't probe "volume knobs" on resume. probably not needed andJacob Meuser
2010-06-27More PCH/82577 bits from FreeBSD, this does not includeJonathan Gray
2010-06-27check if the jacks that will mute the speaker can generate unsolicitedJacob Meuser
2010-06-27regenMike Larkin
2010-06-27Remove redundant 'Intel' from Clarkdale and Arrandale video names.Mike Larkin
2010-06-27"Believe it or not," nothing uses scsi_xfer's req_sense_length fieldMatthew Dempsky
2010-06-27mpii was modelled very heavily on mpi which means that it inherited a splitDavid Gwynne
2010-06-27GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18)Jacob Meuser
2010-06-26make sure widgets are connected to usable widgets by default.Jacob Meuser
2010-06-26PCH needs its own Low Power Link Up code as it it is configuredJonathan Gray
2010-06-23regenDavid Gwynne
2010-06-23fusion-io devicesDavid Gwynne
2010-06-23regenDavid Gwynne
2010-06-23PLX PEX 8624 as found in a dell r815.David Gwynne
2010-06-23regenDavid Gwynne
2010-06-23add a metric buttload of RD890 pcie bridgesDavid Gwynne
2010-06-22protect the ccb free list with a mutex rather than relying on splbioDavid Gwynne
2010-06-21Initial support for PCH based em adapters with 82577 PHY,Jonathan Gray
2010-06-21Add some more ids for existing mac and phy types foundJonathan Gray
2010-06-20sync the list of device and phy ids with FreeBSDJonathan Gray
2010-06-20regenJonathan Gray
2010-06-20add a bunch of em devices from FreeBSDJonathan Gray
2010-06-20Lock the sample rate of es1731-based devices to 48kHz (ie theAlexandre Ratchov
2010-06-15dont pass the dev_t from the scsi device drivers into the midlayer forDavid Gwynne
2010-06-12add missing arg to a printf callJonathan Gray
2010-06-07Fix various problems of auich on SiS 7012 based chips:Alexandre Ratchov
2010-06-07Proper range check in radeon_emit_packets(); ok oga@Miod Vallat
2010-06-05change sign extension such that we do not rely on >> being anDamien Bergamini