summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2007-09-11s/iwn_edcaupdate/iwn_updateedca/ + hook it into net80211Damien Bergamini
2007-09-11- add callbacks for setting EDCA parameters and pairwise crypto keys.Damien Bergamini
2007-09-11fix a bug in the scan command I introduced with my previous commit.Damien Bergamini
2007-09-11syncHenning Brauer
2007-09-11PLX 9016, found on a puc nick@ acquired somewhereHenning Brauer
2007-09-11regenMartin Reindl
2007-09-11add Innotek VirtualBox devicesMartin Reindl
2007-09-11For STAC9221 Macs - no need to max the DAC volumes now that a masterDeanna Phillips
2007-09-11For STAC9221 Macs, create master volume and mute controls by bindingDeanna Phillips
2007-09-10Use M_ZERO.Deanna Phillips
2007-09-10Fix a copy/pasto from last year. CMI9880 should work now.Deanna Phillips
2007-09-10fix boot code maximum size.Damien Bergamini
2007-09-10fix interrupts processing and scan command + cleanupDamien Bergamini
2007-09-10- add support for 802.11 headers with various sizes (will be requiredDamien Bergamini
2007-09-10if more than 5 consecutive beacons are lost, reinitialize sensitivityDamien Bergamini
2007-09-10only send a sensitivity update command when the settings have changed.Damien Bergamini
2007-09-10cleanup. no binary change.Damien Bergamini
2007-09-10If 44.1kHz sample rate isn't supported, use 48kHz instead.Deanna Phillips
2007-09-10Add command verbs, a mixer target and mixer controls for EAPD control.Deanna Phillips
2007-09-10Some pin widgets default to off, so make sure they're all enabled, notDeanna Phillips
2007-09-10Set bidirectional pins to output, ignoring what the codec says isDeanna Phillips
2007-09-09Add firmware control block structure.Marco Peereboom
2007-09-08Add nvram external hw config defines. ok marco@David Collins
2007-09-08Set external hw config according to nvram value.David Collins
2007-09-07properly acknowledge interrupts. this fixes the interrupts storm i wasDamien Bergamini
2007-09-07make sure the length of the first segment of a Tx descriptor is a multipleDamien Bergamini
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-09-06Add an unsolicited even handler for the Sigmatel Apple codecs. TheDeanna Phillips
2007-09-06Clean up some debug messages and wrap them in DPRINTF. From AlexeyDeanna Phillips
2007-09-06fix temperature sensor. the sensors framework wants muK not degC!Damien Bergamini
2007-09-06disable interrupts coallescing for now.Damien Bergamini
2007-09-06new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.Damien Bergamini
2007-09-06Shuffle some things around to get rid of #ifdev'sMarco Peereboom
2007-09-06Don't try disabling bus power before setting the voltage onJonathan Gray
2007-09-06Add nvram read and validate functions. ok marco@David Collins
2007-09-05Add MBOX debug flag.Marco Peereboom
2007-09-05Implement qli_allocmem and qli_freememMarco Peereboom
2007-09-05Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185Jonathan Gray
2007-09-05Implement qli_get_fw_state and fix a typo.Marco Peereboom
2007-09-05rename qli_prot_regs to qli_stat_regs to avoid possible confusion with qli_po...David Collins
2007-09-04Add mailbox command handler and "about firmware" commandMarco Peereboom
2007-09-03__inline removalJacob Meuser
2007-09-03unbreak.Marc Balmer
2007-09-03Add more PCI ids; taken from the linux driver. Pointed out by StephanMarco Peereboom
2007-09-03syncMarco Peereboom
2007-09-03Add some more PCI ids for mpi; pointed out by Stephan EisvogelMarco Peereboom
2007-09-03Typos from miod. 'intrrupt' -> 'interrupt' in some comments.Kenneth R Westerback
2007-09-02regenJonathan Gray
2007-09-02Add ENE Memory Stick/SD/SDMMC entries.Jonathan Gray