Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-23 | if errors happen while reading the sdr list, give up on handling the | Theo de Raadt | |
device as cleanly as possible. ok marco | |||
2006-12-23 | Move the handling of SCI events to the acpiec gpe handler. | Can Erkin Acar | |
ok marco@ | |||
2006-12-23 | Correctly compute timeout value in acpi_sleep. | Can Erkin Acar | |
Also make sure it is non zero. ok marco@ | |||
2006-12-23 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis | |
Based on a diff by brad@ | |||
2006-12-23 | Fix check for active 1000baseT media. | Mark Kettenis | |
Pointed out by brad@ | |||
2006-12-23 | wrong printing; ok marco | Theo de Raadt | |
2006-12-22 | always include sensors.h | Theo de Raadt | |
2006-12-22 | Remove never used code for a BCM5700 feature (BGE_EXTRAM) that didn't | Kenneth R Westerback | |
survive past 1st gen silicon. From brad. Tested by wilfried@ and Johan Mason Lindman. | |||
2006-12-22 | spacing | Theo de Raadt | |
2006-12-22 | Fix check for active 1000baseT media. | Mark Kettenis | |
2006-12-22 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis | |
Based on a diff by brad@ | |||
2006-12-22 | - Add IFM_NONE. | Mark Kettenis | |
- Don't set MIIF_NOISOLATE so eephy(4) can be used in configurations with multiple PHYs. - When PHY is resolved to a master, show it with IFM_ETH_MASTER. Based on a diff from yongari@FreeBSD, through brad@ | |||
2006-12-22 | fold long lines. | Marc Balmer | |
2006-12-22 | regen. | Marc Balmer | |
2006-12-22 | Add two more Meinberg radio clocks. | Marc Balmer | |
2006-12-22 | shorten code | Theo de Raadt | |
2006-12-22 | make driver look more like others do; ok mbalmer | Theo de Raadt | |
2006-12-21 | nuke unused sc_enaddr and comment about it | Jason Wright | |
2006-12-21 | nuke sc_enaddr here too | Jason Wright | |
2006-12-21 | betetr yet, just nuke sc_enaddr all together, just fill in arpcom and | Jason Wright | |
everybody is happy | |||
2006-12-21 | better yet, nuke all references to sc_enaddr except for the copy into ↵ | Jason Wright | |
arpcom.ac_enaddr | |||
2006-12-21 | use the arpcom copy of the ethernet address so that updates to lladdr can work | Jason Wright | |
2006-12-21 | even more knf love | Theo de Raadt | |
2006-12-21 | sync | Theo de Raadt | |
2006-12-21 | support Avlab PCI 2S as a puc; from nicm__@ntlworld.com | Theo de Raadt | |
2006-12-21 | Tweak to report full battery. | Marco Peereboom | |
2006-12-21 | regen | Michael Shalayeff | |
2006-12-21 | another radeon x1600; from form | Michael Shalayeff | |
2006-12-21 | spacing | Theo de Raadt | |
2006-12-21 | more knf | Theo de Raadt | |
2006-12-21 | more minor knf | Theo de Raadt | |
2006-12-21 | Remove some leftover acpiec gpe/interrupt code. | Marco Peereboom | |
2006-12-21 | Remove some more remnants of old acpiec_wait function. | Marco Peereboom | |
Rename acpiec_wait_nosleep to acpiec_wait since the old sleeping function is gone anyway. Redo waiting loop to shave some more bytes of. Tabing, spacing and some more KNF. | |||
2006-12-21 | KNF | Marco Peereboom | |
2006-12-21 | re_fixup_rx() is a no-op function, other than copying data to the same ↵ | Dale Rahn | |
address, thus slowing down the driver on __STRICT_ALIGN archs, remove. ok deraadt@ | |||
2006-12-21 | Fix silly logic errors. | Marco Peereboom | |
2006-12-21 | Silence acpibat significantly and shave off about 1k. Also add some smarts | Marco Peereboom | |
for battery removal and insertion. | |||
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback | |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback | |
2006-12-21 | ECs are weird in that they generate many interrupts. One for the actual | Marco Peereboom | |
event and a bunch while doing reads and writes. Now that we have reworked the interrupt code it is no longer workable to catch both in the same handler. So from now on no longer sleep but simply delay. Removed the sleep wait function completely to save some bytes too. Worst meassured delay was 160us. These events are infrequent (pulling ac cable etc). | |||
2006-12-20 | remove debug message inserted in last commit | Theo de Raadt | |
2006-12-20 | Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed | Gordon Willem Klok | |
is declared in the equivalent file on i386 and delete the repeticious declarations already scattered in a few places. Thanks to Will Backman for letting me test this on his machine, ok mk@ | |||
2006-12-20 | nearly complete knf | Theo de Raadt | |
2006-12-20 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis | |
ok deraadt@, brad@ | |||
2006-12-20 | sync | Theo de Raadt | |
2006-12-20 | add atheros ids | Theo de Raadt | |
2006-12-20 | first steps of knf (trying not to step on jordan's feet too much); ok marco | Theo de Raadt | |
2006-12-20 | "#ifdef is a tool of the weak!" | Gordon Willem Klok | |
Rename pentium_mhz to cpuspeed which is consistant with amd64 making shared ACPI code less nasty. ok marco, deraadt | |||
2006-12-20 | oops, name already used | Theo de Raadt | |
2006-12-20 | skip the perfect hash for now since it wastes a lot of kernel memory, | Theo de Raadt | |
and fails to fit onto the floppies. for now, do a linear search, but someone should sort the instructions and use bsearch; ok marco |