summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-04-11Various commentsTobias Weingartner
1997-04-11machdep_start has to do esym mucking...Tobias 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-10queue handling hacks for chips like aic7860 which have small numbers of SCB's.Theo de Raadt
by gibbs@freebsd.org
1997-04-10Ignore SE/30 faux-video card.briggs
1997-04-10Don't use gcc builtin __builtin_return_address(frameno) onTodd C. Miller
alpha, it crashes the kernel. This is a work around until gcc is fixed. NetBSD PR#3471 fix from Ross Harvey <ross@teraflop.com>
1997-04-10Need to separate i/o and mem on mipsPer Fogelstrom
1997-04-10Zilog z8536 defsPer Fogelstrom
1997-04-10Ooops! These have to be committed after pcidevs. Doing a make and commitPer Fogelstrom
all together at the same time yields the wrong revision number. Sorry.
1997-04-10These two was not ready for commit yet. Backed out.Per Fogelstrom
1997-04-10Add Matrox MystiquePer Fogelstrom
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-10always skip the first 8K of swap. Yes, 8K, not some manufactured number that ↵Theo de Raadt
ends up being 4K
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-09change space to "_" in tsleep() stringkstailey
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-08chflags not permittedTheo de Raadt
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-07cf_flags & 0x20 forces device to be found even if it won't probe.Jim Rees
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