summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-03-07Don't stop DMA in envy_halt_intput() and/or envy_halt_output().Alexandre Ratchov
2010-03-07Garbage collect a softc member that we don't use because we don't doMichael Knudsen
2010-03-07Update my address, while there update armani's too per his request.Fabien Romano
2010-03-07Rename RNDIS_DEBUG to match device name.Fabien Romano
2010-03-07Some cleanup and dead code removal to bring us in line with otherMichael Knudsen
2010-03-07We're only sending one packet at a time, so garbage collect sc_lim_pktcntMichael Knudsen
2010-03-07Make NO_CCB do its thing and by proxy mpii gets a much funner number ofMarco Peereboom
2010-03-07Remove unused DPRINTF() macro.Michael Knudsen
2010-03-07Garbage collect some struct members that we don't use.Michael Knudsen
2010-03-06Forgot this one, sorry, reported by maja@.Jonathan Armani
2010-03-06Allow code to compile.Joel Sing
2010-03-06In cdce_detach(), add usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, ...)Michael Knudsen
2010-03-06Add a flag to know if the interface successfully attached likeJonathan Armani
2010-03-05- regenJasper Lievisse Adriaanse
2010-03-05- add a bunch of devices found in dmesgsJasper Lievisse Adriaanse
2010-03-05Correct a wrong printf message, from fabien, ok mk@Jonathan Armani
2010-03-05Fix spelling in a comment.Michael Knudsen
2010-03-04Add defines for header and data offset, offsetof() uses from mk@.Jonathan Armani
2010-03-04Add wsdisplay type for SGI VPro (aka Odyssey)Joel Sing
2010-03-04utilize the fact that the softc is zero'd to simplify the initializationTheo de Raadt
2010-03-03Change third parameter for urndis_decap() to be of type u_int32_t.Michael Knudsen
2010-03-03In urndis_ctrl_recv(), don't copy the received data to a newly allocatedMichael Knudsen
2010-03-03Correctly initialize the command frame in uyurex_write_value_request();Miod Vallat
2010-03-03When I first started on urndis, I didn't realise that all values wereMichael Knudsen
2010-03-03Remove XXX that's no longer valid.Michael Knudsen
2010-03-03G41 works here too, so enable it for inteldrm.Owain Ainsworth
2010-03-03Attach intagp on the G41 also.Owain Ainsworth
2010-03-02Fix support for Intel PRO/1000 QP 82575-based devices. This changes the wayDariusz Swiderski
2010-03-02Rename sc_sc to sc_softc.Michael Knudsen
2010-03-02Remove some XXXs.Michael Knudsen
2010-03-02Zap unused struct.Michael Knudsen
2010-03-02Get rid of the code that deals with the interrupt pipe. The currentMichael Knudsen
2010-03-02- Add PCI id for the Smart Array P700m adapter.Stuart Henderson
2010-03-02syncStuart Henderson
2010-03-02- Add PCI id for the Smart Array P700m adapter.Stuart Henderson
2010-03-01Add urndis(4), a driver for RNDIS Ethernet over USB.Michael Knudsen
2010-03-01regenYojiro Uo
2010-03-01add uyurex(4) which is device driver for YUREX twitch counter device.Yojiro Uo
2010-02-28Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems.Miod Vallat
2010-02-28In pci_mapreg_map(), do not blindly dereference a possible NULL pointerMiod Vallat
2010-02-27regenRobert Nagy
2010-02-27add Radeon HD4890 from Tero KoskinenRobert Nagy
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
2010-02-27Eliminate double call to scsi_done() when polling.Kenneth R Westerback
2010-02-26initialise 's' before first use in the unlikely error path; from cnstTheo de Raadt
2010-02-26regenRobert Nagy
2010-02-26Add Ricoh SD/MMC found in the Dell Studio 1557Robert Nagy
2010-02-25Fix up some of the comments to use the correctAlexandre Ratchov
2010-02-25Add VT1617 codec ID used in VIA Tremor 5.1 cards,Alexandre Ratchov
2010-02-25Remove trailing spaces,Alexandre Ratchov