Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-09 | NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA command | Brad Smith | |
in ncr53c9x_select(). From tsutsui NetBSD ok miod@ | |||
2006-01-09 | Spank the clock: remove relics of old GPROF code, compute tickfix for | Miod Vallat | |
better clock adjustment, consider clocks past year 2010 as possible, and do not display the PRAM clock if it consistent. | |||
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 | Disable an(4) on BE archs until it works. | Jonathan Gray | |
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 | Remove clock tick adjustment computation inherited from luna68k where some | Miod Vallat | |
models run with hz=60. | |||
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat | |
zs_getc(). | |||
2006-01-09 | Ditch the grf frame buffer abstraction, and directly attach macfb to | Miod Vallat | |
either obio or nubus. No functional change, shaves a few more KB... | |||
2006-01-09 | Remove duplicate defines with if_ether.h | Miod Vallat | |
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 | amdpm also exists as a 2nd iic bus on amd8111 machines | Theo de Raadt | |
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 | Restore console bell functionnality lost in the wscons merge. | Miod Vallat | |
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 | Use protected version of register_t in struct sigcontext for the | Todd C. Miller | |
case where _XOPEN_SOURCE was defined but BSD-specific types are not visible. | |||
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 | Enable hotplug(4); Tested by Michael Knudsen and me; | Robert Nagy | |
ok brad@ deraadt@ | |||
2006-01-09 | skip the darn cereal devices, which i think are just markers for the host ↵ | Theo de Raadt | |
chip i think | |||
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 | Remove unused grf_softc members; do not keep temporary data in grf_softc | Miod Vallat | |
either, instead keep it on the stack or directly in attachment structures. No functional change. | |||
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 | Don't provide bass and treble mixer controls if the underlying hardware doesn't | Mark Kettenis | |
provide these. Put them in the outputs class. ok joris@ | |||
2006-01-08 | Drop native MacOS support from the adb direct code, and skip callback | Miod Vallat | |
wrappers used to convert between MacOS pascal calling convention and the C calling convention, unless option MRG_ADB. No functional change. | |||
2006-01-08 | Big-endian fix here too. | Miod Vallat | |
2006-01-08 | Display unhandled adb devices as "whatever at adb0 addr X" like all buses do; | Miod Vallat | |
while there, make the detailed descriptions dependent on ADBVERBOSE (enabled in GENERIC) instead of DIAGNOSTIC. | |||
2006-01-08 | Advertize color on non-indexed modes, and swap blue and red at 16bpp (might be | Miod Vallat | |
necessary at 24 and 32bpp as well). | |||
2006-01-08 | Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp. | Miod Vallat | |
2006-01-08 | Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values. | Miod Vallat | |
2006-01-08 | Switch macfb from an rcons backend to a rasops backend; supposedly restores | Miod Vallat | |
all pixel depth operation, but there are still font display problems at 4bpp and 16bpp at the moment; also make sure the display is white on black, whichever colour depth we are in. | |||
2006-01-08 | Oops, don't forget to initialize the raw repeat timeout; lost while cleaning. | Miod Vallat | |
2006-01-08 | Correctly initialize ri_devcmap at 4bpp. | Miod Vallat | |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller | |
2006-01-08 | regen | Damien Bergamini | |
2006-01-08 | more Ralink Technology PCI ids. | Damien Bergamini | |
2006-01-08 | i cant spell my own name. | David Gwynne | |
noticed by miod@ | |||
2006-01-07 | Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line for | Miod Vallat | |
``serial boot echo''. | |||
2006-01-07 | Remove #ifdef'ed out prototypes for previously removed #ifdef'ed out code. | Mark Kettenis | |
2006-01-07 | p_dupfd need only be -1, nothing else. but this is nothing like what aaron ↵ | Theo de Raadt | |
has coming... | |||
2006-01-07 | Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386 | Aaron Campbell | |
to see; page fault trap in linux_elf_probe (char *itp is being passed as NULL and then "if (itp[0])" attempts to dereference it). deraadt@ "trash it asap" | |||
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller | |
2006-01-06 | Don't add the same function twice when ordering the functions of a PCI device. | Mark Kettenis | |
Prevents alipm(4) attaching twice on Blade-100. ok deraadt@ | |||
2006-01-06 | Add missing rcsid | Todd C. Miller | |