Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2007-09-05 | fix over-agressive match function, oops | Theo de Raadt | |
2007-09-04 | Add mailbox command handler and "about firmware" command | Marco Peereboom | |
2007-09-04 | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | Theo de Raadt | |
bmc's watching on the shared bus. if you disable ipmi, you might see it pop up (reminder why ipmi / i2c mixes are disabled: some ipmi's seem to violate the i2c bus locking protocol). tested by Alexander Lobodzinski | |||
2007-09-03 | there is a prototype version of the lm93 (plus spacing fixes) | Theo de Raadt | |
2007-09-03 | Recognize Andigilog aSC7621. | Mark Kettenis | |
ok deraadt@ | |||
2007-09-03 | __inline removal | Jacob Meuser | |
tested on my amd64 from bret.lambert@gmail.com via art@, thanks | |||
2007-09-03 | unbreak. | Marc Balmer | |
2007-09-03 | Add more PCI ids; taken from the linux driver. Pointed out by Stephan | Marco Peereboom | |
Eisvogel <eisvogel at embinet dot de> | |||
2007-09-03 | sync | Marco Peereboom | |
2007-09-03 | Add some more PCI ids for mpi; pointed out by Stephan Eisvogel | Marco Peereboom | |
<eisvogel at embinet dot de> | |||
2007-09-03 | Typos from miod. 'intrrupt' -> 'interrupt' in some comments. | Kenneth R Westerback | |
2007-09-02 | Disable ROM search acceleration for now, it has some issues. | Alexander Yurchenko | |
2007-09-02 | ctob is gone, use ptoa | Martin Reindl | |
tested by ckuethe | |||
2007-09-02 | regen | Jonathan Gray | |
2007-09-02 | Add ENE Memory Stick/SD/SDMMC entries. | Jonathan Gray | |
From Alexey Suslikov <alexey.suslikov@gmail.com> | |||
2007-09-02 | Add support for Alltel UTStarcom PPC6700. | Jonathan Gray | |
Tested by Sam Fourman Jr. <sfourman@gmail.com> | |||
2007-09-02 | regen | Jonathan Gray | |
2007-09-02 | Alltel UTStarcom PPC6700. | Jonathan Gray | |
2007-09-01 | Correct the backwards ethernet address that some NVidia MACs have. | Chris Kuethe | |
diff from brad. "commit this" jsg | |||
2007-09-01 | - Add bthidev(4), from NetBSD. | Xavier Santolaria | |
- Make btms(4) and btkbd(4) compile. - Removed remaining proplib NetBSD'sim Prodded a while ago by gwk@. Eyeballed by miod@. | |||
2007-09-01 | fix a use after free case. | Thordur I. Bjornsson | |
From Bret Lambert via deraadt@; ok miod@ | |||
2007-09-01 | Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin. | Miod Vallat | |
2007-09-01 | Add VLAN reception support to vr(4). Diff from Brad. | Marcus Glocker | |
OK claudio@ | |||
2007-08-31 | new format firmware load message | Theo de Raadt | |
2007-08-31 | Defer ipmi sensor creation after kernel goes multi user. This removes the | Marco Peereboom | |
annoying waiting period during kernel boots. pushed for by deraadt and beck Lots of testing todd, ckuethe and others ok beck | |||
2007-08-31 | sync | Nikolay Sturm | |