Age | Commit message (Expand) | Author |
2011-01-01 | add code to read OTPROM on the AR9485 | Damien Bergamini |
2011-01-01 | comment cleanup | Theo de Raadt |
2010-12-31 | Reintroduce the code that puts the drive into standby in shutdown, but | Mark Kettenis |
2010-12-31 | make randomattach do the parts of it's job in the right order, then move | Theo de Raadt |
2010-12-31 | cleanup the ioctl function | Theo de Raadt |
2010-12-31 | delete includes we do not need | Theo de Raadt |
2010-12-31 | further improvements describing what we are doing | Theo de Raadt |
2010-12-31 | all random nodes have been arc4-based for a while, so none of them ever | Theo de Raadt |
2010-12-31 | when stopping Rx, set the AR_DIAG_RX_ABORT bit too. | Damien Bergamini |
2010-12-31 | limit the number of Tx chains used on some 3-stream AR9380 chips | Damien Bergamini |
2010-12-31 | grrr... use the same style in the activate functions than in the | Damien Bergamini |
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 | The firmware we use for the 1020/1020A (SBUS) cards doesn't seem to implement | Mark Kettenis |
2010-12-31 | Add missing scsi_done(). | Mark Kettenis |
2010-12-31 | move reading of the hardware revision earlier. | Damien Bergamini |
2010-12-31 | Fix conformance test limit values in default AR9380 rom images. | Damien Bergamini |
2010-12-31 | of course, GPIO handling on AR9271 and AR7010 had to be different | Damien Bergamini |
2010-12-31 | commit some bits that will be required by AR9271/AR7010 | 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 | add initvals for the AR9271. | Damien Bergamini |
2010-12-31 | Make the athn(4) back-end more bus agnostic by moving read and write | Damien Bergamini |
2010-12-30 | be more cynical about boot-time entropy, and fold time and entropy data in. | Theo de Raadt |
2010-12-30 | The NVIDIA MCP89 SATA controller found on the 2010 Apple 13" MacBook Pro | Mark Kettenis |
2010-12-30 | Regen. | Antoine Jacoutot |
2010-12-30 | Add the Novatel EU870D HSDPA modem found in (at least) Dell XT. | Antoine Jacoutot |
2010-12-30 | cut mfi over to using iopools. | David Gwynne |
2010-12-30 | * do not add timeouts if the driver is dying | Jacob Meuser |
2010-12-30 | * add a process reference counting variable to struct usbd_device | Jacob Meuser |
2010-12-30 | backout previous. this is not a regular usb device driver, and thus | Jacob Meuser |
2010-12-30 | Only disable I/O and memory space and bus mastering if we're actually going | Mark Kettenis |
2010-12-29 | knf | Theo de Raadt |
2010-12-29 | Since there is only one random_state, we can access it directly without | Theo de Raadt |
2010-12-29 | arc4random_count is not used; other things inside rndstats do the accounting | Theo de Raadt |
2010-12-29 | the rnd_debug stuff was not useful | Theo de Raadt |
2010-12-29 | kill RND_ARND_OLD, and decrease RND_NODEV to account for it; ok djm | Theo de Raadt |
2010-12-29 | Remove the get_random_bytes() API. | Theo de Raadt |
2010-12-29 | the random ioctl stuff is not very useful. I want to see all the | Theo de Raadt |
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-27 | cleanup pms_enable_intelli: magic numbers -> defines | Alexandr Shadchin |
2010-12-27 | remove unneeded Makefile | Alexandr Shadchin |
2010-12-27 | * add cfattach activate functions and call usbd_deactivate() in the | Jacob Meuser |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-24 | fix crash: | Alexandr Shadchin |
2010-12-24 | try to update the monster comment at the top of this file to explain | Theo de Raadt |
2010-12-24 | regen | Alexandr Shadchin |
2010-12-24 | Add info for Intel (Core Host), ATI (Radeon HD 5670) | Alexandr Shadchin |
2010-12-23 | Add a common interface for various devices | Alexandr Shadchin |
2010-12-23 | regen | Jasper Lievisse Adriaanse |