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