summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf
AgeCommit message (Collapse)Author
1998-09-01o Removed dependence on stp2002 (not sharable with qec+be)Jason Wright
o Added collision counters o Should work on sun4c
1998-08-26First cut at qec+be support. Works in 10mbit/half duplex mode.Jason Wright
Removed qec+be dependency on stp2002.
1998-08-20If there are no SFILES, don't try to .depend them; run over by: ↵Jason Wright
emory@hellyeah.com
1998-07-20no need for NMBCLUSTERS; noted by friesTheo de Raadt
1998-07-17Moved most of the DMA functions to a chipset driver so thatJason Wright
'hme' and 'be' can share the same logic.
1998-07-11be* at qec?Theo de Raadt
1998-07-10Add build support for hmeJason Wright
1998-07-04add support for qec; same basic thing as lebufferTheo de Raadt
1998-05-22magma in both theseTheo de Raadt
1998-05-20magma serial driver; plunky@skate.demon.co.ukTheo de Raadt
1998-04-30Updated sparc audioJason Wright
1998-03-25Driver for the 8 leds on the back of sun4 machines.Jason Wright
1998-03-04Backout HZ comments I added, which are not appropriate for inclusion injohns
kernel config files.
1998-03-04Corrected comments for machines with oclock0...johns
1998-03-04Added comments about changing HZ to custom values on sparc. Only supportedjohns
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-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1998-03-02NULLFS is required by UMAPFS, don't know when this got messed up, perhapsjohns
its a gcc 2.8 related thing.
1998-02-26Backout of cpu init changes, breaks on sun4m currently..johns
1998-02-26updated to reflect cpu initializationJason Wright
1997-09-17NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply toJason Downs
us. Includes some pmap changes, for which I don't have the original commit message(s) handy.
1997-09-15kill Locore.cTheo de Raadt
1997-09-11let's at least list all scsi devices, ok?Todd T. Fries
1997-08-25Implement LED blinking as a run-time configurable option via the sysctlJason 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-08Updated from GENERIC.Jason Downs
1997-08-08Update GENERIC_SCSI3 from GENERIC and add tags.Jason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
1997-07-08Added -msupersparc for SUN4M-only configs, (right after -mv8) -msupersparcjohns
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-01make powerdown conditionalgrr
1997-06-26Compile sun4m-only kernels with -mv8.Jason Downs
1997-06-25Switch to genassym.cf and sync Makefile with other ports.Jason Downs
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-22Add appropiate `maxusers' everywhere it was lacking.Jason Downs
1997-06-13updated SUN4 config from current GENERIC, previous rev was way out of datejohns
and non-functional.
1997-06-12Redid SUN4M config from GENERIC, old one was way out of date..johns
1997-06-06tweaks 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-30having make clean remove *netbsd is good policy, but probably not what was ↵grr
intended
1997-05-25commit updated ramdisk stuff, even if it's not going into releasegrr
1997-05-25make 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-16shrinkTheo de Raadt
1997-05-16shrinkTheo de Raadt
1997-05-14working bsd.rd; without vi for nowTheo de Raadt
1997-05-14kernel for ramdisksTheo de Raadt
1997-05-14add rd supportTheo de Raadt
1997-04-29lfs diesTheo de Raadt
1997-03-31shrink; niklasTheo de Raadt
1997-03-26Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS.Niklas Hallqvist
Use HOSTCC for genassym.
1997-01-02COMPAT_{SUNOS,SVR4}Theo de Raadt
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-09-25OLD_PIPE for now; till NBPG botch is fixed in freebsd sys_pipe.cTheo de Raadt