summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2007-09-18arc4random_bytes() is the preferred interface for generating nonces;Damien Miller
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andBrad Smith
2007-09-17Remove an unused function msk_setfilt() which was copied from sk(4) and isBrad Smith
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17regenBrad Smith
2007-09-17add the Marvell Yukon 2 88E8040 PCI id.Brad Smith
2007-09-17Some bzero() -> M_ZERO. ok jakemsr@Kenneth R Westerback
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-09-15Properly fill in some of the pci information the driver uses internally.Jonathan Gray
2007-09-14add the NVIDIA MCP73/MCP77 IDE controller PCI ids.Brad Smith
2007-09-14- correct error message if pci_mapreg_map() fails by not printing theBrad Smith
2007-09-14regenBrad Smith
2007-09-14add the Marvell Yukon 2 88E8048 PCI id.Brad Smith
2007-09-14add two new chip revisions.Brad Smith
2007-09-13syncDamien Bergamini
2007-09-13+ Ralink Tech. RT2860Damien Bergamini
2007-09-13regenBrad Smith
2007-09-13sync AMD SB600 PCI id with the new name.Brad Smith
2007-09-13rename the AMD SB600 SMBus controller entry to X00 since this sameBrad Smith
2007-09-13spacing nit.Brad Smith
2007-09-13Add the NVIDIA MCP73 SMBus controller.Brad Smith
2007-09-13Forgot to set psc->psc_pcitag. Replace all PCI/Cardbus config spaceMarcus Glocker
2007-09-13Enable access to PCI and Cardbus config space from the driver. Lets usMarcus Glocker
2007-09-13regenBrad Smith
2007-09-13add the NVIDIA MCP73 SMBus controller PCI id.Brad Smith
2007-09-13- correct an unknown Marvell SATA entry to use the appropriateBrad Smith
2007-09-13- remove the bogus second AHCI PCI id for the AMD SB600 chipset.Brad Smith
2007-09-12Remove the old software bit-banging MII interface, we started usingBrad Smith
2007-09-12s/atoin/ation/ typosCharles Longeau
2007-09-12PCI and Cardbus hookup for the Broadcom AirForce devices.Marcus Glocker
2007-09-12In nfe_start() do a fast return if IFF_OACTIVE is set, inJonathan Gray
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