Age | Commit message (Expand) | Author |
2007-09-17 | Remove an unused function msk_setfilt() which was copied from sk(4) and is | Brad Smith |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-17 | regen | Brad Smith |
2007-09-17 | add the Marvell Yukon 2 88E8040 PCI id. | Brad Smith |
2007-09-17 | Some bzero() -> M_ZERO. ok jakemsr@ | Kenneth R Westerback |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-15 | Properly fill in some of the pci information the driver uses internally. | Jonathan Gray |
2007-09-14 | add the NVIDIA MCP73/MCP77 IDE controller PCI ids. | Brad Smith |
2007-09-14 | - correct error message if pci_mapreg_map() fails by not printing the | Brad Smith |
2007-09-14 | regen | Brad Smith |
2007-09-14 | add the Marvell Yukon 2 88E8048 PCI id. | Brad Smith |
2007-09-14 | add two new chip revisions. | Brad Smith |
2007-09-13 | sync | Damien Bergamini |
2007-09-13 | + Ralink Tech. RT2860 | Damien Bergamini |
2007-09-13 | regen | Brad Smith |
2007-09-13 | sync AMD SB600 PCI id with the new name. | Brad Smith |
2007-09-13 | rename the AMD SB600 SMBus controller entry to X00 since this same | Brad Smith |
2007-09-13 | spacing nit. | Brad Smith |
2007-09-13 | Add the NVIDIA MCP73 SMBus controller. | Brad Smith |
2007-09-13 | Forgot to set psc->psc_pcitag. Replace all PCI/Cardbus config space | Marcus Glocker |
2007-09-13 | Enable access to PCI and Cardbus config space from the driver. Lets us | Marcus Glocker |
2007-09-13 | regen | Brad Smith |
2007-09-13 | add the NVIDIA MCP73 SMBus controller PCI id. | Brad Smith |
2007-09-13 | - correct an unknown Marvell SATA entry to use the appropriate | Brad Smith |
2007-09-13 | - remove the bogus second AHCI PCI id for the AMD SB600 chipset. | Brad Smith |
2007-09-12 | Remove the old software bit-banging MII interface, we started using | Brad Smith |
2007-09-12 | s/atoin/ation/ typos | Charles Longeau |
2007-09-12 | PCI and Cardbus hookup for the Broadcom AirForce devices. | Marcus Glocker |
2007-09-12 | In nfe_start() do a fast return if IFF_OACTIVE is set, in | Jonathan Gray |
2007-09-11 | s/iwn_edcaupdate/iwn_updateedca/ + hook it into net80211 | Damien Bergamini |
2007-09-11 | - add callbacks for setting EDCA parameters and pairwise crypto keys. | Damien Bergamini |
2007-09-11 | fix a bug in the scan command I introduced with my previous commit. | Damien Bergamini |
2007-09-11 | sync | Henning Brauer |
2007-09-11 | PLX 9016, found on a puc nick@ acquired somewhere | Henning Brauer |
2007-09-11 | regen | Martin Reindl |
2007-09-11 | add Innotek VirtualBox devices | Martin Reindl |
2007-09-11 | For STAC9221 Macs - no need to max the DAC volumes now that a master | Deanna Phillips |
2007-09-11 | For STAC9221 Macs, create master volume and mute controls by binding | Deanna Phillips |
2007-09-10 | Use M_ZERO. | Deanna Phillips |
2007-09-10 | Fix a copy/pasto from last year. CMI9880 should work now. | Deanna Phillips |
2007-09-10 | fix boot code maximum size. | Damien Bergamini |
2007-09-10 | fix interrupts processing and scan command + cleanup | Damien Bergamini |
2007-09-10 | - add support for 802.11 headers with various sizes (will be required | Damien Bergamini |
2007-09-10 | if more than 5 consecutive beacons are lost, reinitialize sensitivity | Damien Bergamini |
2007-09-10 | only send a sensitivity update command when the settings have changed. | Damien Bergamini |
2007-09-10 | cleanup. no binary change. | Damien Bergamini |
2007-09-10 | If 44.1kHz sample rate isn't supported, use 48kHz instead. | Deanna Phillips |
2007-09-10 | Add command verbs, a mixer target and mixer controls for EAPD control. | Deanna Phillips |
2007-09-10 | Some pin widgets default to off, so make sure they're all enabled, not | Deanna Phillips |
2007-09-10 | Set bidirectional pins to output, ignoring what the codec says is | Deanna Phillips |