Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-13 | Oops. We do not want to unmap something that we've used bus_space_subregion | briggs | |
to get. | |||
1997-04-13 | Some updates based on information from Bob Nestor <rnestor@metronet.com> | briggs | |
about his SONIC-T LC/PDS card. | |||
1997-04-13 | Make it compile after disklabel changes | Per Fogelstrom | |
1997-04-13 | Add support for PCI NE2000 clones. I finally got around to doing this :-) | Todd C. Miller | |
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver. | |||
1997-04-13 | derive from INST, not GENERIC. | Michael Shalayeff | |
we fit on floppy now, and some space even left.... | |||
1997-04-13 | sample ramdisk config file. from GENERIC one. | Michael Shalayeff | |
kernel does not boot w/ rd as root. any ideas? it boots w/ default sized ramdisk, but get a panic later. it does not even shows a copyright w/ big sizes (such as set in there) | |||
1997-04-12 | use the profile.h from the arc - this way the | Thomas Graichen | |
undefined reference to `___mcount' problems are solved - a lot of thanks to per | |||
1997-04-12 | theo can't get everything right :-) | Thomas Graichen | |
1997-04-12 | update to my current config file | Thomas Graichen | |
1997-04-12 | A horrific gruesome hack to remove a splat during obj@ builds | Theo de Raadt | |
1997-04-11 | If someone pressed a nonprintable character in getsn (eg in boot -c) the | Mats O Jansson | |
speaker would be turned on but not off. So don't allow sysbeep until timers works. -moj | |||
1997-04-11 | add NTP | kstailey | |
1997-04-11 | Various comments | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | add tag | kstailey | |
1997-04-11 | my home PC | kstailey | |
1997-04-10 | Ignore SE/30 faux-video card. | briggs | |
1997-04-10 | Attempt 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-10 | additions & fixes from niklas & i | Theo de Raadt | |
1997-04-10 | machine@ is a horrible hack in obj@ space. ignore the error. fix later | Theo de Raadt | |
1997-04-10 | Do block/sector handling like the other ports | Niklas Hallqvist | |
1997-04-10 | SunOS emulation trap#2 handling from NetBSD (gwr via scottr) | Niklas Hallqvist | |
1997-04-10 | Stop the SONIC before setting reset, not after... | briggs | |
1997-04-10 | Add missing __C #define | Todd C. Miller | |
1997-04-10 | Changes 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-10 | Fix typo (aligend -> aligned) | Todd C. Miller | |
1997-04-10 | Ack. Make this compile again. | briggs | |
1997-04-09 | add soundblaster support | kstailey | |
1997-04-09 | Fix from Bill Studenmund--generate ^-\ on ^-\ instead of on ^-/ | briggs | |
1997-04-09 | Comment video cards and add define for SuperMac Thunder/24. | briggs | |
1997-04-09 | emulate bios calls. more debugging stuff. some fixes. | Michael Shalayeff | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-08 | minor cleanup regarding forward scrolling usage, also only scroll one line | michaels | |
at a time rather than 10. (slower, but not so distractingly ugly anymore) | |||
1997-04-08 | use new device names: fd(0,a) -> fd0a | Michael Shalayeff | |
1997-04-08 | SunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr. | briggs | |
1997-04-08 | Clarify comment a bit and skip userret when flushing CPU caches in SunOS emul. | briggs | |
1997-04-08 | attempt cd9660 & part/nblks fix | Theo de Raadt | |
1997-04-08 | Fix from NetBSD: flush caches on trap 2 in SunOS emulation. Comment on | briggs | |
mac68k change by scottr attributes Gordon (Ross) on the change. | |||
1997-04-08 | Changes from Michael R. Zucca <mrz5149@cs.rit.edu> for 16-bit and 32-bit | briggs | |
console support. | |||
1997-04-08 | Some patches from Bob Nestor <rnestor@metronet.com> to edge toward support | briggs | |
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-08 | From scottr@netbsd.org: | gene | |
>Fix SunOS user trace trap handling, from Gordon. | |||
1997-04-08 | use a different, smaller font. | michaels | |
1997-04-08 | Rewrite to make dma more stable from scottr@netbsd | gene | |
1997-04-07 | i think i got this right.... | Theo de Raadt | |
1997-04-07 | turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT ↵ | kstailey | |
for MS-emulation | |||
1997-04-07 | Bleh. bus_probe has opposite return of my fn. | briggs | |