summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-01-10Simplify external macfb interfaces, kill an intermediate attachment structure.Miod Vallat
2006-01-10The __CONCAT macro here collides with the one in cdefs.h pulled in viaMartin Reindl
2006-01-10missing cast to vaddr_tMartin Reindl
2006-01-10struct cfdriver shall not be declared as const (oops).Miod Vallat
2006-01-10need sys/types.h for vaddr_tJolan Luff
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-09Spank the clock: remove relics of old GPROF code, compute tickfix forMiod Vallat
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-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-09amdpm also exists as a 2nd iic bus on amd8111 machinesTheo de Raadt
2006-01-09Restore console bell functionnality lost in the wscons merge.Miod Vallat
2006-01-09Use protected version of register_t in struct sigcontext for theTodd C. Miller
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-08Remove unused grf_softc members; do not keep temporary data in grf_softcMiod Vallat
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-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-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-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-07Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line forMiod Vallat
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Don't add the same function twice when ordering the functions of a PCI device.Mark Kettenis
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-06Err, commited from the wrong treeAlexander Yurchenko
2006-01-06Fix acpi includes.Alexander Yurchenko
2006-01-06set correct delay() value after executing the `read version' command;Xavier Santolaria
2006-01-05enable nviicDavid Gwynne
2006-01-05Enable amdpm; ok deraadt@.Alexander Yurchenko
2006-01-05don't include sys/errno.h, pointed out by MiodMartin Reindl
2006-01-05More dead constants.Miod Vallat
2006-01-05A match() function should never, never, ever return UNSUPP for unsupportedMiod Vallat
2006-01-05Begone.Miod Vallat
2006-01-05Check securelevel and machdep.allowaperture for i386_set_ioperm() theMatthieu Herrb
2006-01-05enable ixgbTheo de Raadt
2006-01-05go ahead, enable asmsTheo de Raadt