Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-09 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-09 | thmc vs tmhc screwup | Theo de Raadt | |
2007-09-09 | Properly prefix all functions with driver name. | Jonathan Gray | |
2007-09-09 | don't try to set the recording gain or balance through /dev/audio[ctl] | Jacob Meuser | |
if the selected recording port is not a port the limited /dev/audio[ctl] interface to mixer controls supports. ok ratchov@ | |||
2007-09-09 | more M_ZERO conversions; ok krw@. | Federico G. Schwindt | |
2007-09-09 | new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis | Theo de Raadt | |
2007-09-08 | Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, and | Gordon Willem Klok | |
a bit of whitespace cleanup while here. ok otto, deraadt | |||
2007-09-08 | regen | Felix Kronlage | |
2007-09-08 | device id for the Huaweil Mobile E220 | Felix Kronlage | |
2007-09-08 | more M_ZERO changes | Gilles Chehade | |
ok pyr@ and krw@ | |||
2007-09-08 | fix uaudio(4) devices using signed mixer controls | Alexandre Ratchov | |
ok jakemsr@, tested by jolan@ with 3 different devices | |||
2007-09-08 | Wrap DPRINTFN() macro up in do { } while(0). | Jonathan Gray | |
2007-09-08 | Add nvram external hw config defines. ok marco@ | David Collins | |
2007-09-08 | Set external hw config according to nvram value. | David Collins | |
2007-09-08 | Driver for WinChipHead CH341/340 USB serial adapters. | Jonathan Gray | |
originally written by Takuya SHIOZAKI <tshiozak@netbsd.org> Currently untested due to lack of hardware. | |||
2007-09-07 | missing scale factor; from Mike Belopuhov | Theo de Raadt | |
2007-09-07 | properly acknowledge interrupts. this fixes the interrupts storm i was | Damien Bergamini | |
seeing with vmstat -i. re-enable interrupts coalescing. | |||
2007-09-07 | Fix code that figures out the PCI bus number for a _PRT configuration object. | Mark Kettenis | |
This should get rid of the "multiple bus 0" problem seen on some machines, and fix PCI interrupt routing on them. ok marco@ (a while ago) | |||
2007-09-07 | make sure the length of the first segment of a Tx descriptor is a multiple | Damien Bergamini | |
of 4 by inserting padding bytes when necessary. 802.11 QoS headers have a length that is not a multiple of 4. | |||
2007-09-07 | Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov. | Mark Kettenis | |
2007-09-07 | use new malloc M_ZERO flag to shrink kernel. | Damien Bergamini | |
remove <malloc.h> from files where malloc is not used. | |||
2007-09-07 | sprinkle some M_ZERO love. | Federico G. Schwindt | |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | take advantage of the new M_ZERO malloc flag. | David Gwynne | |
2007-09-07 | use M_ZERO | Reyk Floeter | |
2007-09-06 | Add an unsolicited even handler for the Sigmatel Apple codecs. The | Deanna Phillips | |
speakers and line outputs will now mute and unmute depending on headphone presence. Tested on Macbook, Macbook Pro and Mini by otto@, ajacoutot@, merdely@ and Darrin Chandler, thanks. | |||
2007-09-06 | Clean up some debug messages and wrap them in DPRINTF. From Alexey | Deanna Phillips | |
Suslikov. | |||
2007-09-06 | sync | Felix Kronlage | |
2007-09-06 | add Olimex vendor id, couple device ids for usb -> serial jtag interfaces | Felix Kronlage | |
and device id for garmin gpsmap 60csx. ok jsg@ | |||
2007-09-06 | Return pressure as absolute z axis on ITM touchscreens. Other models | Matthieu Herrb | |
just return 0 or 1 on this axis, depending on the contact. Ok robert@ miod@. | |||
2007-09-06 | fix temperature sensor. the sensors framework wants muK not degC! | Damien Bergamini | |
2007-09-06 | disable interrupts coallescing for now. | Damien Bergamini | |
it seems to generate way too much interrupts (as reported by vmstat -i) and i haven't run with it long enough... it isn't needed anyway since we do not yet support HT rates. | |||
2007-09-06 | meaningless numbers and strings should not appear in sensor.desc; ok deraadt@ | Constantine A. Murenin | |
2007-09-06 | new iwn(4) driver for Intel Wireless WiFi Link 4965AGN. | Damien Bergamini | |
no support for 802.11n functions yet (need work in net80211(9) first). committed over my 4965AGN, with only 2 of 3 antennas plugged :-) needs a firmware that is not freely redistributable (see man page). ok deraadt@ | |||
2007-09-06 | fix copyright; spotted by cnst | Theo de Raadt | |
2007-09-06 | negate -12V input value; spotted by Alexander Lobodzinski | Theo de Raadt | |
2007-09-06 | Shuffle some things around to get rid of #ifdev's | Marco Peereboom | |
2007-09-06 | Don't try disabling bus power before setting the voltage on | Jonathan Gray | |
the buggy ENE controller. Tested by Alexey Suslikov <alexey.suslikov@gmail.com> who pointed out a similiar workaround in Linux. ok miod@, nit and ok kettenis@ | |||
2007-09-06 | Add nvram read and validate functions. ok marco@ | David Collins | |
2007-09-05 | fix DPRINTFN() abuse | Jacob Meuser | |
ok ratchov@ | |||
2007-09-05 | Add MBOX debug flag. | Marco Peereboom | |
Add enable and disable interrupt functions. Make qli_mgmt call qli_intr when cold. Add qli_intr skeleton that deals with mbox commands. Add mailbox dump command. | |||
2007-09-05 | typo; Mike Belopuhov | Theo de Raadt | |
2007-09-05 | probe for adt7462 (no driver yet, someone want to write one), and mention | Theo de Raadt | |
a few more sub-types as comments; ok kettenis | |||
2007-09-05 | remove dmesg block showing sample register layout | Theo de Raadt | |
2007-09-05 | Implement qli_allocmem and qli_freemem | Marco Peereboom | |
2007-09-05 | Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185 | Jonathan Gray | |
was never finished due to a lack of information on the radios. ok reyk@ | |||
2007-09-05 | Implement qli_get_fw_state and fix a typo. | Marco Peereboom | |
2007-09-05 | rename qli_prot_regs to qli_stat_regs to avoid possible confusion with ↵ | David Collins | |
qli_port_regs. ok marco@ |