summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf
AgeCommit message (Collapse)Author
1999-02-16Start using new pipe codeArtur Grabowski
1999-02-01missed in spif driver addition; spotted by friesJason Wright
1999-02-01add support for spif & magmaJason Wright
1999-02-01driver for the 8 serial 1 parallel SUNW,spif board:Jason Wright
o heavily based on magma driver o no support for the parallel port yet
1999-01-06support lebuffer devices on sparc ramdiskTheo de Raadt
1998-12-29first cut at a bpp driver; mailed to me by downsj eons agoTheo de Raadt
1998-10-19qec+qe support & OpenBSD tags for everyoneJason Wright
1998-09-28introduce attribute 'ifmedia' which means 'this particularifaceMichael Shalayeff
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one!
1998-09-21no slip, add bpfTheo de Raadt
1998-09-17Use -mcpu=supersparc instead of deprecated -mv8; Hans-Guenter Weigand ↵Jason Wright
<hgweigand@wiesbaden.netsurf.de>. note: -mno-fpu is still in there as it isn't hurting anything and is safer
1998-09-16Attempt to make clear the dependence of hme->phys and phys->hmeJason Wright
1998-09-10Modified to use mii layer for hmeJason Wright
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