summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-02-22Constify arrays and strings; plus KNF.Miod Vallat
2006-02-22Attach as scf0 as per the config(8) stanza, instead of sysconfig0.Miod Vallat
2006-02-22Remove unused probeset() function.Miod Vallat
2006-02-22Remove unused _{ins,rem}que functions - they were not even implemented onMiod Vallat
2006-02-22Remove long unused ELF{32,64}_MACHDEP macros.Miod Vallat
2006-02-22Nuke unused includes.Miod Vallat
2006-02-22fix nfe_txeof() to reset the wathdog timeout only when a full tx frameDamien Bergamini
2006-02-22Make dmesg less verbose.Marco Peereboom
2006-02-22Fix size in snprintf() call; previous value turned out to be correct by luck.Miod Vallat
2006-02-22Added parsing of SSDT tablesJordan Hargrave
2006-02-22Added new aml_register to notify by device idJordan Hargrave
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
2006-02-22Rework notify handler.Marco Peereboom
2006-02-22re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causingDamien Bergamini
2006-02-22IBM makes a pcn card that shows up as:Brad Smith
2006-02-22Added notify callback for A/C deviceJordan Hargrave
2006-02-22Add insertion and removal events for batteries.Marco Peereboom
2006-02-22Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings theMiod Vallat
2006-02-22For 82544 and newer chips increase the number of TX descriptors to 512.Brad Smith
2006-02-22regenBrad Smith
2006-02-22update the media settings after MAC setup.Brad Smith
2006-02-21KNFMarco Peereboom
2006-02-21disable interrupt mitigation until i figure out why we're spending 10% ofDamien Bergamini
2006-02-21KNFMarco Peereboom
2006-02-21remove some commented out and NetBSD-specific code.Brad Smith
2006-02-21add missing MTU ioctl switch case.Brad Smith
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