summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2006-01-09Remove debug message.Mark Kettenis
ok deraadt@
2006-01-09Introduce a wsdisplay type for mac68k frame buffers; we might need to becomeMiod Vallat
less generic in the future, though.
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@
2006-01-09Reorganize, paying attention to the small differences between Winbond chips.Mark Kettenis
ok deraadt@
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini
chipsets in ral(4). - restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c - import the 8051 microcode files required by these chipsets. - more to come; there is currently no automatic rate control and some features are untested (hostap and ibss modes for instance). most of the pre-802.11n capabilities of the RT2661 chipset are not supported (like frame aggregation, piggy-back). MIMO should work though the performance/range gain has not been measured.
2006-01-09with an offset tweak, this can also support the nvidia nforce smbusTheo de Raadt
same unit is found on amd756 and amd8111. try to support the RNG as well. from gklok@cogeco.ca
2006-01-09variables now unusedTheo de Raadt
2006-01-09trust i2c_scan for telling us if this is a lm75 or lm77, instead ofTheo de Raadt
stupidly relying on some power-up default register which a BIOS could change; ok grange
2006-01-09do a lot more careful register checking for echos and roll-around andTheo de Raadt
nonsense values in the lm75 probe. while there, make it look for a significant difference the lm77 has, ok grange
2006-01-09Make sure the vnode being read is a file, okay dlg@ deraadt@Pedro Martelletto
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
Inspiration from miod@, okay deraadt@. Tested on i386, macppc and amd64.
2006-01-09fix a panic in the locking stuff that was caused by a pasto. found byDavid Gwynne
Johan M:son Lindman.
2006-01-08regenBrad Smith
2006-01-08add a third ATI RS480 PCI Express bridge.Brad Smith
2006-01-08regenBrad Smith
2006-01-08add another ATI RS480 PCI Express bridgeBrad Smith
2006-01-08Big-endian fix here too.Miod Vallat
2006-01-08Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp.Miod Vallat
2006-01-08Correctly initialize ri_devcmap at 4bpp.Miod Vallat
2006-01-08regenDamien Bergamini
2006-01-08more Ralink Technology PCI ids.Damien Bergamini
2006-01-07Remove #ifdef'ed out prototypes for previously removed #ifdef'ed out code.Mark Kettenis
2006-01-06Two helper macros for setting SLP_TYPx values.Alexander Yurchenko
2006-01-06from kent@netbsd.org:Federico G. Schwindt
Call uaudio_set_speed() if and only if the selected Audio Streaming interface supports multiple sampling rates. fixed netbsd pr 27237.
2006-01-06from kent@netbsd.org:Federico G. Schwindt
assign AudioNlfe to UATO_SUBWOOFER assign "phone" to telephony terimnal types. The label "phone" is used in ac97 though it is not defined as AudioN* macro. dlg@ ok.
2006-01-06One definition for sleeping states in acpireg.h is enough.Alexander Yurchenko
2006-01-06Sudden newlineAlexander Yurchenko
2006-01-06Check for ACPI control availability only if ACPI_ENABLE defined.Alexander Yurchenko
2006-01-06Informative error messages on attach, prettier dmesg.Alexander Yurchenko
2006-01-06printf -> dnprintf conversion for debug messages.Alexander Yurchenko
2006-01-06we now do these checks in iic_scanTheo de Raadt
2006-01-06add Wacom Graphire3 and Graphire4 support.Brad Smith
From NetBSD via Michael Knudsen ok dlg@
2006-01-06regenBrad Smith
2006-01-06add Wacom Graphire3 and Graphire4 USB ids.Brad Smith
2006-01-06pick some register with a known value, to try to tell a lm96000 apartTheo de Raadt
from any of a variety of National superio chipsets for which documention is very hard to find
2006-01-06remove NetBSD's event counter code.Brad Smith
ok grange@
2006-01-05if both debug and verbose defined, only spit out the dump onceTheo de Raadt
2006-01-05Find SLP_TYPx values and store them for future use inAlexander Yurchenko
acpi_enter_sleep_state().
2006-01-05In aml_eval_name() don't return success if no object found.Alexander Yurchenko
2006-01-05Random KNF and cleanupAlexander Yurchenko
2006-01-05enable dynamic standby workaround for the 82551 as well.Brad Smith
2006-01-05Kill all typedef struct goo.Marco Peereboom
2006-01-05Disable the minimum size frame bundling when using the CPUSaver microcode.Brad Smith
This could cause 2 interrupts per frame if the frame size is below 128 bytes. From Dmitry Bogdan <dsb at imcs dot dvgu dot ru>
2006-01-05Provide symbolic names for the acpi sleeping states and use it.Alexander Yurchenko
2006-01-05load the CPUSaver 102E microcode for the 82551 Rev 10 chip.Brad Smith
From the Intel e100 driver.
2006-01-05regenBrad Smith
2006-01-05more fxp PCI ids.Brad Smith
From the Intel e100 driver.
2006-01-05Work around flawed IBM 325 eServer IPMI implementation.Marco Peereboom
Help and ok deraadt@ jordan@
2006-01-05Better debug verbosity values.Marco Peereboom
2006-01-05Adjust debug levels.Marco Peereboom