summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-08-25Don't setup multicast when in promiscuous mode. From Brad.Stuart Henderson
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-24- remove double \n in panic stringJasper Lievisse Adriaanse
2009-08-23- turn a printf(), which predated a panic()-function that could take printf-l...Jasper Lievisse Adriaanse
2009-08-22There is no schsio_print() so get rid of the prototype.Michael Knudsen
2009-08-21Back-out support for iCH10 chips from em(4).Dariusz Swiderski
2009-08-21Remove unused codeJordan Hargrave
2009-08-20- fix varargs after dmesg tweakingMartynas Venckus
2009-08-19syncMatthieu Herrb
2009-08-19Trident Cyberblade XP2 as found in VTBook PCCard. ok marco@.Matthieu Herrb
2009-08-18Fix after readdisklabel() change.Matthias Kilian
2009-08-17All callers of qli_get_fw_state() bzero the mbox memory, no need to do itMiod Vallat
2009-08-17initialize retry to zero; otherwise if firmware sends odd val16Martynas Venckus
2009-08-17the null check makes more sense when it's done before derefMartynas Venckus
2009-08-17remove prototype of non-existent midi_get_hwif()Alexandre Ratchov
2009-08-16remove use of BITS and BIT macrosJonathan Gray
2009-08-16tweak a switch statement to appease lintJonathan Gray
2009-08-16remove use of BITS and BIT macros.Jonathan Gray
2009-08-16start getting rid of some of these horrific bit macros, removeJonathan Gray
2009-08-16remove moscom_get_status() as it not called or required.Jonathan Gray
2009-08-16remove prototype for uark_open for which there is no implementation.Jonathan Gray
2009-08-13add a shutdown hook to stop unsolicited responses and the CORB andJacob Meuser
2009-08-13Forgot to add break to the switch cases. Silly.Paul Irofti
2009-08-13Add wake/suspend support for pckbd(4).Paul Irofti
2009-08-13Rewrite part of the promiscuous/multicast handling; tested by myself,Stuart Henderson
2009-08-13add ioctls to allow userland to initiator a probe or detach of devices itDavid Gwynne
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)Jasper Lievisse Adriaanse
2009-08-13set ITSDONE on the xs before calling scsi_done()David Gwynne
2009-08-12Add wake support to acpihpet(4).Paul Irofti
2009-08-12Optimize Syndrome calculation, 30% speedup on writesJordan Hargrave
2009-08-12only pull in the source file if it is needed, so that all the othersTheo de Raadt
2009-08-12revert my change to m_cluncount which tries to prevent the systemDavid Gwynne
2009-08-12Let this work with C99 compilers that do not define __GNUC__Jonathan Gray
2009-08-12Mark sensor as invalid if the i2c transaction to read its value fails.Mark Kettenis
2009-08-12ix currently relies on a gcc extension that removes a commaJonathan Gray
2009-08-12Backing store for ega and vga virtual console is not allocated until theMiod Vallat
2009-08-12New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok...Constantine A. Murenin
2009-08-12if we get dangerously low on clusters during interrupts, we needDavid Gwynne
2009-08-12always mark an xs complete if we're about to return COMPLETE to theDavid Gwynne
2009-08-12though shalt complete the xs (ie, call scsi_done with it) before returningDavid Gwynne
2009-08-12fix unused widgets to contain the actual ids; ok jakemsr@Martynas Venckus
2009-08-11don't take chip revision as a pointer to the string; swap it with xnameMartynas Venckus
2009-08-11More exact matching for Sunix 40XX 4 and 8 port units so that we can fixTheo de Raadt
2009-08-10The start function did enough so the shutdown hook is not neededTheo de Raadt
2009-08-10hook no longer neededTheo de Raadt
2009-08-10This does not need a shutdown function either (though the equilevantTheo de Raadt
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-08-10USB network devices do not DMA in a way that requires a shutdown functionTheo de Raadt