summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-23Oops, unbreak; deraadt@Miod Vallat
2002-04-22Fix a couple of typos.Miod Vallat
2002-04-22Bring several stability and performance fixes from NetBSD, as well asMiod Vallat
2002-04-22always print the offset, mask allowingMichael Shalayeff
2002-04-22forgot this, no steal anymoreMichael Shalayeff
2002-04-22better autoconf_verbose printsMichael Shalayeff
2002-04-22do not forget to set the hpamaskMichael Shalayeff
2002-04-22proper coms configMichael Shalayeff
2002-04-22first we flush, then we advanceMichael Shalayeff
2002-04-22no longer batc the data, only the code.Michael Shalayeff
2002-04-21Correct a thinko wrt 68060 operation; only affects 177 boards.Miod Vallat
2002-04-21Fix comments.Miod Vallat
2002-04-21Get rid of duplicate definitions with <m68k/cpu.h>Miod Vallat
2002-04-21Add a maxusers line, and comment out xd lines.Miod Vallat
2002-04-21Add ramdisk support.Miod Vallat
2002-04-21Change disklabel policy, and allow writing disklabel to any media that doesMiod Vallat
2002-04-21typoMichael Shalayeff
2002-04-21better buf's mapping and less magic constants in checking for io space cachab...Michael Shalayeff
2002-04-21map io rw, not rwx and dmamem uncached (until sync does the flush)Michael Shalayeff
2002-04-20CLK_TCK is not needed in the modern world; from espie@Michael Shalayeff
2002-04-20- the set-colors OF call takes a packed array of colors value,Matthieu Herrb
2002-04-20Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDBMiod Vallat
2002-04-19build when NSWDISPLAY is undefined or 0; from brian@freebsd-services.comjasoni
2002-04-19remove some #ifdef __arch64__, after agreement: we only ever run sparc64Marc Espie
2002-04-18Make the Mac68k disklabel 16 partitions long, to cope withMiod Vallat
2002-04-18Report explicit failure instead of success and no operation when asked toMiod Vallat
2002-04-18- use a define instead of a hardcoded value for 68040 cache controlMiod Vallat
2002-04-18Use FPU_FOO constants everywhere, and do not print the 68060 as having bothMiod Vallat
2002-04-18Add amphyJason Wright
2002-04-18call pool_get() with PR_NOWAIT. allocation can fail with low memory, butTheo de Raadt
2002-04-17new RAMDISK config, much smallerTheo de Raadt
2002-04-16Same .text vs .data issue as for mvme68k.Miod Vallat
2002-04-16The interrupt vectors are data, not code; this makes non-DDB kernelsMiod Vallat
2002-04-16Use the common m68k pmap_bootstrap code here.Miod Vallat
2002-04-16Missing prototype.Miod Vallat
2002-04-16- allow users of pmap_bootstrap to not have virtual address 0 read only,Miod Vallat
2002-04-16Merge pmap_pinit() inside pmap_create() and pmap_release() insideMiod Vallat
2002-04-16use polled access for now (prevents a hang on the Momenco Leopard-V)Jason Wright
2002-04-16- Don't bother checking to see if the prom has already mapped thisJason Wright
2002-04-16Move the stage2 boot block load address higher, so that it can loadMiod Vallat
2002-04-16Using a dull device to probe the FPU is ridiculous, replace it with an earlyMiod Vallat
2002-04-15Since XFree doesn't try to remap things behind our backs anymore, simplifyJason Wright
2002-04-15wx is totally gone nowTheo de Raadt
2002-04-14gx, not wx, you fool. spotted by miodTheo de Raadt
2002-04-13Try MUCH harder to always print a "root on" lineTheo de Raadt
2002-04-11Make sure this always prints the 'root on' line. Also, treat ramdisksJason Wright
2002-04-10Handle all pending adb interrupts when searching for devices.Dale Rahn
2002-04-10Be sure to print 'root on' line for RAMDISK kernelsJason Wright
2002-04-10remove ahc from here againTheo de Raadt