# $NetBSD: files.dev,v 1.1 2015/08/21 02:18:18 uebayasi Exp $ file dev/bio.c bio needs-flag file dev/ccd.c ccd file dev/cgd.c cgd file dev/cgd_crypto.c cgd file dev/clock_subr.c kern # XXX file dev/clockctl.c clockctl file dev/dksubr.c cgd | xbd | ccd | raid | dm | ld file dev/dkwedge/dk.c kern # XXX file dev/dkwedge/dkwedge_apple.c dkwedge_method_apple file dev/dkwedge/dkwedge_bsdlabel.c dkwedge_method_bsdlabel file dev/dkwedge/dkwedge_gpt.c dkwedge_method_gpt file dev/dkwedge/dkwedge_mbr.c dkwedge_method_mbr file dev/firmload.c firmload file dev/fss.c fss file dev/keylock.c keylock file dev/lockstat.c lockstat needs-flag file dev/md.c md file dev/mm.c kern # XXX file dev/nullcons_subr.c nullcons needs-flag file dev/radio.c radio needs-flag file dev/rndpseudo.c rnd needs-flag file dev/sequencer.c sequencer needs-flag file dev/video.c video needs-flag file dev/vnd.c vnd doc-9.3-vfs NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usscanner.c
AgeCommit message (Expand)Author
2013-09-15Fix botch in previousmartin
2013-09-15Remove unused variablesmartin
2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll
2012-03-06pull down from usbmp branch:mrg
2012-02-23Include <sys/lwp.h> for access to curlwp, now used in various locking ops.he
2012-02-20assert kernel lock is held in a few places in inside scsipi.mrg
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2009-12-06Simplify device-activation hooks.dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-05-25make this build with USSCANNER_DEBUGcegger
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-18Use device_t and its accessor functions.dyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2006-11-26If no scsibus is configured, do not silently fail the attach but printmartin
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-04-29Check if we have any SCSI busses so this file doesn't cause link errorsaugustss
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-03-22MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff whentls
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-07-26Correct function name in some debug printfs. (More could be done.)wiz
2002-07-11Get rid of trailing white space.augustss
2001-11-13add RCSIDslukem
2001-04-28Make it compile with DEBUG after SCSI changes.augustss
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-01-23Make sure driver attach/detach events are generated in a consistent manner.augustss
2001-01-18No-op commit to force update to a non-"-kk" revision.tv
2001-01-15Fix comment typo.augustss
2001-01-11Mention that I found protocol info in the Linux driver.augustss
2001-01-11Note that I got information about the protocol from the Linux driver.augustss
2001-01-11Add a driver for HP5300 which uses a homebrew SCSI-over-USB protocol.augustss