Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-01 | o Removed dependence on stp2002 (not sharable with qec+be) | Jason Wright | |
o Added collision counters o Should work on sun4c | |||
1998-08-26 | First cut at qec+be support. Works in 10mbit/half duplex mode. | Jason Wright | |
Removed qec+be dependency on stp2002. | |||
1998-08-20 | If there are no SFILES, don't try to .depend them; run over by: ↵ | Jason Wright | |
emory@hellyeah.com | |||
1998-07-20 | no need for NMBCLUSTERS; noted by fries | Theo de Raadt | |
1998-07-17 | Moved most of the DMA functions to a chipset driver so that | Jason Wright | |
'hme' and 'be' can share the same logic. | |||
1998-07-11 | be* at qec? | Theo de Raadt | |
1998-07-10 | Add build support for hme | Jason Wright | |
1998-07-04 | add support for qec; same basic thing as lebuffer | Theo de Raadt | |
1998-05-22 | magma in both these | Theo de Raadt | |
1998-05-20 | magma serial driver; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-04-30 | Updated sparc audio | Jason Wright | |
1998-03-25 | Driver for the 8 leds on the back of sun4 machines. | Jason Wright | |
1998-03-04 | Backout HZ comments I added, which are not appropriate for inclusion in | johns | |
kernel config files. | |||
1998-03-04 | Corrected comments for machines with oclock0... | johns | |
1998-03-04 | Added comments about changing HZ to custom values on sparc. Only supported | johns | |
for sun4c and sun4m machines. sun4 will only run at the default HZ=100. Added commented out option for HZ=1000 along with info for GENERIC, SUN4C, and SUN4M configs. Added note to SUN4 config warning that HZ is ignored. | |||
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-02 | NULLFS is required by UMAPFS, don't know when this got messed up, perhaps | johns | |
its a gcc 2.8 related thing. | |||
1998-02-26 | Backout of cpu init changes, breaks on sun4m currently.. | johns | |
1998-02-26 | updated to reflect cpu initialization | Jason Wright | |
1997-09-17 | NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply to | Jason Downs | |
us. Includes some pmap changes, for which I don't have the original commit message(s) handy. | |||
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-09-11 | let's at least list all scsi devices, ok? | Todd T. Fries | |
1997-08-25 | Implement LED blinking as a run-time configurable option via the sysctl | Jason Downs | |
machdep.led_blink. Rename auxreg.h because we need config to generate one now. | |||
1997-08-24 | -msupersparc is bad news on the microSparc. | Jason Downs | |
1997-08-08 | Updated from GENERIC. | Jason Downs | |
1997-08-08 | Update GENERIC_SCSI3 from GENERIC and add tags. | Jason Downs | |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled. | |||
1997-07-08 | Added -msupersparc for SUN4M-only configs, (right after -mv8) -msupersparc | johns | |
supposedly adds additional instruction scheduling for better performance, where -mv8 seems to only "allow" the multiply and div instructions. This is what I got from the gcc docs anyway.. Reading the RTL for sparc seems to agree with this hypothesis, and the man pages.. | |||
1997-07-01 | make powerdown conditional | grr | |
1997-06-26 | Compile sun4m-only kernels with -mv8. | Jason Downs | |
1997-06-25 | Switch to genassym.cf and sync Makefile with other ports. | Jason Downs | |
1997-06-23 | add "option IPFILTER_LOG" to conf files that already had IPFILTER | kstailey | |
1997-06-22 | Add appropiate `maxusers' everywhere it was lacking. | Jason Downs | |
1997-06-13 | updated SUN4 config from current GENERIC, previous rev was way out of date | johns | |
and non-functional. | |||
1997-06-12 | Redid SUN4M config from GENERIC, old one was way out of date.. | johns | |
1997-06-06 | tweaks to make the ramdisk kernel smaller and also reduce the vm ↵ | grr | |
requirements, since vm & pm aren't much different in the install environment | |||
1997-05-30 | having make clean remove *netbsd is good policy, but probably not what was ↵ | grr | |
intended | |||
1997-05-25 | commit updated ramdisk stuff, even if it's not going into release | grr | |
1997-05-25 | make a ramdisk optimally sized to fit below 0x340000 and still have a few ↵ | grr | |
free blocks, .../sparc/stand/boot/Makefile still needs to be un-reverted to make the corresponding bootblocks though | |||
1997-05-16 | shrink | Theo de Raadt | |
1997-05-16 | shrink | Theo de Raadt | |
1997-05-14 | working bsd.rd; without vi for now | Theo de Raadt | |
1997-05-14 | kernel for ramdisks | Theo de Raadt | |
1997-05-14 | add rd support | Theo de Raadt | |
1997-04-29 | lfs dies | Theo de Raadt | |
1997-03-31 | shrink; niklas | Theo de Raadt | |
1997-03-26 | Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS. | Niklas Hallqvist | |
Use HOSTCC for genassym. | |||
1997-01-02 | COMPAT_{SUNOS,SVR4} | Theo de Raadt | |
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-09-25 | OLD_PIPE for now; till NBPG botch is fixed in freebsd sys_pipe.c | Theo de Raadt | |