summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2009-11-16regenJonathan Gray
2009-11-16Some more Cavium devices. Prompted by a dmesg from Jason George.Jonathan Gray
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
2009-11-13sizeof -> nitems, found by parfait; ok dlgTheo de Raadt
2009-11-11fix memory leak found by parfaitJacob Meuser
2009-11-11memory leaks found by parfait; ok ogaTheo de Raadt
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-09Link state change interrupt was not generated due to a missing bit inDavid Gwynne
2009-11-09syncStuart Henderson
2009-11-09- remove wrongly-sorted duplicate entriesStuart Henderson
2009-11-08regenDamien Bergamini
2009-11-08- remove non-production pci ids for 6050 3x3Damien Bergamini
2009-11-07Change sgi system identification from a single system type list, to a smallerMiod Vallat
2009-11-05Add a new PCIOCGETROMLEN ioctl, to give users of PCIOGETROM a chance toMark Kettenis
2009-11-05sort pci_matchid's, from Brad.Stuart Henderson
2009-11-05Make compile on 32 bit as well.Marco Peereboom
2009-11-05BUS_DMA_NOCACHE is defined on all archs that include this driverJacob Meuser
2009-11-04regenDamien Bergamini
2009-11-04the hybrid 6000 series (using both internal and external power amplifiers)Damien Bergamini
2009-11-03s/TX_IQ_PERD/TX_IQ_PERIODIC/Damien Bergamini
2009-11-03use BUS_DMA_{READ,WRITE} hints when mapping mbufs for Rx/Tx evenDamien Bergamini
2009-11-03gpio quirk for Dell Precision M4400. from Geoff Sanders. thanks!Jacob Meuser
2009-11-03Simplify and remove debug cruft from interrupt handler. Original diff fromMarco Peereboom
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
2009-11-02Add support for ``M-Audio Revolution 5.1'' cards, based on envy24HT.Alexandre Ratchov
2009-11-02correct signature. no change as function is if 0'd.Federico G. Schwindt
2009-11-01call powerhook_disestablish() and pci_intr_disestablish() earlier.Damien Bergamini
2009-11-01- fix rx chain mask in scan commandDamien Bergamini
2009-11-01add support for the ati sb900^Whudson2 chips.David Gwynne
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31reorder operations in detach(), call powerhook_disestablish() earlier,Damien Bergamini
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-10-28- use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even thoughDamien Bergamini
2009-10-27Add another Intel ICH10 variant and the PCH chipset.Stuart Henderson
2009-10-27encode the channels a converter will convert into the converter'sJacob Meuser
2009-10-27rename the source file. my screwup, i asked for this and didnt check it.David Gwynne
2009-10-27Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs.Marco Peereboom
2009-10-26syncMarco Peereboom
2009-10-26Add SAS2008Marco Peereboom
2009-10-26start Tx at lowest available rate to give initial WPA handshake andDamien Bergamini
2009-10-26update WiFi Link 6000 product ids.Damien Bergamini
2009-10-26regenDamien Bergamini
2009-10-26clarify Intel WiFi Link 6000 PCI product id names.Damien Bergamini
2009-10-24call wpi_power_calibration() at splnet().Damien Bergamini
2009-10-24add explicit barriers for read/write accesses to prph and internal memory.Damien Bergamini
2009-10-24enable WiFi/WiMAX coexistence for 6050 combo adapters.Damien Bergamini
2009-10-24always power on adapter before reading ROM.Damien Bergamini
2009-10-24oops i forgot the if_wpireg.h file in last my commitDamien Bergamini
2009-10-24- update bluetooth coexistence commandDamien Bergamini