summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-03-08When sensor update fails, set SENSOR_FINVALID in sensor->flags;Miod Vallat
2010-03-08Correctly initialize all members of struct wsemuldisplaydev_attach_argsMiod Vallat
2010-03-08aye, broadcast addr too. spotted by kettenisHenning Brauer
2010-03-08don't call ifa_item_add/del in ifa_add/del, so the ifa RB tree doesn'tHenning Brauer
2010-03-08Use properly initialised sockaddr_in/sockaddr_in6 struct when performingJoel Sing
2010-03-08fix a miod typo (it has to be a typo; miod makes no real mistakes)Theo de Raadt
2010-03-08fix compiling without ACPI, ok marco@ deraadt@ krw@ mlarkin@Jolan Luff
2010-03-07Minimalistic driver for the ImpactSR (Mardigras) video option found on olderMiod Vallat
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-07Allow iockbc(4) and odysseey(4) to act as console devices and attach early;Miod Vallat
2010-03-07On Origin-like systems, get glass console information (if any) from theMiod Vallat
2010-03-07Add an MD interface for PCI drivers to be able to retrieve the node and widgetMiod Vallat
2010-03-07Correct layout of arc_config{,64} and order of items in enum arc_config_type.Miod Vallat
2010-03-07Better battery % computation; ok otto@Miod Vallat
2010-03-07Remove unused DPRINTF() macro.Michael Knudsen
2010-03-07Garbage collect some struct members that we don't use.Michael Knudsen
2010-03-07back out strict splassert semantics from 1.103; it breaks some thingsTheo de Raadt
2010-03-07we disable POOL_DEBUG for releases. Reminded by mpfTheo de Raadt
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-06Fix typos.Joel Sing
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
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-05in ifa_ifwithaddr, do not use the shiny new RB tree, there is aHenning Brauer
2010-03-05head towards release, correctly. tsk tsk tsk.Miod Vallat
2010-03-05head towards releaseTheo de Raadt
2010-03-04has been no -r flag for a few years; J.C. RobertsTheo de Raadt
2010-03-04Add defines for header and data offset, offsetof() uses from mk@.Jonathan Armani
2010-03-04Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphicsJoel Sing
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-03Add athn(4).Mark Kettenis
2010-03-03Add support for the ipp_ind_ext_int[0] interrupt.Mark Kettenis
2010-03-03Enable urndis(4) everywhere that has USB enabled to get it tested.Michael Knudsen
2010-03-03Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgottenMiod Vallat
2010-03-03supply apm(4) with infomation and events; ok miod@Otto Moerbeek
2010-03-03Correctly initialize the command frame in uyurex_write_value_request();Miod Vallat