summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-04-12use the profile.h from the arc - this way theThomas Graichen
undefined reference to `___mcount' problems are solved - a lot of thanks to per
1997-04-12theo can't get everything right :-)Thomas Graichen
1997-04-12update to my current config fileThomas Graichen
1997-04-12A horrific gruesome hack to remove a splat during obj@ buildsTheo de Raadt
1997-04-11If someone pressed a nonprintable character in getsn (eg in boot -c) theMats O Jansson
speaker would be turned on but not off. So don't allow sysbeep until timers works. -moj
1997-04-11add NTPkstailey
1997-04-11Various commentsTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11add tagkstailey
1997-04-11my home PCkstailey
1997-04-10Ignore SE/30 faux-video card.briggs
1997-04-10Attempt to clean up local devices.Per Fogelstrom
Added support for new QED RT52x0 processors.
1997-04-10__C -> __abs_c for consistency with usage in tc_*Todd C. Miller
1997-04-10additions & fixes from niklas & iTheo de Raadt
1997-04-10machine@ is a horrible hack in obj@ space. ignore the error. fix laterTheo de Raadt
1997-04-10Do block/sector handling like the other portsNiklas Hallqvist
1997-04-10SunOS emulation trap#2 handling from NetBSD (gwr via scottr)Niklas Hallqvist
1997-04-10Stop the SONIC before setting reset, not after...briggs
1997-04-10Add missing __C #defineTodd C. Miller
1997-04-10Changes from Denny Gentry <denny1@home.com>:briggs
Change in the way receive buffer areas are handled. Before we gave the chip 16 buffers, each 1536 bytes (big enough for one packet). Now we're handing the chip 8 buffers, each 4 Kbytes, and letting the chip fit as many packets as it can in each one. This should help keep it from running out of buffer space. Also make some of the performance-crucial routines inline. It made no measurable difference except to make me feel better
1997-04-10Fix typo (aligend -> aligned)Todd C. Miller
1997-04-10Ack. Make this compile again.briggs
1997-04-09add soundblaster supportkstailey
1997-04-09Fix from Bill Studenmund--generate ^-\ on ^-\ instead of on ^-/briggs
1997-04-09Comment video cards and add define for SuperMac Thunder/24.briggs
1997-04-09emulate bios calls. more debugging stuff. some fixes.Michael Shalayeff
1997-04-09the theTheo de Raadt
1997-04-08minor cleanup regarding forward scrolling usage, also only scroll one linemichaels
at a time rather than 10. (slower, but not so distractingly ugly anymore)
1997-04-08use new device names: fd(0,a) -> fd0aMichael Shalayeff
1997-04-08SunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr.briggs
1997-04-08Clarify comment a bit and skip userret when flushing CPU caches in SunOS emul.briggs
1997-04-08attempt cd9660 & part/nblks fixTheo de Raadt
1997-04-08Fix from NetBSD: flush caches on trap 2 in SunOS emulation. Comment onbriggs
mac68k change by scottr attributes Gordon (Ross) on the change.
1997-04-08Changes from Michael R. Zucca <mrz5149@cs.rit.edu> for 16-bit and 32-bitbriggs
console support.
1997-04-08Some patches from Bob Nestor <rnestor@metronet.com> to edge toward supportbriggs
for an Apple SONIC-based ethernet card. Includes a patch to the nubus probing that we worked out together. Some cards, like his, were being missed and/or probed like video cards\!
1997-04-08From scottr@netbsd.org:gene
>Fix SunOS user trace trap handling, from Gordon.
1997-04-08use a different, smaller font.michaels
1997-04-08Rewrite to make dma more stable from scottr@netbsdgene
1997-04-07i think i got this right....Theo de Raadt
1997-04-07turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT ↵kstailey
for MS-emulation
1997-04-07Bleh. bus_probe has opposite return of my fn.briggs
1997-04-07Perhaps improve reliability with some small performance sacrifice.briggs
1997-04-07Denny suggests that we make all Quadra cases the same. The Q700, at leastbriggs
seems to be able to work with the Q650 configuration, but not vice-versa.
1997-04-07cd9660 & partition/block number confusion correctionTheo de Raadt
1997-04-07cd9660 & partition/block number confusion correctionTheo de Raadt
1997-04-07unconfuse partition/block sizing stuffTheo de Raadt
1997-04-07wrong placeTheo de Raadt