summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-09-22regenBrad Smith
2008-09-22Add PCI id's for the Intel G41, G45 and Q45 GPUs.Brad Smith
2008-09-22regenBrad Smith
2008-09-22- Add XenSource vendor id and SCSI HBA product id.Brad Smith
2008-09-21Add missing splnet to the ioctl handler.Brad Smith
2008-09-18Introduce the infrastructure required to support hardware VLAN tagChristian Weisgerber
2008-09-18Rework the drm locking to be at least halfway sane. The freebsd codeOwain Ainsworth
2008-09-18fix potential use of uninitialized valueCharles Longeau
2008-09-17Remove the unsupported media types explicitly listed in the switch casesBrad Smith
2008-09-17ATI IXPx00 -> SBx00Brad Smith
2008-09-17Update for renamed ATI PCI ids.Brad Smith
2008-09-17regenBrad Smith
2008-09-17rev 1.1369 changed the SB200 entries to use the IXPx00 naming schemeBrad Smith
2008-09-17regenBrad Smith
2008-09-17- Fix a typo, Rebotics -> RoboticsBrad Smith
2008-09-17regenBrad Smith
2008-09-17Remove some duplicate NVIDIA entries and touch up some of the namesBrad Smith
2008-09-15this driver uses three dma segments; play, record, calibrate.Jacob Meuser
2008-09-15Make this compile if !MULTIPROCESSOR.Mark Kettenis
2008-09-15regenBrad Smith
2008-09-15Add an IDT PCIe bridge.Brad Smith
2008-09-15I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it.Marcus Glocker
2008-09-15Sync ehci-isoc part a bit up with NetBSD:Marcus Glocker
2008-09-13fallback to 11b support if the EEPROM is not reporting any available mode.Reyk Floeter
2008-09-12In acpitz_setfan(), try to send fan commands to ``power resources'' objects.Miod Vallat
2008-09-12Remove bzero/memset calls after pool_gets by passing the PR_ZEROBret Lambert
2008-09-12SCSI_DATA_UIO is never used. Code which checks for it is either dead orMiod Vallat
2008-09-12Some fixes for dc_txeof()..Brad Smith
2008-09-11Update for the renaming of the existing BCM4322 entry to SERIAL_2.Brad Smith
2008-09-11Remove the BCM4322 id. This is a 802.11n chipset and also requires v4 firmware.Brad Smith
2008-09-11regenBrad Smith
2008-09-11Re-add the Broadcom BCM4321 and BCM4322 PCI ids and correct the previousBrad Smith
2008-09-11regenMark Kettenis
2008-09-11Revert previous commit; it introduces duplicate #defines.Mark Kettenis
2008-09-11In rlphy_service() for the MII_TICK case don't bother to check whetherBrad Smith
2008-09-11Fix a typo.Brad Smith
2008-09-11regenBrad Smith
2008-09-11Add Broadcom BCM4321 and BCM4322 PCI ids.Brad Smith
2008-09-11regenMiod Vallat
2008-09-11Broadcom BCM4315.Miod Vallat
2008-09-11Thermal Zone entities might not be direct object references, but namedMiod Vallat
2008-09-11ANSI function declarations.Brad Smith
2008-09-11Remove the redundant local variable 'revision' from the PCI attach function.Brad Smith
2008-09-11Add missing license. Copy the license used elsewhere with the dc(4) driver.Brad Smith
2008-09-11For chips with a broken DC_ISR_RX_STATE which never signalsBrad Smith
2008-09-10add support for the PCA9555 device which has 16 instead of 8 pins.Reyk Floeter
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-09-1040-bit GART support for PCIE devices. From drm git a while ago.Owain Ainsworth
2008-09-10Kill the max_context member of the softc, it does nothing useful.Owain Ainsworth
2008-09-09Kill some stupid agp api wrapper functions, just use the agp apiOwain Ainsworth