summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf
AgeCommit message (Collapse)Author
2004-01-31add another USB device... as requestedTheo de Raadt
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
which begin to enable use of this will follow at a later time.
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
No confirmed report of `this work' for other arches yet...
2003-08-14add uhci based on suggestion from loki at niteshade dot netJason Wright
2003-07-23add ahc and clean things a bitJason Wright
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
ok deraadt@
2003-07-15include the puc stuff (currently commented out in GENERIC)Jason Wright
2003-06-23Split the stp driver into its core, and md attachment routines, and provideMiod Vallat
attachment routines for sparc and sparc64.
2003-06-16Provide the same fbxxx() api as on sparc, in order to factorize more codeMiod Vallat
and eventually share some drivers. This also brings us screen unblanking upon entering ddb, which can be really useful at times...
2003-06-13no more "option _LP64".Brad Smith
2003-06-13em fitsTheo de Raadt
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and ↵Ted Unangst
mickey.
2003-05-14Make the "slot" and "offset" locators for sbus drivers optional inMiod Vallat
configuration lines.
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt.
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
ok deraadt@
2003-05-06Declare the major number for wd, so that a custom kernel can specific explicitMiod Vallat
root on wd0a. Problem spotted by Denis A. Doroshenko.
2003-05-01add eso, opl, and midi, and clean the audio stuff up a bitJason Wright
2003-04-29add lxtphy (found on momenco boards)Jason Wright
2003-03-09autri flags here too. pointed out by deraadt@Ted Unangst
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
Reduce the size of a GENERIC kernel by ~190k Remove the nasty pointer/bus_space_handle_t casts Adds debug bus_space code including the ability to trace bus operations (it actually works now). The following rules are now followed (and verfified by the debug code): 1. A "bus_space_handle_t" may only be used with the "bus_space_tag_t" that created it. 2. Only "bus_space_map()" may create "bus_space_handle_t"s. 3. A "bus_space_handle_t" may not be modified after it has been created (other than being destroyed by "bus_space_unmap()"). Thanks to help from mcbride, marc, jason, drahn, to anyone that might have slipped my mind at the moment. ok jason@, deraadt@
2003-02-12disable tigon (uses arithmetic on bus_handle_t's)Jason Wright
2003-02-06include isp firmware on some sparc64 media; and resize the media that isTheo de Raadt
too small
2003-01-17Build sparc64 kernels with the same options as other architectures.Dale Rahn
Doesn't change how the kernel layout occurs, and is required for upcoming binutils/ld change.
2003-01-14Move sunkbd defn to common place and remove old event.c referenceJason Wright
2003-01-08Move the rounds into separate functions on sparc64 so gcc's optimizerTodd C. Miller
doesn't blow up. This is a hack but is better than compiling sha1.c with -O0 on sparc64. From NetBSD (mrg). deraadt@ OK
2002-12-31+ NFSCLIENTTheo de Raadt
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-04Add a few more phys: exphy, brgphy, iophy, inphyJason Wright
2002-12-04Make ti(4) use busdma and add all of the necessary stuff to support bothNathan Binkert
endian modes. This makes ti now work on macppc and sparc64. While we're at ti, clean up a bit of the code: Use SLIST instead of LIST Remove register Use bus_space instead of bcopy/bzero Don't use bitfields since it makes dealing with endianness annoying. ok jason@, deraadt@
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-25enable fxp(4) and xl(4) on sparc64; ok jason@Christian Weisgerber
2002-09-18Add lofn (working), and nofn (not working and commented out)Jason Wright
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-26bwtwo tested and works, minus one rasops fix coming soon.Miod Vallat
2002-07-24Go ahead and enable schizo, you're no worse off with it than without..Jason Wright
2002-07-12No need to include files.sun, which only add the "frim event" stuff whichMiod Vallat
has absolutely no use on wscons architectures.
2002-07-01Add auxio at sbus.Miod Vallat
How can I be expected to work on sparc64 if machdep.led_blink sysctl does not work?
2002-06-22a wireless section is dumbTheo de Raadt
2002-06-22add wi at pci; move wi to wireless section.Federico G. Schwindt
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-21sbus(4) -> stp(4) -> pcmcia(4) -> wi(4). cool shitz done by crazy fgschTheo de Raadt
2002-06-20left over sparc-ism's; Matt Potter <matt@vertrauen.org>Jason Wright
2002-06-19more sbus->pcmcia pieces.Federico G. Schwindt
2002-06-17Go ahead and enable upa0 at mainbus0Jason Wright
2002-06-11add schizo (disabled) and upa (disabled) and creator at upaJason Wright
2002-06-11add upa and creator at upaJason Wright
(neither of which work correctly, but hey, it's a starting point)
2002-06-11split creator driver into bus specific and common code.Federico G. Schwindt
requested and ok by jason@
2002-06-08Initial (not quite fully working) driver for the schizo on the blade1000Jason Wright