summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2011-01-13syncAlexander Yurchenko
2011-01-13A few devices found on Dell Inspirion N5010; from yason@linklevel.netAlexander Yurchenko
2011-01-13Get rid of "forever" loop in the interrupt handler such that we drop out of theMark Kettenis
2011-01-12A bunch more explicit_bzero calls for key materialTheo de Raadt
2011-01-12use explicit_bzero() for key materials, including that in the session.Theo de Raadt
2011-01-12explicit_bzero() of key material in drivers few people useTheo de Raadt
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2011-01-10Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to allMark Kettenis
2011-01-09trust the Tx/Rx chains masks in ROM except for the 4965 and 5100Damien Bergamini
2011-01-09cleanup; change the way opns are attached.Damien Bergamini
2011-01-08syncTheo de Raadt
2011-01-08new radeon; Claus AssmannTheo de Raadt
2011-01-08clear pci configuration register 0x41 on resume, like during attach.Damien Bergamini
2011-01-03syncAlexander Yurchenko
2011-01-03Add Radeon HD 3450 AGP; from yason@linklevel.netAlexander Yurchenko
2010-12-31regenDamien Bergamini
2010-12-31cleanup the mess in iwn(4) intel wireless pci ids and add new ones.Damien Bergamini
2010-12-31move the printing of the MAC address to the same line than the MAC rev.Damien Bergamini
2010-12-31Make the athn(4) back-end more bus agnostic by moving read and writeDamien Bergamini
2010-12-30Only disable I/O and memory space and bus mastering if we're actually goingMark Kettenis
2010-12-29implement timeouts of scsi commands.David Gwynne
2010-12-29make mpii properly detach devices, which helps a lot if they have commands in...David Gwynne
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-24regenAlexandr Shadchin
2010-12-24Add info for Intel (Core Host), ATI (Radeon HD 5670)Alexandr Shadchin
2010-12-23regenJasper Lievisse Adriaanse
2010-12-23- sort previousJasper Lievisse Adriaanse
2010-12-23SyncKenneth R Westerback
2010-12-23Add info for Intel (CORE DMI), nVidia (GT425M, GF108 audio), JMicronKenneth R Westerback
2010-12-22* recognize/support the Dynex DX-SC51 in envy(4)Jacob Meuser
2010-12-16no need to poke the vmspace, uvm_map_hint does what we want. ok ogaTed Unangst
2010-12-15Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c toMike Belopuhov
2010-12-15add a BRKSIZ define and use it for the heap gap constant, decouplingTed Unangst
2010-12-14use the dying flag in struct usbd_bus instead of a private dying flagJacob Meuser
2010-12-08Fix compilation with option CBB_DEBUG; noticed by Dave Anderson on misc@Miod Vallat
2010-12-05PCIe based sparc64 machines have always supported access to the extended PCIeMark Kettenis
2010-12-04Check the register offset against the device's configuration space size inMiod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-01Add definition for "Extended Synch" bit in PCIe Link Control register.Damien Bergamini
2010-12-01regenDamien Bergamini
2010-12-01PCI id for Atheros AR9485.Damien Bergamini
2010-11-18Mark NVIDIA MCP89 SATA controllers as such. Makes them use DMA instead of PIOMark Kettenis
2010-11-18regenMark Kettenis
2010-11-18Split the NVIDIIA MCP89 disk controller IDs into SATA, AHCI and RAID, followingMark Kettenis
2010-11-17the text editor sucksKevin Lo
2010-11-17Add support for Marvell 88E8059, found in HP mini 5102.Kevin Lo
2010-11-15Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop.Damien Bergamini
2010-11-10Enable low latency interrupt moderation and set the LL intervalClaudio Jeker
2010-11-09correct some bit tests spotted by -Wparentheses in newer gcc.Jonathan Gray
2010-11-07regenMark Kettenis