Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | add product id for 82599 ExpressModule found in the Linux driver. | Jonathan Gray | |
2010-02-25 | - endianness fixes in then bioctl code; | Marco Peereboom | |
- recognize additional volume and drive states; - make use of the disk vendor_id as it makes sense for sas drives; - fixup offline_reason definitions; - bring back nitems that was removed unintentionaly; - remove unused mpii_get_raid_config_pg0. from <mkb@crypt.org.ru> | |||
2010-02-24 | Update comments: the bit we flip in ISR4C on LS2F systems is not undocumented, | Miod Vallat | |
but documentation for it only exists in Chinese. I still don't have the slightest idea why flipping it is important, but I am more confident flipping it now (-: | |||
2010-02-24 | Minimal support for the ST7 chip found on Gdium Liberty, brings us battery | Miod Vallat | |
information and a few other things not yet wired. | |||
2010-02-24 | Force write posting after changing GPIO pin status. | Miod Vallat | |
2010-02-24 | Fix read/write logic to not rely upon M41T8X_TOD_START being zero. | Miod Vallat | |
No functional change. | |||
2010-02-24 | Don't print "EEPROM reload timed out" message. Devices that don't have an | Mark Kettenis | |
EEPROM exist (RouterBOARD RB600A) and reloading default values from the EEPROM will fail on those decives. ok deraadt@ | |||
2010-02-24 | Sweex LW153 | Damien Bergamini | |
2010-02-24 | The Sweex LW153 is a run(4). | Damien Bergamini | |
2010-02-24 | more run(4) ids | Damien Bergamini | |
2010-02-24 | new vendor OvisLink and associated run(4) id. | Damien Bergamini | |
new Pegatron run(4) id. | |||
2010-02-24 | ALLWIN Tech | Damien Bergamini | |
2010-02-24 | new vendor ALLWIN Tech and associated run(4) product ids. | Damien Bergamini | |
2010-02-24 | - properly maintain sc->curchan | Damien Bergamini | |
- return 1 in athn_intr for the gpio intr too | |||
2010-02-24 | Disable Reduced Interframe Space search on AR9160 to workaround | Damien Bergamini | |
baseband issues. It would be cleaner to modify directly the initvals for AR9160 but I want to keep the exact same initvals as the Linux ath9k driver. from ath9k | |||
2010-02-24 | fix AR_PHY_TX_DESIRED_SCALE_CCK mask (only affect AR9280 2.0 | Damien Bergamini | |
with ROM rev >= 20) do some cleanup of phy registers definitions while i'm here. | |||
2010-02-24 | fix scaling of battery current | Otto Moerbeek | |
2010-02-24 | spacing | Theo de Raadt | |
2010-02-24 | put back the line of code that copies the timestamp out for tables | Henning Brauer | |
tracked down by Dan Harnett <daniel at harnett.name> | |||
2010-02-23 | Add another 340 product ids found in the linux driver | Jonathan Gray | |
2010-02-23 | regen | Jonathan Gray | |
2010-02-23 | add a heap of ftdi devices found in the linux driver | Jonathan Gray | |
2010-02-23 | switch to simple indicators instead of playing string games; prompted | Otto Moerbeek | |
by deraadt@ | |||
2010-02-23 | Restore MTRRs on resume. | Mark Kettenis | |
ok oga@, pirofti@ | |||
2010-02-23 | ykbec(4), a driver to read fan, temperature and battery status using | Otto Moerbeek | |
the kb3310b embedded controller chip on the yeeloong. With help & ok miod@ | |||
2010-02-23 | Allow CPU->PCI access in a subset of the `high' bonito pci memory space | Miod Vallat | |
(1GB@1GB); that's the best we can do on 2F due to the way the crossbar windows work. Necessary for upcoming Fuloong2F changes. | |||
2010-02-23 | Add support for 82599 devices based on changes to the FreeBSD driver. | Jonathan Gray | |
Tested by deraadt on a HotLava card and myself with an Intel X520 and a CX4 82598. ok claudio@ | |||
2010-02-23 | sync | Igor Sobrado | |
2010-02-23 | use the right capitalization for Ethernet. | Igor Sobrado | |
2010-02-23 | only match on Gdium; ok miod@ | Otto Moerbeek | |
2010-02-22 | Rename QUALCOMM3 to ZTE. | Marco Pfatschbacher | |
Add support for ZTE MF637. OK jsg@ | |||
2010-02-22 | 0x19d2 is most likely a ZTE and not a Qualcomm vendor ID. | Marco Pfatschbacher | |
Too bad usb.org doesn't like to keep their lists updated, so we have to resort to guessing here... OK jsg@ | |||
2010-02-22 | 0x19d2 is most likely a ZTE and not a Qualcomm vendor ID. | Marco Pfatschbacher | |
Too bad usb.org doesn't like to keep their lists updated, so we have to resort to guessing here... Also add ZTE MF637 HSUPA USB modem. OK jsg@ | |||
2010-02-22 | It is bad to have HAVE_TIMECOUNTER but the clock/timer not configure a | Dale Rahn | |
timecounter. | |||
2010-02-22 | Don't attempt to repost the video hardware. There are quite a few machines | Mark Kettenis | |
where jumping to the "standard" video BIOS entry point locks up or even resets the machine. This will break resume on some other machines in the sense that the display on them will remain disabled. But hopefully those machines make it into a state where the kernel is running and we can fix that. ok deraadt@, marco@, mlarkin@ | |||
2010-02-22 | Undo 1.48 and 1.49 for now, and go back to the drawing board; PR #6320 | Miod Vallat | |
2010-02-22 | Use the logical or operator, not the bitwise operator in | Kevin Lo | |
the preprocessor. | |||
2010-02-22 | regen | Jonathan Gray | |
2010-02-22 | Add some more 82599 ids from the FreeBSD driver. | Jonathan Gray | |
2010-02-22 | - fix a few debug messages: disabled vs enabled mixup, missing \n | Jacob Meuser | |
- remove some '//' commented code ok ratchov, kettenis, edd | |||
2010-02-21 | Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not, | Mark Kettenis | |
instead of the other way around. Fixes interrupt accounting. ok damien@ | |||
2010-02-21 | sync | Theo de Raadt | |
2010-02-21 | the 82597EX is LR or SR, not only LR | Theo de Raadt | |
2010-02-21 | Read revision from the correct MSR; no functional change. | Miod Vallat | |
2010-02-21 | Make sure we only request our peer to start processing descriptors if it | Mark Kettenis | |
isn't currently doing so. Fixes hangs on large data transfers. | |||
2010-02-21 | Start and stop watchdog timer in the appropriate places, and print a message | Mark Kettenis | |
if it fires. | |||
2010-02-21 | sync | Theo de Raadt | |
2010-02-21 | new plx goo, all the time | Theo de Raadt | |
2010-02-20 | Instead of defining le16_to_cpu to nothing use letoh16 so this | Jonathan Gray | |
is slightly less likely to explode on big endian systems. Stupidity present in the original FreeBSD code as well. | |||
2010-02-20 | Make use of PHY port numbers as targets for the drives instead | Marco Peereboom | |
of the internal PhysDriveNum. Also change ENXIO to EINVAL in one case. From: Mike Belopuhov <mkb@crypt.org.ru> Discussed with Jim Giannoules |