summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2010-02-28implement hw.cpuspeed sysctl; ok miod@Otto Moerbeek
2010-02-28Bring battery life estimate when charging in line with most other apm(4)Otto Moerbeek
devices. Original code was inspired by/copied/stolen from the macppc apm(4), which has different semantics for battery life while charging.
2010-02-28don't guess info in the absense of a specific driver, just reportOtto Moerbeek
"we dont' know"
2010-02-28Basic apm(4), providing battery/power status and events. apm(4) is theOtto Moerbeek
generic part, ykbec(4) provides the device specific parts. Other battery/power status drivers can easily hook to adb(4). With help from miod@; ok matthieu@ miod@ jasper@
2010-02-27Remove ELF check. It is broken and since the PROM checks the loaded executableMark Kettenis
anyway, it's not worth fixing. Bump version number. ok deraadt@
2010-02-27regenRobert Nagy
2010-02-27add Radeon HD4890 from Tero KoskinenRobert Nagy
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
when computing multicast hash. From Brad via FreeBSD
2010-02-27Eliminate double call to scsi_done() when polling.Kenneth R Westerback
Reported by and fix tested by peters at schwertfische dot de.
2010-02-27Don't print sense info for ioctl's. Let the userland program decideKenneth R Westerback
what to tell the user. Silences cdio and cdrecord while probing media. ok dlg@ marco@ deraadt@
2010-02-26when we build a vendor label for writing, clear the memory supplied by theTheo de Raadt
buffer cache first, so that all sorts of gibble doesn't end up on the disk. ok kettenis (for the sparc/sparc64 ones, at least)
2010-02-26crank version of the ofwboot, so we can tell which is whichTheo de Raadt
2010-02-26- remove double cvs id'sJasper Lievisse Adriaanse
2010-02-26- this device doesn't provide volume control, so stop whining about it. it's ↵Jasper Lievisse Adriaanse
just not there. ok jakemsr@ drahn@
2010-02-26Back out the last commit. Bizzarely, that extra l@ makes boong from CD fail!Theo de Raadt
Why this code, which must be executed, is not failing on disk is an utter mystery. More investigation needed.
2010-02-26initialise 's' before first use in the unlikely error path; from cnstTheo de Raadt
2010-02-26Subdevice interrupt dispatcher for voyager(4) and ohci@voyager device, onlyMiod Vallat
allowed to match on old gdium artwork, as newer artwork have nothing connected to the usb pins, and this causes the empty bus probe to stall the boot a few seconds.
2010-02-26regenRobert Nagy
2010-02-26Add Ricoh SD/MMC found in the Dell Studio 1557Robert Nagy
ok deraadt@
2010-02-25Fix up some of the comments to use the correctAlexandre Ratchov
capitilization for names. from brad, thanks!
2010-02-25Add VT1617 codec ID used in VIA Tremor 5.1 cards,Alexandre Ratchov
from Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
2010-02-25Remove trailing spaces,Alexandre Ratchov
from Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
2010-02-25fix two comments that i forgot when the SA query transaction identifierDamien Bergamini
changed from 16 bytes to 2 bytes. no binary change
2010-02-25new run(4) idsDamien Bergamini
2010-02-25new run(4) idsDamien Bergamini
from Windows driver via http://www.wikidrivers.com/wiki/Ralink_RT2870
2010-02-25Add support for the 82599 ExpressModule (X520-P2) card.Jonathan Gray
2010-02-25regenJonathan Gray
2010-02-25add 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-24Update 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-24Minimal support for the ST7 chip found on Gdium Liberty, brings us batteryMiod Vallat
information and a few other things not yet wired.
2010-02-24Force write posting after changing GPIO pin status.Miod Vallat
2010-02-24Fix read/write logic to not rely upon M41T8X_TOD_START being zero.Miod Vallat
No functional change.
2010-02-24Don't print "EEPROM reload timed out" message. Devices that don't have anMark Kettenis
EEPROM exist (RouterBOARD RB600A) and reloading default values from the EEPROM will fail on those decives. ok deraadt@
2010-02-24Sweex LW153Damien Bergamini
2010-02-24The Sweex LW153 is a run(4).Damien Bergamini
2010-02-24more run(4) idsDamien Bergamini
2010-02-24new vendor OvisLink and associated run(4) id.Damien Bergamini
new Pegatron run(4) id.
2010-02-24ALLWIN TechDamien Bergamini
2010-02-24new vendor ALLWIN Tech and associated run(4) product ids.Damien Bergamini
2010-02-24- properly maintain sc->curchanDamien Bergamini
- return 1 in athn_intr for the gpio intr too
2010-02-24Disable Reduced Interframe Space search on AR9160 to workaroundDamien 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-24fix AR_PHY_TX_DESIRED_SCALE_CCK mask (only affect AR9280 2.0Damien Bergamini
with ROM rev >= 20) do some cleanup of phy registers definitions while i'm here.
2010-02-24fix scaling of battery currentOtto Moerbeek
2010-02-24spacingTheo de Raadt
2010-02-24put back the line of code that copies the timestamp out for tablesHenning Brauer
tracked down by Dan Harnett <daniel at harnett.name>
2010-02-23Add another 340 product ids found in the linux driverJonathan Gray
2010-02-23regenJonathan Gray
2010-02-23add a heap of ftdi devices found in the linux driverJonathan Gray
2010-02-23switch to simple indicators instead of playing string games; promptedOtto Moerbeek
by deraadt@