summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
AgeCommit message (Collapse)Author
2004-03-10mpt fitsTheo de Raadt
2004-02-25add default flags for yds(4); ok grange, fgsch, deraadtMarkus Friedl
2004-02-15backout unapproved diffTheo de Raadt
2004-02-14Broadcom BCM4401 (bce)Andreas Gunnarsson
ok miod@
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson
Most work by nate@, ok deraadt@
2004-01-07enable geodesc(4) and nsclpcsio(4); ok deraadtMarkus Friedl
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-23order the dc's; no measurable effectMichael Shalayeff
2003-12-20add pentium 4 thermal control circuit (tcc) driver. can use this toTed Unangst
limit power consumption with the hw.setperf sysctl. tested by beck and grange
2003-12-18add new hw sysctls, cpuspeed and setperf to control cpu frequency.Ted Unangst
convert longrun support to use new sysctls. add enhanced speedstep support, based on code by Michael Eriksson. idea, help testing & ok deraadt@
2003-12-17Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.shTodd C. Miller
to be useful. deraadt@ OK
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-11-03remove support for non-existent scd and pcd drivers. ok deraadt millertTed Unangst
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-26Add line for wi@usb, currently commented out, for development and testing only.Dale Rahn
2003-09-26better mtd comment; from form@Michael Shalayeff
2003-09-02indent audio comment properlyDavid Krause
ok deraadt@
2003-09-02zap more driversTheo de Raadt
2003-08-20add mtdTheo de Raadt
2003-08-19myson mtd803 ether and enable mtdphy no; form netbsd via form@Michael Shalayeff
2003-08-12add safe(4). Works well enough for testing at least.Jason Wright
2003-08-12add acphyMichael Shalayeff
2003-08-08remove scsi/raid drivers not needed on laptop floppyTheo de Raadt
2003-08-08wb no longer fitsTheo de Raadt
2003-08-08no pcmcia pccom on this floppy, sorryTheo de Raadt
2003-08-07watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@Markus Friedl
2003-07-30support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.comMichael Shalayeff
2003-07-28remove the non-licensed i386 math emulation stuff. This only leaves theJason Wright
gnu stuff as an option until it is replaced RSN. ok deraadt.
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
ok deraadt@
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
so that they look in /emul/a.out first. This allows a.out's ld.so to find its own libraries without interfering with ELF at all. Many comments from various people. okay deraadt@
2003-06-08Enable gus again now that it won't panic during probe.Miod Vallat
2003-06-01Revert ep0 removal, deraadt@ objects.Miod Vallat
2003-05-31It makes no sense to defineMiod Vallat
ep0 at foobus? ep* at foobus? for up to three different buses. Just get rid of the ep0 entry. To be fair, config(8) ought to complain for such a syntax - hard coded device number should be unique.
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and ↵Ted Unangst
mickey.
2003-05-20Add it(4)Alexander Yurchenko
2003-05-20an@isapnp w/ the isa card millert gave me shitloads of metric ages agoMichael Shalayeff
2003-05-20option NTFS, disabled atmTed Unangst
2003-05-20flags for auichTed Unangst
2003-05-14remove option LONGRUN; it's in everything but SMALL_KERNEL nowTed Unangst
2003-05-14Support for Transmeta CPU power management, called LongRun.Ted Unangst
option LONGRUN enables a new sysctl, allowing a userland program to read the current CPU frequency and voltage and also set the mininum and maximum frequencies to operate between, and switch between performance mode and battery mode. ok mickey@
2003-05-14em* is starting to show up on lots of machines. for next release,Theo de Raadt
let us make sure it fits.
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-04-25Enable lm(4) and viaenv(4).Alexander Yurchenko
ok miod@ deraadt@
2003-04-25Add lm(4) and viaenv(4). Commented out and i386-only for now.Alexander Yurchenko
2003-04-17i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.Dale Rahn
DARPA funded work.
2003-03-28Add a sysctl to option USER_LDT, to control its behaviour, which will beMiod Vallat
disabled by default. Enable with sysctl -w machdep.userldt=1 This will allow people to use the few ports that require this functionality to work without requiring the user to recompile a kernel. The option USER_LDT remains in order to not increase size on the installation media. It is now enabled in GENERIC. Per espie@'s idea, but my diff was much simpler than his; ok deraadt@
2003-03-09autri now takes flags, provide sample 0x0000Ted Unangst
2003-03-06enable elansc; ok deraadt@Markus Friedl
2003-02-10Add hme at pciJason Wright