summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2001-02-28better print due to theo's suggestionMichael Shalayeff
2001-02-28make compile; update for pci, cardbus, usb, pcmciaTodd T. Fries
2001-02-28scan the isa hole for `optional rom's.Michael Shalayeff
2001-02-27crank NKMEMCLUSTERS fron 4MB to 32MB.Artur Grabowski
2001-02-26fix tlbd_l for a new register usage conventionMichael Shalayeff
2001-02-26Fix copyright; ericj@Aaron Campbell
2001-02-25Add wscons_machdep.c which is a constab-style wrapper driver for wscons onAaron Campbell
2001-02-25Code to enable the cache on VS4000/VLC. From mhitch@netbsd.org.Hugh Graham
2001-02-25Use the system subtype field on the SIE to determine if a machine isHugh Graham
2001-02-25Provide both system sub type and system variant data for KA45 and KA48.Hugh Graham