Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-04 | Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process. | Tobias Weingartner | |
Positive test results by a handful of people. Ok kettenis@ | |||
2008-12-04 | Move the bus_dma generic functions out of the far-too-podgy machdep.c and | Owain Ainsworth | |
into bus_dma.c (a-la amd64). Discussed with art and toby in coimbra. Ok mikeb. | |||
2008-12-04 | Put back the support for pools > PAGE_SIZE. This time the compare function | Artur Grabowski | |
works and there's even some sanity checks that it actually returns what we expect it to return. | |||
2008-12-04 | fix typo in the dwFrameInterval comment | Yojiro Uo | |
2008-12-04 | regen | Brad Smith | |
2008-12-04 | typo. | Brad Smith | |
2008-12-04 | Add some more Intel GM45 MCH PCI id's. | Brad Smith | |
2008-12-04 | Add initial support for the ICH9 IGP M and ICH9 IGP M AMT chipsets. | Brad Smith | |
For now the chunk in em_detect_gig_phy() is a hack to get things going until it can be figured out why exactly the PHY id is not probed properly. Based on a diff from jcs@ via ckuethe@ ok kettenis@ | |||
2008-12-04 | move Option GlobeTrotter 3G Quad / 3G Quad Plus and the | Felix Kronlage | |
Vodafone Mobile Connect from ubsa(4) to umsm(4) as these should work better with that driver. discussed with yuo@, jsg@ and deraadt@. | |||
2008-12-03 | switch bge over to using MCLGETI when allocating mbufs for the rx ring. | David Gwynne | |
tested by many including henning@ sthen@ naddy@ krw@ robert@ jmc@ jsg@ weerd@ and ingo schwarze on a variety of machines include i386, amd64, alpha, and sparc64. | |||
2008-12-03 | add vscsi(4), a virtual scsi controller that passes all scsi requests up to | David Gwynne | |
userland for handling. this is to scsi what tun(4) is for networks. this is going into the tree so i can work on some crazy scsi stuff, but its not being enabled since it is useless unless you're working on some crazy scsi stuff. | |||
2008-12-03 | Get size of the struct cardslot_event, not the function cardslot_event. | Ray Lai | |
Found by pcc. OK deraadt. | |||
2008-12-03 | regen | Damien Bergamini | |
2008-12-03 | More Atheros AR9170 ("otus") based devices. | Damien Bergamini | |
From the Linux ar9170 driver. | |||
2008-12-03 | typos in comments - no binary change. | Damien Bergamini | |
2008-12-03 | small fix for IEEE80211_STA_ONLY: do not let users set HostAP specific | Damien Bergamini | |
flags using "nwflag". | |||
2008-12-03 | allow users to select a fixed rate. | Damien Bergamini | |
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 | |