summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-03-08Include <machine/asm_macro.h>, reorder include files list.Miod Vallat
2001-03-08Define ff1() as a one-liner assembly inline, rather than a function inMiod Vallat
2001-03-08Forgot to add this file yesterday, as part of the new include files,Miod Vallat
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-03-08configure usb devices and raidEric Jackson
2001-03-08Some warning hunting.Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
2001-03-07Correct argument order for branch_taken's callback function.Miod Vallat
2001-03-07Fix open comment.Miod Vallat
2001-03-07Simplification of the interrupt handler prototype and calling convention:Miod Vallat
2001-03-07Correct the diagnostic code in flush_atc_entry.Miod Vallat
2001-03-07Include <machine/cpu.h> for non-locore code.Miod Vallat
2001-03-07Remove 68k-isms, fix interrupt handler prototypes, warning hunting.Miod Vallat
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
2001-03-07Strict prototypes for interrupt handlers and a few machine-dependentMiod Vallat
2001-03-07Get rid of definitions of ASSEMBLER, LOCORE and such. We will getMiod Vallat
2001-03-07_KERNEL, not KERNEL, dammit !Miod Vallat
2001-03-07Inclusion from assembly code is detected with _LOCORE, no more fancy symbols.Miod Vallat
2001-03-07General cleanup in the kernel compilation process, sync style withMiod Vallat
2001-03-07ssh replaces siop here, too...Miod Vallat
2001-03-07lca and apecs buses need sgmap glue as well.Eric Jackson
2001-03-07Replace siop devices with ssh.Miod Vallat
2001-03-07Bye-bye siop, enter sshMiod Vallat
2001-03-07Change siop name to ssh, as per mvme68k, to prevent conflict with theMiod Vallat
2001-03-07DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch()Eric Jackson
2001-03-06bit of cleaningTheo de Raadt
2001-03-06isapnp pcic fitsTheo de Raadt
2001-03-05Backs out changes to wsdisplay.c so alpha (and presumably others)Todd C. Miller
2001-03-05Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED.Aaron Campbell
2001-03-05this can contain minimal usb supportTheo de Raadt
2001-03-04Revert to our old traceback code, with heuristic argument printout.Niklas Hallqvist
2001-03-04typoArtur Grabowski
2001-03-04fix typo in comment, org -> orBrad Smith
2001-03-03cnkqfilter for sparcNiels Provos
2001-03-03Lower NKMEMCLUSTERS by a factor of 2 from 32768*1024/NBPG to 16384*1024/NBPG.Todd C. Miller
2001-03-03complete wscons support for abd keyboard. -moj ok @deraadtMats O Jansson
2001-03-03Add ADB keyboard and umass device to powerpc RAMDISK kernel.Dale Rahn
2001-03-03Force the ADB bus to configure. This change was found in NetBSD, but theyDale Rahn
2001-03-03Change how PCI bus memory base address is found for powerpc.Dale Rahn
2001-03-03Support ADB keyboards as console. Only use adb if no USB keyboard isDale Rahn
2001-03-03Quiet down pmap code, this is mostly shaken out now, remove some ofDale Rahn
2001-03-03Fix typo, "edx" -> "%edx", so that the %edx register is properly protectedAaron Campbell
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-03-02Support video controllers which have two outputs which in openfirmware haveDale Rahn
2001-03-01Fix (or a least hack around) console configuration changes to wscons.Dale Rahn
2001-02-28shorter thus better printingsMichael Shalayeff
2001-02-28proper bang placementMichael Shalayeff
2001-02-28double the fixed storage size for io*_ex; deraadt@ okMichael Shalayeff
2001-02-28Add ability to get display width in bytes for display memory, thisDale Rahn