Age | Commit message (Expand) | Author |
2007-02-19 | Added acpi_map_address function for mapping GAS/IO registers | Jordan Hargrave |
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt |
2007-02-19 | stick atascsi onto ahci, which in turn attaches a scsibus. while this | David Gwynne |
2007-02-19 | ahci will depend on atascsi and scsi | David Gwynne |
2007-02-19 | precomp -> features as per ATA spec | Jonathan Gray |
2007-02-19 | i think ata_xfers should look more like this. stash the number of the port | David Gwynne |
2007-02-19 | actually init and destroy the shared ata stuff when an atascsi instance | David Gwynne |
2007-02-19 | code to set up a global pool for allocating ata_xfers out of, and for | David Gwynne |
2007-02-19 | oops, i should have tried to compile the REQUEST_SENSE handling before | David Gwynne |
2007-02-19 | REQUEST_SENSE will say there is no sense data. | David Gwynne |
2007-02-19 | implement the start of the framework for scsi emulation of ata disks | David Gwynne |
2007-02-19 | as is short for atascsi, not ab | David Gwynne |
2007-02-19 | pull in atascsi, a scsi to ata translation layer, so i can work on it in | David Gwynne |
2007-02-18 | Add currently unused functions for getting EDID information (max supported | Gordon Willem Klok |
2007-02-18 | Make it more apparent these boards have (crippled version of) vga-compatible | Miod Vallat |
2007-02-18 | Add bcw_phy_set_baseband_attenuation(). | Marcus Glocker |
2007-02-18 | Comment corrections from Bret Lambert. | Marcus Glocker |
2007-02-18 | Add bcw_shm_write16(). | Marcus Glocker |
2007-02-18 | Add support for ShanTou ST268. | Jonathan Gray |
2007-02-18 | regen | Jonathan Gray |
2007-02-18 | another udav(4) | Jonathan Gray |
2007-02-18 | Sort routines (phy, radio). | Marcus Glocker |
2007-02-18 | Start to add radio PHY initialization routines. | Marcus Glocker |
2007-02-18 | Added dynamic perfect hash for opcodes | Jordan Hargrave |
2007-02-18 | Shave off another K pre compression. | Marco Peereboom |
2007-02-18 | reorder allocation of the ports resources so register manipulation can be | David Gwynne |
2007-02-18 | Turn radio (version 2050) on. | Marcus Glocker |
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom |
2007-02-17 | Since a full battery can still have state BST_CHARGE ("charging"), | Deanna Phillips |
2007-02-17 | regen | Mark Kettenis |
2007-02-17 | Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke. | Mark Kettenis |
2007-02-17 | only reset the controller if it is already enabled. | David Gwynne |
2007-02-17 | Add some additional device ids found in Linux driver. | Jonathan Gray |
2007-02-17 | regen | Jonathan Gray |
2007-02-17 | Add some axe(4) device ids found in Linux driver. | Jonathan Gray |
2007-02-17 | Add some device ids found in Linux driver. | Jonathan Gray |
2007-02-17 | regen | Jonathan Gray |
2007-02-17 | Add some uslcom(4) ids found in Linux. | Jonathan Gray |
2007-02-16 | bge_newbuf_std() should return ENOBUFS on failure, as that's what | Kenneth R Westerback |
2007-02-15 | Change some functions so there's only one exit point. This should make | Michael Knudsen |
2007-02-15 | Reorder endpoints so that endpoint numbers match, remove more debug. | Dale Rahn |
2007-02-15 | Let acpidock_eject take an extra argument of what node to call _EJ0 on. | Michael Knudsen |
2007-02-15 | Don't clear the struct aml_value res when aml_evalnode() does this | Michael Knudsen |
2007-02-15 | from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... | Jason Wright |
2007-02-15 | Dont hang completely on watchdog. | Dale Rahn |
2007-02-15 | It is not valid to have the input endpoint and output endpoint the same. | Dale Rahn |
2007-02-15 | USB host is not scanning for packets if attached but cdce is not up. | Dale Rahn |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-14 | Cleanup and hide debug messages. | Mark Kettenis |
2007-02-14 | Sync with pgt(4) multicast fix. | Marcus Glocker |