summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-02-21Added button type fieldJordan Hargrave
2006-02-21Readjust debug levels that crept in too low over the last few days.Marco Peereboom
2006-02-21Adjust debug levels since _STA often doesn't exist and its annoyingly loud.Marco Peereboom
2006-02-21Fix a panic reported by D.Snezhkov by issuing an ifconfig command withClaudio Jeker
2006-02-21use after free; from itojun@Markus Friedl
2006-02-21Rig the power button so that the machine shuts down correctly.Marco Peereboom
2006-02-21- Overhaul link state detection code.Brad Smith
2006-02-21Adjust debugging levels to something more reasonable.Marco Peereboom
2006-02-21Print the parent name which is way more useful than the node name.Marco Peereboom
2006-02-20Calling parseint instead of parseval for getpciaddrJordan Hargrave
2006-02-20Added aml_bufcmp buffer comparisonsJordan Hargrave
2006-02-20Fix a typo cbproc -> proc. Found by drahn@Marco Peereboom
2006-02-20Fixed structure size for sleep states (bad grange!)Jordan Hargrave
2006-02-20- remove mbuf linearization code. it is broken in this context and it is veryDamien Bergamini
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-02-20Remove historical yet completely undocumented ``is this a tape'' ioctl forMiod Vallat
2006-02-20Compile out more rthreads stuff unless option RTHREADS;Miod Vallat
2006-02-20Be sure to call shutdownhook_disestablish() as this is a removeable device.Jonathan Gray
2006-02-20fix conversion for the temp values. i think i was losing some precisionDavid Gwynne
2006-02-20Region has to be read and write not just read.Marco Peereboom
2006-02-20Region has to be read/write not just read.Marco Peereboom
2006-02-20Display device name for button attachJordan Hargrave
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom
2006-02-19Added code for aml_notify GPE notification callbackJordan Hargrave
2006-02-19Fix acpi_enter_sleep_state() by replacing current ugly hackAlexander Yurchenko
2006-02-19Fix a comment in ieee80211_next_scan().Damien Bergamini
2006-02-19- fix h/w VLAN tagging and enable it for adapters that support it (VLAN tagDamien Bergamini
2006-02-19add the TTTech MC322Brad Smith
2006-02-19sync w/ rt2560.c:Damien Bergamini
2006-02-19jordan:Marco Peereboom
2006-02-18don't try to release references to nodes that have been freed by net80211.Damien Bergamini
2006-02-17espie@ backed out the library part of brad's commit which broke stuff,Jolan Luff
2006-02-17Remove earlier introduced delays. We really only need them during autconf.Marco Peereboom
2006-02-17Add a generic delay function as per the ACPI spec.Marco Peereboom
2006-02-17Fix another typo. From Constantine A. Murenin.Mark Kettenis
2006-02-17Missed part of last atw commit.Jonathan Gray
2006-02-17Use ieee80211_compute_duration() instead of homerolled function.Jonathan Gray
2006-02-17add a comment to explain how to keep things working, remove a stray charDavid Gwynne
2006-02-17Add sensors output. This is for debug only and will be removed later.Marco Peereboom
2006-02-17Better comments.Marco Peereboom
2006-02-17jordan says the volt sensors on the powersupply esm device are always offDavid Gwynne
2006-02-17Propogate some values through the sysctl hw.sesnsors interface for debugMarco Peereboom
2006-02-17Use tsleep instead of delay when !cold.Marco Peereboom
2006-02-17Argh, we need delays between reads/writes. The backend reads (i2c most likely)Marco Peereboom
2006-02-17If there is no link then set IFM_NONE so ifconfig will show a mediaBrad Smith
2006-02-17- simplify link state handling code.Brad Smith
2006-02-17Fixed code for handling _INIJordan Hargrave
2006-02-17Detect if battery slot is available but without a battery in it.Marco Peereboom
2006-02-16Use rasops_unpack_attr() to decompose attributes instead of doing it by hand,Miod Vallat
2006-02-16Added stub for calling _INIJordan Hargrave