aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in the Sun -> AT keycode translation table which caused theMarius Strobl2007-05-011-3/+3
* Remove invalid BUS_DMA_ALLOCNOW when creating a tag which is used forMarius Strobl2007-05-011-1/+1
* Remove pre-5.0 compat cruft.Christian Brueffer2007-05-012-25/+0
* MPSAFE ciss driverScott Long2007-05-012-20/+46
* If we've got watchdog timeouts try to get more packets going afterPyun YongHyeon2007-05-011-0/+2
* Honor link up/down state in stge_start().Pyun YongHyeon2007-05-012-24/+20
* Use our own timer for watchdog instead of if_watchdog/if_timerPyun YongHyeon2007-05-012-11/+17
* - Take advantage of mii_phy_add_media() for adding media and settingMarius Strobl2007-04-301-65/+13
* - Add support/quirks for the on-board BGEs found in Sun Blade 1500Marius Strobl2007-04-302-34/+98
* Add MELCO PC-OP-RS Universal remote ID.Takanori Watanabe2007-04-302-0/+16
* MFp4: Improve asynchronous packet receive process.Hidetoshi Shimokawa2007-04-302-32/+73
* MFp4:Hidetoshi Shimokawa2007-04-301-9/+11
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-306-196/+246
* MFp4: Fix typo in recv spd.Hidetoshi Shimokawa2007-04-301-1/+1
* MFp4: Add a sysctl knob to disable cycle master mode and add some comments.Hidetoshi Shimokawa2007-04-301-1/+9
* MFp4: remove unused fw_asybusy().Hidetoshi Shimokawa2007-04-302-15/+0
* MFp4: Simplify tlabel handlingHidetoshi Shimokawa2007-04-302-40/+30
* Initialize configuration ROM before a bus reset.Hidetoshi Shimokawa2007-04-303-4/+5
* (atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commandsThomas Quinot2007-04-301-4/+19
* (atapi_cb): Fix test for the presence of sense data. An incorrect conditionThomas Quinot2007-04-301-2/+2
* -Fix an mbuf leak caused by a cut&paste bug where the small ring's mbufsAndrew Gallatin2007-04-271-19/+35
* Use the same timeout parameters for BIO_FLUSH as with the other commands.Ollivier Robert2007-04-261-2/+0
* Default to using a single queue as this is currently the only way to achieveKip Macy2007-04-261-1/+6
* Disable mbuf chain collapsing - it is currently causing an mbuf leakKip Macy2007-04-261-1/+1
* Use a tighter check to see if a resource allocation request is for aJohn Baldwin2007-04-251-1/+1
* - HT 2.00b added a new flag to the MSI mapping HT capability to indicateJohn Baldwin2007-04-252-8/+14
* Work around GMAC hardware hang bug.Pyun YongHyeon2007-04-251-1/+0
* Disable TSO support.Pyun YongHyeon2007-04-251-0/+8
* Fix TCP header size calculation logic which is used for settingPyun YongHyeon2007-04-251-1/+1
* Utilize led_create_state in order to preserve the status of the ThinkLightMarkus Brueffer2007-04-241-5/+9
* Configuration ROM length should be unsigned.Hidetoshi Shimokawa2007-04-242-2/+2
* Nuke unnecessary setting of ural(4)'s security registers. ural(4) onlySepherosa Ziehau2007-04-241-11/+1
* Make it possible to specify an initial state for the LED.Poul-Henning Kamp2007-04-232-1/+8
* Add VLAN capability.Poul-Henning Kamp2007-04-232-1/+2
* make dev.ath.N.ledpin have an immediate effectSam Leffler2007-04-231-3/+24
* Remove the old software bit-banging MII interface, we started usingPoul-Henning Kamp2007-04-221-167/+1
* Remove further cobwebs: Two layers of pointless substructures.Poul-Henning Kamp2007-04-222-105/+71
* Initialize the physical next pointer in the tx descriptors when wePoul-Henning Kamp2007-04-221-7/+8
* Don't rename fields with #define.Poul-Henning Kamp2007-04-222-27/+18
* Run if_vr(4) through FlexeLint and clean some of the cobwebs found.Poul-Henning Kamp2007-04-222-101/+59
* Free cluster if we fail to create the dmamap.Kip Macy2007-04-201-3/+1
* Eliminate CID 1842 by comparing against (type != EXT_MBUF) => refcnt != NULLKip Macy2007-04-201-1/+2
* Fix memory leak in m_collapse (CID 1843)Kip Macy2007-04-201-4/+7
* Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24htAriff Abdullah2007-04-202-2/+2
* Up until now, the free SCB pool received only a small initial allocation,Scott Long2007-04-195-18/+24
* - AC97 quirk / patch cleanups. Most quirks doesn't work in general senseAriff Abdullah2007-04-194-20/+59
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-194-14/+39
* Fix witness(4) warnings about mutex use.Joseph Koshy2007-04-193-20/+30
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-1828-35/+38
* Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.Ariff Abdullah2007-04-181-3/+3