summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2007-06-30regenJonathan Gray
2007-06-30Add a few devices found in submitted dmesgsJonathan Gray
2007-06-29force the pci bus probe routines to look for extra functions on jmicronDavid Gwynne
2007-06-29when we attach to the jmicron controllers, whack their configuration aroundDavid Gwynne
2007-06-29demystify a little more of the jmicron pci control registersDavid Gwynne
2007-06-29define away some of the magic on jmicron controllersDavid Gwynne
2007-06-27Shrink code by not using __inline without static; like we did for sk(4).Mark Kettenis
2007-06-26Make natsemi_pci_intr() use pciide_intr_flag(). Needed on the PC87415 partMark Kettenis
2007-06-26Fix "the the"s. ok miod@.Tom Cosgrove
2007-06-24Fix typo in (unused) #define.Mark Kettenis
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-22syncTodd T. Fries
2007-06-22according to claudio, entries should be ordered by PCI ID, fix two not in orderTodd T. Fries
2007-06-21rework how the IFF_PROMISC and IFF_ALLMULTI flags are dealt with, and howDavid Gwynne
2007-06-20Add support for VIA CX700/VX700 IDE.Jonathan Gray
2007-06-20regenJonathan Gray
2007-06-20Add a few VIA devices found in jcs' model 2 oqo.Jonathan Gray
2007-06-19Add a dac group init, mixer table and mixer init for the SigmatelDeanna Phillips
2007-06-19Handle interrupts for the record stream as well. Recording now works.Deanna Phillips
2007-06-18regenMartin Reindl
2007-06-18another geforce variantMartin Reindl
2007-06-18remove newline in dmesg that slipped in in last commitJacob Meuser
2007-06-17Repair a couple of printfs.Miod Vallat
2007-06-16do not allocate ring descriptors for the service queue.Damien Bergamini
2007-06-15the multicast filter is operated on as an array of u_int16_t's, not theDavid Gwynne
2007-06-14syncMichael Knudsen
2007-06-14Fix some typos in a few Intel entries.Michael Knudsen
2007-06-13Support the Macbook, Macbook Pro, Mac Mini and possibly the iMac.Deanna Phillips
2007-06-13Don't attempt multichannel playback. This workaround allows a streamDeanna Phillips
2007-06-12Use SATA_SIGNATURE_ATAPI constant instead of a magic number.Alexander Yurchenko
2007-06-11Wait for firmware command WPI_CMD_TXPOWER to complete before sendingDamien Bergamini
2007-06-11remove all FreeBSD/NetBSD specific code because we willRobert Nagy
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-09print regulatory domain in dmesg output.Damien Bergamini
2007-06-08Add support for the Digi Neo 8-port serial adapter.Marc Balmer
2007-06-08sync.Marc Balmer
2007-06-08Add Digi International Digi Neo 8 (8 serial ports). From Pedro Almeida.Marc Balmer
2007-06-06the copyright holder changed the license from "dual bsd/gpl" to beReyk Floeter
2007-06-06Remove IPS_D_INTR debug level, IPS_D_XFER is good enough.Alexander Yurchenko
2007-06-06comment an unused function (wpi_setup_beacon).Damien Bergamini
2007-06-06- #undef the correct macroDamien Bergamini
2007-06-06make sensors framework usage consistent with other drivers; ok damien@Constantine A. Murenin
2007-06-06syncDamien Bergamini
2007-06-06Remove incorrect entry for Intel PRO/Wireless 3945ABG.Damien Bergamini
2007-06-05Major wpi(4) update:Damien Bergamini
2007-06-02Add support for ICH8M IDE.Jonathan Gray
2007-06-02regenJonathan Gray
2007-06-02Add some devices found on an Intel 965GM/ICH8M laptop.Jonathan Gray
2007-06-01initialize the ringsReyk Floeter
2007-06-01Only probe phy's at address 0; gets rid of bogus phy's on theMark Kettenis