Age | Commit message (Expand) | Author |
2009-11-02 | correct signature. no change as function is if 0'd. | Federico G. Schwindt |
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | Nicholas Marriott |
2009-11-01 | kqueue support for midi(4). | Nicholas Marriott |
2009-11-01 | call powerhook_disestablish() and pci_intr_disestablish() earlier. | Damien Bergamini |
2009-11-01 | - fix rx chain mask in scan command | Damien Bergamini |
2009-11-01 | add support for the ati sb900^Whudson2 chips. | David Gwynne |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
2009-10-31 | KNOTE() after selwakeup(); ok miod | Theo de Raadt |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | reorder operations in detach(), call powerhook_disestablish() earlier, | Damien Bergamini |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-31 | Make sure the descriptor is writable for some operations. | Federico G. Schwindt |
2009-10-30 | KNOTE() after selwakeup() | Theo de Raadt |
2009-10-29 | When probing devices at boot, compare against the full device driver name | Joel Sing |
2009-10-29 | Make sure the descriptor is writable for some operations. Pointed by miod@. | Federico G. Schwindt |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze |
2009-10-28 | - use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even though | Damien Bergamini |
2009-10-28 | Remove FWRITE from closes that aren't opened with FWRITE. | Marco Peereboom |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | Add another Intel ICH10 variant and the PCH chipset. | Stuart Henderson |
2009-10-27 | encode the channels a converter will convert into the converter's | Jacob Meuser |
2009-10-27 | in the get_default_parameters method, give the low level drivers a | Jacob Meuser |
2009-10-27 | rename the source file. my screwup, i asked for this and didnt check it. | David Gwynne |
2009-10-27 | Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs. | Marco Peereboom |
2009-10-26 | Do not do strncmp comparisons on dv_xname because longer device names which | Theo de Raadt |
2009-10-26 | sync | Marco Peereboom |
2009-10-26 | Add SAS2008 | Marco Peereboom |
2009-10-26 | Verify checksum+address when loading ACPI tables. | Jordan Hargrave |
2009-10-26 | start Tx at lowest available rate to give initial WPA handshake and | Damien Bergamini |
2009-10-26 | update WiFi Link 6000 product ids. | Damien Bergamini |
2009-10-26 | regen | Damien Bergamini |
2009-10-26 | clarify Intel WiFi Link 6000 PCI product id names. | Damien Bergamini |
2009-10-26 | better test for if the parent is ohci; ok mglocker | Theo de Raadt |
2009-10-24 | call wpi_power_calibration() at splnet(). | Damien Bergamini |
2009-10-24 | add explicit barriers for read/write accesses to prph and internal memory. | Damien Bergamini |
2009-10-24 | enable WiFi/WiMAX coexistence for 6050 combo adapters. | Damien Bergamini |
2009-10-24 | always power on adapter before reading ROM. | Damien Bergamini |
2009-10-24 | oops i forgot the if_wpireg.h file in last my commit | Damien Bergamini |
2009-10-24 | - update bluetooth coexistence command | Damien Bergamini |
2009-10-24 | huge diff introducing many of the recent changes made by intel to iwlwifi: | Damien Bergamini |
2009-10-24 | iwn_cmd() must be called at splnet(). | Damien Bergamini |
2009-10-24 | - iwn_mem_set_region_4 wants a number of 32-bit words, not bytes. | Damien Bergamini |
2009-10-24 | regen | Damien Bergamini |
2009-10-24 | new pci id for intel wifi link 6000 | Damien Bergamini |
2009-10-24 | recognise ahci 1.3 devices, maybe they'll Just Work(tm). | David Gwynne |
2009-10-24 | add the subvendor ID of ``M-Audio Audiophile 2496'' and add it to | Alexandre Ratchov |
2009-10-23 | enable event handling on sas hbas and ignore unhandled events. this turns | David Gwynne |
2009-10-23 | Update links to 82802 datasheets. | Jonathan Gray |