summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-08-24Adapt to trap() name change.Miod Vallat
2001-08-24Adapt to the <machine/asm.h> macros (only for entry points for now, becauseMiod Vallat
2001-08-24Rename the trap() symbols with more insightful names. This forces usMiod Vallat
2001-08-24Define the usual <machine/asm.h> macros, for convenience of .S parts.Miod Vallat
2001-08-24Correct execution flow in m197_table_search().Miod Vallat
2001-08-24Grandma always told me, initialize your variables before you print theirMiod Vallat
2001-08-24Get rid of a shupid define.Miod Vallat
2001-08-24Cleanup.Miod Vallat
2001-08-24Remove unused debugging code, fix uninitialized variables.Miod Vallat
2001-08-24There is no need to hide potentially useful stuff in .c files.Miod Vallat
2001-08-24Get rid of the ugly db_printf() wrappers, as well as of theMiod Vallat
2001-08-24Correctly tell if a syscon is main one on 188.Miod Vallat
2001-08-24Pass a dev_t where a dev_t is expected.Miod Vallat
2001-08-24No newline at the end of panic messages.Miod Vallat
2001-08-24propagate bootpathJason Wright
2001-08-24Theo says that this is probably all that's needed for sigreturn.Artur Grabowski
2001-08-24One can get really creative at 2am.Artur Grabowski
2001-08-23Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half isMiod Vallat
2001-08-23option M88000 is not necessary for mvme88k.Miod Vallat
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat
2001-08-23adapt to how our scheduler works.Artur Grabowski
2001-08-23UID_MAX and GID_MAXArtur Grabowski
2001-08-23weak_alias and warn_referencesArtur Grabowski
2001-08-23setjmp.h, trivial.Artur Grabowski
2001-08-23ieeefp.h from sparcArtur Grabowski
2001-08-23Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD.Jason Wright
2001-08-23Allow wd to be root and some cleanup.Artur Grabowski
2001-08-23wdArtur Grabowski
2001-08-23Remove DEBUG, it's too chatty.Artur Grabowski
2001-08-23pciide works.Artur Grabowski
2001-08-23fix args in stream -> raw conversion.Artur Grabowski
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23fix a commentArtur Grabowski
2001-08-23Uncomment hme, it works.Artur Grabowski
2001-08-23Provide temporary compatibility with old machine ID binaries for some time.Miod Vallat
2001-08-23Convert the last old-timeout, tested by beck@Miod Vallat
2001-08-23enable de. ok miod@Matthieu Herrb
2001-08-23glue for atapi and ataArtur Grabowski
2001-08-23Move the limited memory mapping code later in configuration, afterDale Rahn
2001-08-22add hme at pci (commented out)Jason Wright
2001-08-22add hme at pci attachment (yes, this doesn't really belong here).Jason Wright
2001-08-22Some "raw" wrappers around "stream" methods.Artur Grabowski
2001-08-22Fix interrupt establishing.Artur Grabowski
2001-08-22Modify fpsp and 060sp makefiles, so that they honor obj/ directoriesMiod Vallat
2001-08-22I hate cvs.Artur Grabowski
2001-08-22auxio from NetBSDArtur Grabowski
2001-08-22pci_machep from NetBSDArtur Grabowski
2001-08-22clock at ebus, auxio at ebus, PCIVERBOSEArtur Grabowski
2001-08-22first steps toward pciArtur Grabowski