Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-03 | Remove the x86 and i386 prefixes to the bus_dma types. It's really quite | Owain Ainsworth | |
pointless and just makes the code different for no reason. This moves i386 and amd64 bus_dma to being a lot closer to identical. suggestion to just remove the prefix instead of merge them from deraadt@. no objections art@, kettenis@, ok weingart@ | |||
2008-12-03 | Some more ambigous -> ambiguous pointed out by mbalmer (there are | Stuart Henderson | |
others, these are the ones from code unlikely to be re-merged with upstream sources). | |||
2008-12-03 | don't overwrite an error code from wpi_init() in wpi_ioctl(), logic is | Constantine A. Murenin | |
now in line with iwn_ioctl(); 'dead assignment' llvm/clang; ok damien | |||
2008-12-03 | Weongyo Jeong has consented to switch from an inappropriate license | Jonathan Gray | |
to license.template | |||
2008-12-03 | - Fix unit for dwFrameInterval in DPRINTF. | Marcus Glocker | |
- Add a comment from yuo@ which describes dwFrameInterval values a bit. | |||
2008-12-03 | Fix error handling for usbd_transfer(). | Marcus Glocker | |
2008-12-03 | allocate the right number of entries in the "jumbo" rx ring now that it is | David Gwynne | |
actually used. this fixes vic on esx3. problem found by matthieu@ also includes misc tweaks to comments and some cleanup code. | |||
2008-12-03 | use the right variable when looping over rxqs. | David Gwynne | |
2008-12-03 | add UYVY video format support for uncompressed video | Yojiro Uo | |
ok mglocker@ | |||
2008-12-03 | remove bogus part (GUID_UYVY part) form last commit. | Yojiro Uo | |
(this diff will be include next diff.) | |||
2008-12-03 | change UVC VS negotiation logic. | Yojiro Uo | |
some device return wrong value for get probe request without initial set probe request. so, now it issue set probe request and then get probe to initialize device configuration. | |||
2008-12-03 | fix USB packet size handling of uvideo(4) | Yojiro Uo | |
2008-12-03 | recommit the use of the new mbuf cluster allocator. | David Gwynne | |
this starts em up with 4 mbufs on the rx ring, which will then grow as usage demands. this also allows em to take advantage of the new livelock mitigation code as well as freeing up a boatload of kernel memory. this version of the diff makes sure we only ever post the last descriptor we filled to the hardware, rather than the whole ring when bringing the interface up. it has been tested by users who got panics with the previous diff without trouble. | |||
2008-12-02 | backout: would have been nice if this had been tested, to see that it | Theo de Raadt | |
crashes the moment a card is plugged in. | |||
2008-12-02 | cleanup ieee80211_classify(): retrieve VLAN tag from m_pkthdr.ether_vtag. | Damien Bergamini | |
2008-12-02 | Add code for 5150 support (not tested since I don't have the hardware and | Damien Bergamini | |
because it requires a specific firmware that Intel has not released yet.) Fix crystal calibration for 5000 Series. | |||
2008-12-02 | sync | Damien Bergamini | |
2008-12-02 | Intel WiFi Link 5150 | Damien Bergamini | |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries | |
2008-12-01 | regen | Martin Reindl | |
2008-12-01 | add the Huawei E510 modem | Martin Reindl | |
ok fkr@ | |||
2008-12-01 | leak memory in the realloc function until we find out who has a pointer | Theo de Raadt | |
to it, otherwise as seen by sthen/matthieu in master mode: cdcef0 at usbf0: usbf_open_pipe failed ok miod | |||
2008-12-01 | A bit more cleanup. | Brad Smith | |
ok mpf@ | |||
2008-12-01 | regen | Jonathan Gray | |
2008-12-01 | Add product ids for the cardreader functions of the JMC261. | Jonathan Gray | |
From Ethan at JMicron. | |||
2008-12-01 | Configure the clock sources for tx mac/offload engines, required | Jonathan Gray | |
for newer revisions, makes the JMC261 work. Thanks to JMicron for supplying hardware to test against. ok brad@ | |||
2008-12-01 | sync | Kevin Lo | |
2008-12-01 | fix the naming of the D-Link AR9170 entry | Kevin Lo | |
ok damien@ | |||
2008-11-30 | oops. don't continue on to the next widget here. there may be other | Jacob Meuser | |
controls on the widget that need to be configured. | |||
2008-11-30 | only put a control in the record class if it is the sole input to | Jacob Meuser | |
an ADC. | |||
2008-11-30 | if an input mixer or selector has no usable inputs, disable it, as | Jacob Meuser | |
it is useless. | |||
2008-11-30 | It's annoying to have an 2+ hour kernel compile die in ld because bluetooth | Mats O Jansson | |
requires ukbd, which is not enabled on landisk. I can't understand why someone would like bluetooth keyboard or mouse on landisk without a display. -moj | |||
2008-11-30 | clarify allocation | Theo de Raadt | |
2008-11-30 | sync | Theo de Raadt | |
2008-11-30 | ricoh cameras | Theo de Raadt | |
2008-11-30 | Setup three isoc transfers at a time so we don't miss frames. This fixes | Marcus Glocker | |
transfers which require larger bandwidths, e.g. for higher resolutions. discussed with yuo@, deraadt@ | |||
2008-11-30 | sync | Theo de Raadt | |
2008-11-30 | another radeon | Theo de Raadt | |
2008-11-30 | - AZ_MAX_SENSE_PINS -> HDA_MAX_SENSE_PINS | Jacob Meuser | |
- MI_TARGET_* are enumerated in hex from Alexey Suslikov | |||
2008-11-30 | Add initial 8168D/8111D support. | Brad Smith | |
2008-11-30 | don't rebuild the list of supported formats if it isn't going | Jacob Meuser | |
to change. | |||
2008-11-30 | - don't access nonexistent converter goups | Jacob Meuser | |
- don't try to create formats for converter groups that don't exist - don't allow playback or recording if there is no corresponding converter group - don't try to set audio processing parameters on converter groups that don't exist allows playback (or record) only devices to work, such as the azalias found on ATI graphics devices. note, the ATI devices generally attach before the onboard devices do. that means they will be audio0 and onboard devices will be audio1. don't forget to make sure the /dev/{audio[ctl],mixer,sound} links point to the nodes of the device you want to be the default. tested by naddy@, thanks | |||
2008-11-30 | - Remove unused if_reset "bus reset routine" field in the ifnet struct. | Brad Smith | |
- Add if_stop "stop routine" field in the ifnet struct. ok mglocker@ | |||
2008-11-29 | sync | Theo de Raadt | |
2008-11-29 | liebert ubs as ugen | Theo de Raadt | |
2008-11-29 | need splvm() around the call to m_extfree() in the defragger | Theo de Raadt | |
2008-11-29 | use the the correct register mask. Fixes certain mixer settings | Alexandre Ratchov | |
being unreachable. | |||
2008-11-29 | Fix damage done by brad@ and dlg@. | Matthieu Herrb | |
2008-11-29 | revert 1.197 if_em.c, 1.38/1.39 if_em.h, requested by dlg, until a bug | Stuart Henderson | |
reported on misc@ can be tracked down. identical diff from jsing. | |||
2008-11-29 | add sscom here too. Fixes armish build. | Matthieu Herrb | |