Age | Commit message (Expand) | Author |
2010-03-23 | macppc seems to need a couple more casts before it will compile a | Kenneth R Westerback |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-03-22 | Detect Nuvoton W83795G. | Mark Kettenis |
2010-03-22 | Remove some cardbus defines and types which are identical to | Jonathan Gray |
2010-03-22 | Split existing spdmem@i2c code into bus-agnostic spd record decoding code, | Miod Vallat |
2010-03-22 | There is a workaround for a 82599 specific errata that could hang the rx dma | Jonathan Gray |
2010-03-22 | Use the correct number of max scatter gather segments for 82599, | Jonathan Gray |
2010-03-21 | another macbook that needs reference voltage for output. | Jacob Meuser |
2010-03-21 | deal with the possibility of two internal speaker pins, like on | Jacob Meuser |
2010-03-21 | remove definitions of VSCSI_DEBUG stuff. they were never used. | David Gwynne |
2010-03-20 | Allow kernels configurations with bluetooth but no USB to build. | Matthieu Herrb |
2010-03-20 | NEC Aterm WL300NU-G | Damien Bergamini |
2010-03-20 | the NEC Aterm WL300NU-G is an otus(4). | Damien Bergamini |
2010-03-19 | Remove support for preproduction 82598 revision A0, | Jonathan Gray |
2010-03-16 | Set rx_ndescs to zero when initializing the rx ring. Otherwise we'll | Mark Kettenis |
2010-03-16 | eek! negative array offsets are bad. don't allow them. | Jacob Meuser |
2010-03-15 | Add support for 82801HBM RAID. 'that diff can go in' kettenis@ | Dale Rahn |
2010-03-15 | Correct return from attach on error, add splx() and urndis_stop(). | Fabien Romano |
2010-03-15 | Add id for Intel 82801JI RAID. Lets HP GL360 G6 see internal SATA | Kenneth R Westerback |
2010-03-14 | Rewrite urndis_match() logic for the HTC Hero to match on vendor and | Michael Knudsen |
2010-03-14 | sync | Michael Knudsen |
2010-03-14 | Add product ID for HTC Hero. | Michael Knudsen |
2010-03-14 | Quieten ahc a bit, same as ahd is. Put some messages emitted during | Kenneth R Westerback |
2010-03-14 | when closing, remove commands from the right queues as we iterate over | David Gwynne |
2010-03-11 | Correct a wrong printf and move a check than should be before the debug. | Jonathan Armani |
2010-03-09 | - push replies back to the free queue when done processing events | Marco Peereboom |
2010-03-07 | Minimalistic driver for the ImpactSR (Mardigras) video option found on older | Miod Vallat |
2010-03-07 | Don't stop DMA in envy_halt_intput() and/or envy_halt_output(). | Alexandre Ratchov |
2010-03-07 | Garbage collect a softc member that we don't use because we don't do | Michael Knudsen |
2010-03-07 | Update my address, while there update armani's too per his request. | Fabien Romano |
2010-03-07 | Rename RNDIS_DEBUG to match device name. | Fabien Romano |
2010-03-07 | Some cleanup and dead code removal to bring us in line with other | Michael Knudsen |
2010-03-07 | We're only sending one packet at a time, so garbage collect sc_lim_pktcnt | Michael Knudsen |
2010-03-07 | Make NO_CCB do its thing and by proxy mpii gets a much funner number of | Marco Peereboom |
2010-03-07 | Remove unused DPRINTF() macro. | Michael Knudsen |
2010-03-07 | Garbage collect some struct members that we don't use. | Michael Knudsen |
2010-03-06 | Forgot this one, sorry, reported by maja@. | Jonathan Armani |
2010-03-06 | Allow code to compile. | Joel Sing |
2010-03-06 | In cdce_detach(), add usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, ...) | Michael Knudsen |
2010-03-06 | Add a flag to know if the interface successfully attached like | Jonathan Armani |
2010-03-05 | - regen | Jasper Lievisse Adriaanse |
2010-03-05 | - add a bunch of devices found in dmesgs | Jasper Lievisse Adriaanse |
2010-03-05 | Correct a wrong printf message, from fabien, ok mk@ | Jonathan Armani |
2010-03-05 | Fix spelling in a comment. | Michael Knudsen |
2010-03-04 | Add defines for header and data offset, offsetof() uses from mk@. | Jonathan Armani |
2010-03-04 | Add wsdisplay type for SGI VPro (aka Odyssey) | Joel Sing |
2010-03-04 | utilize the fact that the softc is zero'd to simplify the initialization | Theo de Raadt |
2010-03-03 | Change third parameter for urndis_decap() to be of type u_int32_t. | Michael Knudsen |
2010-03-03 | In urndis_ctrl_recv(), don't copy the received data to a newly allocated | Michael Knudsen |
2010-03-03 | Correctly initialize the command frame in uyurex_write_value_request(); | Miod Vallat |