Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-09 | Remove debug message. | Mark Kettenis | |
ok deraadt@ | |||
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat | |
less generic in the future, though. | |||
2006-01-09 | Move 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-09 | Reorganize, 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 RT2661 | Damien 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-09 | with an offset tweak, this can also support the nvidia nforce smbus | Theo de Raadt | |
same unit is found on amd756 and amd8111. try to support the RNG as well. from gklok@cogeco.ca | |||
2006-01-09 | variables now unused | Theo de Raadt | |
2006-01-09 | trust i2c_scan for telling us if this is a lm75 or lm77, instead of | Theo de Raadt | |
stupidly relying on some power-up default register which a BIOS could change; ok grange | |||
2006-01-09 | do a lot more careful register checking for echos and roll-around and | Theo de Raadt | |
nonsense values in the lm75 probe. while there, make it look for a significant difference the lm77 has, ok grange | |||
2006-01-09 | Make sure the vnode being read is a file, okay dlg@ deraadt@ | Pedro Martelletto | |
2006-01-09 | Put 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-09 | fix a panic in the locking stuff that was caused by a pasto. found by | David Gwynne | |
Johan M:son Lindman. | |||
2006-01-08 | regen | Brad Smith | |
2006-01-08 | add a third ATI RS480 PCI Express bridge. | Brad Smith | |
2006-01-08 | regen | Brad Smith | |
2006-01-08 | add another ATI RS480 PCI Express bridge | Brad Smith | |
2006-01-08 | Big-endian fix here too. | Miod Vallat | |
2006-01-08 | Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp. | Miod Vallat | |
2006-01-08 | Correctly initialize ri_devcmap at 4bpp. | Miod Vallat | |
2006-01-08 | regen | Damien Bergamini | |
2006-01-08 | more Ralink Technology PCI ids. | Damien Bergamini | |
2006-01-07 | Remove #ifdef'ed out prototypes for previously removed #ifdef'ed out code. | Mark Kettenis | |
2006-01-06 | Two helper macros for setting SLP_TYPx values. | Alexander Yurchenko | |
2006-01-06 | from 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-06 | from 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-06 | One definition for sleeping states in acpireg.h is enough. | Alexander Yurchenko | |
2006-01-06 | Sudden newline | Alexander Yurchenko | |
2006-01-06 | Check for ACPI control availability only if ACPI_ENABLE defined. | Alexander Yurchenko | |
2006-01-06 | Informative error messages on attach, prettier dmesg. | Alexander Yurchenko | |
2006-01-06 | printf -> dnprintf conversion for debug messages. | Alexander Yurchenko | |
2006-01-06 | we now do these checks in iic_scan | Theo de Raadt | |
2006-01-06 | add Wacom Graphire3 and Graphire4 support. | Brad Smith | |
From NetBSD via Michael Knudsen ok dlg@ | |||
2006-01-06 | regen | Brad Smith | |
2006-01-06 | add Wacom Graphire3 and Graphire4 USB ids. | Brad Smith | |
2006-01-06 | pick some register with a known value, to try to tell a lm96000 apart | Theo de Raadt | |
from any of a variety of National superio chipsets for which documention is very hard to find | |||
2006-01-06 | remove NetBSD's event counter code. | Brad Smith | |
ok grange@ | |||
2006-01-05 | if both debug and verbose defined, only spit out the dump once | Theo de Raadt | |
2006-01-05 | Find SLP_TYPx values and store them for future use in | Alexander Yurchenko | |
acpi_enter_sleep_state(). | |||
2006-01-05 | In aml_eval_name() don't return success if no object found. | Alexander Yurchenko | |
2006-01-05 | Random KNF and cleanup | Alexander Yurchenko | |
2006-01-05 | enable dynamic standby workaround for the 82551 as well. | Brad Smith | |
2006-01-05 | Kill all typedef struct goo. | Marco Peereboom | |
2006-01-05 | Disable 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-05 | Provide symbolic names for the acpi sleeping states and use it. | Alexander Yurchenko | |
2006-01-05 | load the CPUSaver 102E microcode for the 82551 Rev 10 chip. | Brad Smith | |
From the Intel e100 driver. | |||
2006-01-05 | regen | Brad Smith | |
2006-01-05 | more fxp PCI ids. | Brad Smith | |
From the Intel e100 driver. | |||
2006-01-05 | Work around flawed IBM 325 eServer IPMI implementation. | Marco Peereboom | |
Help and ok deraadt@ jordan@ | |||
2006-01-05 | Better debug verbosity values. | Marco Peereboom | |
2006-01-05 | Adjust debug levels. | Marco Peereboom | |