summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf
AgeCommit message (Collapse)Author
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
ok deraadt@
2003-06-11Add pmsi to GENERIC, PR #3251Miod Vallat
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and ↵Ted Unangst
mickey.
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@
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-05Allocate by default 6 virtual consoles on alpha, as on i386, rather thanMiod Vallat
only one. X11 is configured here to start on ttyC5, like on i386 again. This requires alpha-specific changes to the X servers, that went in the tree before 3.2 was released. On tga-compatible boards, there are no virtual consoles available, and these changes will have no effect.
2002-09-26renable sppp and lmc, now freeTheo de Raadt
2002-09-24Get rid of gx(4) and use em(4) since it supports more cards and works betterNathan Binkert
overall.
2002-09-23turn off sppp, lmc, and cz until various licenses on those components areTheo de Raadt
resolved. sorry -- i've been warning people for some time that i would start to take this stance.
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@
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-07Add isadma to bsd.rd, for proper isapnp operation.Miod Vallat
Found the hard way by pvalchev@
2002-07-05Sync the ethernet controllers list with GENERIC.Miod Vallat
2002-07-04ep at isapnp works (dma on isapnp is still non-working).Miod Vallat
And fix a comment while there.
2002-07-03sis(4) works on alpha, so move it out of the UNTESTED section.Aaron Campbell
2002-06-30AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton.Miod Vallat
Added to floppy31 still fits.
2002-06-30Art says I shouldn't be shy, so uncomment lc entries.Miod Vallat
2002-06-30Add lc[01] at isa entries, commented out. Tested and work fine.Miod Vallat
2002-06-28Oops. Doing a diff before commit is not enough. You have to read the diff too.Artur Grabowski
2002-06-28The IEEE fp stuff changed the rules for how fpu should be enabled.Artur Grabowski
We kept too much of the old code in trap handling. This should fix floppies and bsd.rd on some machines.
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-19natyposMiod Vallat
2002-06-16Oops, uncomment wsdisplay at vga, commented out by mistake last time.Miod Vallat
2002-05-10uhid changesTheo de Raadt
2002-05-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan Binkert
This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64
2002-05-02Big TURBOchannel support catchup from NetBSD, part 1.Miod Vallat
A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing.
2002-04-28IEEE 754 floating point completion code, and implementation of thePeter Valchev
FP_C (Floating Point Control Quadword). From ross@NetBSD. Added a way to disable it with option NO_IEEE, which appears on the ramdisks to save space. This affects only programs compiled with -mieee, and what it essentially does is enabling infinities and NaNs, instead of generating SIGFPE on division by zero, overflow, etc. ok art, deraadt
2002-04-26add WSDISPLAY_COMPAT_RAWKBD for XFree86 servers.Matthieu Herrb
XXX this should be factored out later for all arches using wscons ok miod@, deraadt@
2002-04-14gx, not wx, you fool. spotted by miodTheo de Raadt
2002-04-02move to gxTheo de Raadt
2002-04-02gx works on alpha and i386 add a commented line for the driverNathan Binkert
2002-04-01Re-add dcNathan Binkert
2002-03-30fxp fits againTheo de Raadt
2002-03-24This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ↵Theo de Raadt
did you forget about this, Nate?
2002-03-23typo repair; openbsd@davidkrause.comTheo de Raadt
2002-03-04ok, so apparently wx doesn't work so wellNathan Binkert
2002-03-04dc is not listed twice. Put de back, and move dc out of the untested section.Nathan Binkert
While we're at it, move wx out of the untested section too.
2002-03-04since we can't fit both dc and de, we've got to have de so we can have supportNathan Binkert
for 2104x chips which dc does not support at all.
2002-03-04Move dc from the untested group since it is tested, though a commit willNathan Binkert
soon make de win over dc on alpha in all cases, so de would have to be disabled to use dc. (For 21140 and 21142/3 chips. Clones will use dc bydefault.)
2002-03-04dc not deTheo de Raadt
2002-02-09spelling, brige->bridgeEric Jackson
2002-02-09these functions are no longer neededEric Jackson
2002-01-23add midi and sequencer devicesEric Jackson
2002-01-23enable spkr, isabeep devicesEric Jackson
2002-01-23add support for AlphaPC 64.Eric Jackson
from NetBSD.
2002-01-16Make our minds and do not list the same line, once commented, once not.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-07remove fxp. hey art, that is how i respond to kernel bloat!Theo de Raadt