summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-01-02Set sc_framesize to a reasonable value early on so that DEBUG codead
2002-01-02Get rid of a few stray __P().augustss
2002-01-02More whitespace fixes from FreeBSD.augustss
2002-01-02when bootinfo has no framebuffer information, don't attach bicons.uch
2002-01-02Change the probe code. You cannot unmap bus space and then use it.augustss
2002-01-02Fix another descriptor parsing bug. Thanks to Tero Kivinen foraugustss
2002-01-02Add missing newline.augustss
2002-01-02Fix typos.augustss
2002-01-02Move debug define.augustss
2002-01-02Add udsbr.augustss
2002-01-02Add udsbr(4), a D-Link DSB-R100 FM radio (untested).augustss
2002-01-02Support detach.augustss
2002-01-01Add radio names.augustss
2002-01-01Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popovaugustss
2002-01-01Regen.augustss
2002-01-01Add a radio card.augustss
2002-01-01Add stanza for PC Weasel/PCI.hpeyerl
2002-01-01Watchdog back-end driver for PC Weasel/PCI serial console and remotehpeyerl
2002-01-01Add a missing subclass definition.augustss
2001-12-31Labels must be followed by statements.thorpej
2001-12-31Avoid an "unmamed fields" warning (gcc 3.1).thorpej
2001-12-31Move the declaration of an enum to avoid an "unnamed field not allowed"thorpej
2001-12-31Delay bus enumeration a little in case the controller is a companionaugustss
2001-12-31Dump enpoint number instead of endpoint index.augustss
2001-12-31Don't try to deactivate child if we have no bus yet.augustss
2001-12-31Whitespace fixes (from FreeBSD).augustss
2001-12-31Change xfer abort to wait for the softintr to run.augustss
2001-12-31Change abort slightly.augustss
2001-12-31Dump more of the command.augustss
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-12-31Don't allow setting the configuration when an endpoint is open. Fromaugustss
2001-12-31Only clear stall if endpoint is stalled. From FreeBSD.augustss
2001-12-30Make sure we don't have any pending softintrs when entering polling mode.augustss
2001-12-30A little more debug.augustss
2001-12-30add powerhook support to resume correctly, fix PR#13079.someya
2001-12-30Fix typo.augustss
2001-12-30Registers are of u_int8_t type.junyoung
2001-12-30regenichiro
2001-12-30addichiro
2001-12-30Add new scanners to the table.augustss
2001-12-30Regen.augustss
2001-12-30Fix typo in last commit.augustss
2001-12-30Add some missing files.augustss
2001-12-30fix product IDgehenna
2001-12-30regengehenna
2001-12-30Add some vendor/product IDs (from FreeBSD)gehenna
2001-12-29regenichiro
2001-12-29add productsichiro
2001-12-29Add a case for x86_64.thorpej
2001-12-29Make the driver a little less talkative on errors.augustss