summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-04-20Use ${ALPHA} instead of ../..Niklas Hallqvist
1997-04-20line#/column# changed at 2.7, not 2.9; grrTheo de Raadt
1997-04-20Pull in systm.h, need printf() prototype.Jason Downs
1997-04-20My new toyThorsten Lockert
1997-04-20Make -Wall work.Jason Downs
1997-04-20Add a prototype for susword().Jason Downs
1997-04-19Fix a compile warningThorsten Lockert
1997-04-19.depend needs cpuconf.cThorsten Lockert
1997-04-19more buffer cache pleaseTheo de Raadt
1997-04-19-Wall cleanup.Per Fogelstrom
Change to new MI assym.h file generation. (genassym.cf)
1997-04-18Change via NetBSD via Scott Reynolds via Takashi Namada who provided thegene
original baseline for these changes. "Make sure to call adbop() on Power Manager-based machines." Also, substantical cleanup and beautification.
1997-04-18More fixes from Scott Reynolds:gene
>For small writes, use PIO rather than PDMA; this increases the reliability >of the driver (considerably, on some systems/targets).
1997-04-18Use the new genassym.cf method of generating the assym.h file.Dale S. Rahn
1997-04-18do not check BOOT_MAGIC!Theo de Raadt
1997-04-18angelos, please forgive me );Michael Shalayeff
i missed this yesterday.... now it must work for you! (;
1997-04-18some cleanup, comments and copyrightMichael Shalayeff
1997-04-18Use genassym.cf and a shell script to build assym.h. This helpsgene
cross-compiling a lot. Queue taken from Scott Reynolds.
1997-04-18faked disklabel for extended partition +Niels Provos
fixes by Niklas to faciliate use of other partition types (ext2fs) + Indentation by Theo ;)
1997-04-18Fix from Denny Gentry--initialize receive seq. count and don't skip an entrybriggs
when programming the CAM.
1997-04-18Clean up error handling a little. There is a smallTobias Weingartner
problem with marginal disks. This code does not like them at all. I'm too frazzled right now to figure this out. This should give better error messages...
1997-04-18fix a bugMichael Shalayeff
1997-04-18use libs from correct pathsMichael Shalayeff
1997-04-18no assembly listingMichael Shalayeff
1997-04-18oops...Michael Shalayeff
1997-04-18no more 60k limit!Michael Shalayeff
no more explicit real<-->prot switching! fix 2.88 floppy drives..... kbd fixes coming soon! test it!
1997-04-17Add -nostdlib to make sure...Tobias Weingartner
1997-04-17Hope this works...Tobias Weingartner
1997-04-17make "boot> -a" work like "boot> bsd -a"; ie. flags shortcutTheo de Raadt
1997-04-17fix tab expansionTheo de Raadt
1997-04-17more equipment bits!Michael Shalayeff
1997-04-17Added -q to return to Motorola bug.gvf
Added loop to prompt for kernel name if it is not found.
1997-04-17Fix error handling from bios & typo.Tobias Weingartner
1997-04-17Changes earmarked 'purely cosmetic' by Scott Reynolds:gene
>- Remove unused `register' modifier on declarations >- Reverse the sense of some tests to make the code more clear >- Type casts per KNF >- Move a static variable into the only function that uses it > (perhaps we can eliminate it entirely, someday?) Also, I went through these files and XXX'ed some things that should be and fixed a few more formatting problems per KNF.
1997-04-17New memprobe for weird machines... please test.Tobias Weingartner
1997-04-17more devicesMichael Shalayeff
1997-04-17Latest code from Mike + slight fixes.Jason Downs
1997-04-17Use HP_425 for id 7, and fix tests in machdep.c.Jason Downs
1997-04-17Better machine type identification from Mike SmithJason Downs
(<miff@spam.frisbee.net.au>).
1997-04-17Add back rd devices.Jason Downs
1997-04-17Do interrupt time accounting by running interrupt handlers with a seperateThorsten Lockert
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com>
1997-04-17Apple's firmware returns 0 from OF_read(stdin,)briggs
if no characters are available. Deal with it.
1997-04-16add RB_KDB supportTheo de Raadt
1997-04-16add ext2fsTheo de Raadt
1997-04-16map two pages of Sysmap rather than 1.flipk
fixes ramdisk loading problem (kernel > 4M). some comments.
1997-04-16Add a proper version number ala other ports, and clean up various parts ofJason Downs
the Makefiles. Lots more to do...
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me.
1997-04-16fix cut 'n' pasteJason Downs
1997-04-16exec() changes.Jason Downs
1997-04-16nice printfTheo de Raadt
1997-04-15extern int debug;Michael Shalayeff