summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf
AgeCommit message (Collapse)Author
2003-01-31Various typos; Andrey MatveevMiod Vallat
2003-01-14Move sunkbd defn to common place and remove old event.c referenceJason Wright
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
set from <sys.mk>
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed.
2002-11-23Mention that hme does not work in sun4c machines.Miod Vallat
2002-10-27Turn into a really useful configuration file, i.e. GENERIC tuned for sun4cMiod Vallat
hardware, like SUN4M is for sun4m hardware.
2002-09-23Link the kernel so that it gets only one load section.Artur Grabowski
2002-09-20Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit modeFederico G. Schwindt
via flags, using 0x0001. miod@ ok.
2002-09-05Fix STRIPFLAGS for elf version of strip. Use same flagsMarco S Hyman
as sparc64 (suggested by fgs@)
2002-08-31Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more fromMiod Vallat
this series. Thanks to Andrey Smagin (andrey at smagin dot com) for providing a VS10 card.
2002-08-30Add pnozz and wsdisplay at pnozz for Tadpole users. Spotted by millert@Miod Vallat
2002-08-21Recognize both VSIMM slots, and allow one cgfourteen to attach to eachMiod Vallat
of them.
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.Miod Vallat
For most framebuffers it is faster. Other changes include: o 24 bit support in tcx(4) for the S24 framebuffer o accelerated cgsix(4) text console o new cgtwelve(4) driver for the GS framebuffer o improved serial driver code o better keyboard support The following framebuffers have not been tested but should work: cgfour, cgeight and cgfourteen These changes will require XF4 changes, to use Xwsfb instead of Xsun*, to be commited later today. Most of the work by me during the LSM and the week after, with code borrowed from jason@, NetBSD (new serial code), and feedback from mickey@. Work on pnozz(4) done by millert@
2002-08-11Change to ELF-style linking.Artur Grabowski
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
This makes sure it will be regenerated if you run config(8) again.
2002-07-28Add 'option NFSCLIENT' to macppc RAMDISK.Kenneth R Westerback
Delete (comment out) 'option NFSCLIENT' in sparc, sparc64, and sun3 RAMDISKs. This brings the presence of /sbin/mount_nfs in the boot image and the presence of NFSCLIENT in the RAMDISK kernel into alignment. Except for sparc64 which will now have mount_nfs removed from the boot image to save space. mvme88k RAMDISK did not need to be adjusted as it only *looks* like it does not have NFSCLIENT. It actually includes the system GENERIC. Investigation for inconsistancies prompted by todd@. This solution recommended by deraadt@.
2002-07-09allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ↵Jason Wright
has been sitting in my tree for awhile)
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-04-26build release bsd.scsi3 from regular bsd file, by using config -e toTheo de Raadt
clone sd0 out of sd*. my idea, initial hack by miod, my makefile hackery
2002-03-23typo repair; openbsd@davidkrause.comTheo de Raadt
2001-12-25Oops, I barfed there, too.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-10-09no more NBUF=Theo de Raadt
2001-07-21no rd required in regular kernelsTheo de Raadt
2001-07-15add install targetassar
2001-06-27UVM is no longer an option.Artur Grabowski
2001-06-23no more kernfsTheo de Raadt
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵Todd C. Miller
kern_ipc_10.c for other compat modules.
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Hasn't been used for ages. ZAP!Artur Grabowski
2001-05-10UVM is no longer optional on sparc.Artur Grabowski
2001-04-17sync maxusers with GENERIC.Brad Smith
2001-04-17crank maxusers by a teeeeeny little bitTheo de Raadt
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-02-19Merge from GENERIC: add pseudo-devices for IPv6.Christian Weisgerber
2000-11-16- Fix the NMI problem: it seems the qec channel reset also resets the MACE, andJason Wright
a race condition existed where after a qec channel reset, accesses to the MACE would cause an NMI: so wait for the MACE to come out of reset before accessing. - add ifmedia support (mainly so I can get at the link status from other code) - move some of the spl handling around (more correct) - rewrite qe_mcreset() again so that all it does is set the multicast filter - use bzero to initialize the buffers and descriptors - rearrange the MACE setup to conform to the suggestions in the datasheet
2000-06-28make the kbd have a kbd.h file (needs-flag)mjacob
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-02-25cypress is not pure SUN4MTheo de Raadt
2000-01-22changes to GENERIC must be matched in GENERIC_SCSI3Theo de Raadt
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6.
1999-12-30Add tctrl0 for tadpole so things like powerdown work.Todd C. Miller
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok
1999-10-29Use UVM by default on sparc.Artur Grabowski
1999-09-07add tadpole microcontroller device driver; from NetBSDJason Wright
power the tft down on screenblank
1999-09-06p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd'sJason Wright
driver). Needs clean-up.