summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-18more size_t vs u_int fallout.. i guess the lastTheo de Raadt
2006-01-18Silence acpi during dmesg if it isnt there.Marco Peereboom
2006-01-18add piixpm.Brad Smith
2006-01-18enable ixgb here too.Brad Smith
2006-01-17Upon halt, invoke resettodr() on arm platforms, unless we have been sittingMiod Vallat
2006-01-17Do not invoke resettodr() on shutdown if we have been sitting in ddb.Miod Vallat
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat
2006-01-17since bcopy/bzero will be assigned to these pointers, get the size_t in the c...Theo de Raadt
2006-01-17Remove unused ``stride'' bus_space internal functionality; nothing needs it.Miod Vallat
2006-01-16Sync m68k fpe code with NetBSD; but remove unimplemented opcodes stubs, soMiod Vallat
2006-01-16Correctly define extended doubles, the way the 6888x use them; from NetBSD.Miod Vallat
2006-01-16Do not register adb and pm interrupts until the related devices initialize.Miod Vallat
2006-01-16Correctly handle successfull FP emulation (doh!)Miod Vallat
2006-01-16Let the intrhand structs be softc fields, rather than static global variables.Miod Vallat
2006-01-16enable wbenv. best way to test new code is to enable itTheo de Raadt
2006-01-16adjust to size_t changesTheo de Raadt
2006-01-15Sync sc_memcopy and sc_memzero signatures with bcopy and bzero.Miod Vallat
2006-01-15cope with the int vs long changes to size_tTheo de Raadt
2006-01-15Print cache instructions correctly.Miod Vallat
2006-01-15Comment alipm (and spell out power management for piixpm while I'm there).Mark Kettenis
2006-01-15Do not put HZ in the kernel configuration file anymore, and let the kernelMiod Vallat
2006-01-14Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugsMiod Vallat
2006-01-13support i915. adapted from freebsd by Dimitry Andric. does not breakTheo de Raadt
2006-01-13list other maxds modelsTheo de Raadt
2006-01-13Bring a few improvements from NetBSD:Miod Vallat
2006-01-13KNF and remove dead parts.Miod Vallat
2006-01-13Sync OSS code with NetBSD; supports poweroff now.Miod Vallat
2006-01-13Remove unused bad{,b,w,l}addr.Miod Vallat
2006-01-13Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingMiod Vallat
2006-01-13Allow proper detaching of wdc, so that detaching a mediabay device properlyMiod Vallat
2006-01-13Fix printf format string due to types changeTodd C. Miller
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-13white space vs tabs; no binary changeMichael Shalayeff
2006-01-12Move to using gdt only (no more ldt in general case) but with a variableTobias Weingartner
2006-01-12oopsTheo de Raadt
2006-01-12after range-checking save nkpde back; toby@ ok and discussion w/ hshoexer@Michael Shalayeff
2006-01-12- add a missing htons() to the receive checksum routine to fixBrad Smith
2006-01-12Fix up interrupt routing on SiS 963.Jonathan Gray
2006-01-11Use bounded string functions while constructing the disassembly lines; plusMiod Vallat
2006-01-11Let's move the orphans to the Attic.Miod Vallat
2006-01-11hotplug(4) and hotplugd(8) hereMartin Reindl
2006-01-11Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
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