summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-01-10fix axe on big endian archs. for jolanDavid Gwynne
2006-01-10Really pass -fno-stack-protector in CFLAGS as intended, and define theMiod Vallat
2006-01-10cull the deadTheo de Raadt
2006-01-10comment amdpmTheo de Raadt
2006-01-10use ${INSTALL_STRIP} ok miodTheo de Raadt
2006-01-10The __CONCAT macro here collides with the one in cdefs.h pulled in viaMartin Reindl
2006-01-10Remove duplicate _C_LABEL define. OK miod@Todd C. Miller
2006-01-09Fix last change; we need machine/reg.h for struct sigcontext toTodd C. Miller
2006-01-09damn, left a lockTheo de Raadt
2006-01-09Delay a bit after sending a reset command if the chip is an 53C94 or a 53C96;Miod Vallat
2006-01-09NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA commandBrad Smith
2006-01-09Spank the clock: remove relics of old GPROF code, compute tickfix forMiod Vallat
2006-01-09Remove debug message.Mark Kettenis
2006-01-09Introduce a wsdisplay type for mac68k frame buffers; we might need to becomeMiod Vallat
2006-01-09Disable an(4) on BE archs until it works.Jonathan Gray
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
2006-01-09Remove clock tick adjustment computation inherited from luna68k where someMiod Vallat
2006-01-09Remove completely obsolete comment from the pre-wscons sparc days inMiod Vallat
2006-01-09Ditch the grf frame buffer abstraction, and directly attach macfb toMiod Vallat
2006-01-09Remove duplicate defines with if_ether.hMiod Vallat
2006-01-09Reorganize, paying attention to the small differences between Winbond chips.Mark Kettenis
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini
2006-01-09amdpm also exists as a 2nd iic bus on amd8111 machinesTheo de Raadt
2006-01-09with an offset tweak, this can also support the nvidia nforce smbusTheo de Raadt
2006-01-09variables now unusedTheo de Raadt
2006-01-09Restore console bell functionnality lost in the wscons merge.Miod Vallat
2006-01-09trust i2c_scan for telling us if this is a lm75 or lm77, instead ofTheo de Raadt
2006-01-09do a lot more careful register checking for echos and roll-around andTheo de Raadt
2006-01-09Make sure the vnode being read is a file, okay dlg@ deraadt@Pedro Martelletto
2006-01-09Use protected version of register_t in struct sigcontext for theTodd C. Miller
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2006-01-09Enable hotplug(4); Tested by Michael Knudsen and me;Robert Nagy
2006-01-09skip the darn cereal devices, which i think are just markers for the host chi...Theo de Raadt
2006-01-09fix a panic in the locking stuff that was caused by a pasto. found byDavid Gwynne
2006-01-08Remove unused grf_softc members; do not keep temporary data in grf_softcMiod Vallat
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-08Don't provide bass and treble mixer controls if the underlying hardware doesn'tMark Kettenis
2006-01-08Drop native MacOS support from the adb direct code, and skip callbackMiod Vallat
2006-01-08Big-endian fix here too.Miod Vallat
2006-01-08Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;Miod Vallat
2006-01-08Advertize color on non-indexed modes, and swap blue and red at 16bpp (might beMiod Vallat
2006-01-08Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp.Miod Vallat
2006-01-08Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values.Miod Vallat
2006-01-08Switch macfb from an rcons backend to a rasops backend; supposedly restoresMiod Vallat
2006-01-08Oops, don't forget to initialize the raw repeat timeout; lost while cleaning.Miod Vallat
2006-01-08Correctly initialize ri_devcmap at 4bpp.Miod Vallat
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller