summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
AgeCommit message (Collapse)Author
2013-04-05Brad didn't even try building the ramdisk, because it is 7.5K oversize.Theo de Raadt
2013-04-05Add the remaining USB Wifi adapters to the CD RAMDISK media for usersBrad Smith
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4) ok deraadt@
2013-04-05enable com3 on both i386 and amd64 (com4 config is added, but disabled)Theo de Raadt
ok miod kettenis tedu
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
ok deraadt miod
2013-03-29put urtwn in big ramdisks so I can use it for upgradesTed Unangst
2013-03-28the ramdisk is a bit special, and some tedu arguments do apply. # outTheo de Raadt
the drivers which were disabled.
2013-03-27Remove commented out tr(4) stanzas, since support for them has been removedMiod Vallat
almost 6 years ago; Alexey Suslikov
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
mostly from armani. ok miod, mpi, jsg and help from sthen
2013-01-12add viomb driver for virtio balloon deviceStefan Fritsch
This allows the host to request some memory back from the openbsd guest in case of a shortage. Patch by Dinar Talypov OK jasper@ OK jmc@ (man page)
2012-11-29Enable rtsx(4) in GENERIC on i386 and amd64.Stefan Sperling
2012-11-16Add oce(4) / mfii(4) and virtio devicesBrad Smith
i386 CD image also build/boot tested by todd@ ok mikeb@ deraadt@
2012-10-08enable 3 new OAK usb sensors on at least two architecturesTheo de Raadt
2012-09-27enable smscJonathan Gray
2012-09-19Add new drivers for virtio network (vio) and block devices (vioblk, the disksStefan Fritsch
attach as scsi disks). These are paravirtualized devices offered by some hypervisors like kvm and virtualbox. The virtio transport driver has the pci specific parts separated out. This will make it easier to add support for mmio (e.g. for ARM) later. OK mikeb OK jasper "commit what you have" deraadt
2012-09-06remove compat_aout support for i386. ok deraadtTed Unangst
miod has requested a stay of execution for compat_aout in general.
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
updated gcc and ld to understand the new -nopie flag. ok deraadt@
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
cleaned up later. ok deraadt@
2012-08-14enable mfii(4).David Gwynne
ok deraadt@
2012-08-03enable oce(4)Mike Belopuhov
2012-07-12Enable hibernate (suspend-to-disk) support for i386.Mike Larkin
Presently only working on pciide/wd disks. ok deraadt@
2012-07-09unify com at cardbus attachmentsTheo de Raadt
2012-05-27enable tcpcib(4)Jonathan Gray
2012-05-27Add tcpcib(4) to support Intel Atom E600 watchdog.Jonathan Gray
From Matt Dainty. ok kettenis@
2012-04-06tedu the raidframe.Joel Sing
ok deraadt@
2012-03-15Take cd9660 support off the "obviously a floppy" install media, to findTheo de Raadt
new space. The same cannot be done yet with some other architectures which share the RAMDISK kernel amongst media types too tightly. I am investigating the horrific src/distrib cleanups required to fix that.
2012-03-06Add support for an SMB controller found on AMD CS5536 companion device.Mike Belopuhov
Tested on alix and soekris by benno, mpf, shadchin and myself. Loongson tests by miod. OK mpf, shadchin, kettenis
2012-02-25Add gus* at isapnp?. Last tested nine years ago but ought to still work.Miod Vallat
2012-01-28do not show direct configuration exampleTheo de Raadt
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
by krw and myself.
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-10add tlphy everywhere tl is enabledJonathan Gray
pointed out by Loganaden Velvindron/brad
2011-10-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-09-21disable st*, since we doubt anyone uses it. suggested by jsing inTheo de Raadt
response to some i386 ramdiskA bloat that has struck unexpectedly.
2011-09-20Remove commented-out leftovers from old drm drivers that have been removedMatthieu Herrb
from tree. ok oga@
2011-08-02disable mmuagp due to reports it breaks some machines.Theo de Raadt
oga has disappeared
2011-07-08Only compile hibernate_machdep if option hibernate is set.Ariane van der Steldt
Unbreaks i386 kernel build. ok mlarkin@
2011-07-07We cannot allow the past to impede future progress. So disable bluetoothTed Unangst
to free up some more room for isadma. ok deraadt
2011-07-07shrink the kernel by zapping old mms and lms driver. i'll come back for theTed Unangst
files in a bit. ok deraadt
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
spikes in other developers by making it so that removal of a .d file without removing the corresponding object will result in the latter being treated as out of date. ok beck@ art@ drahn@
2011-07-07Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzTheo de Raadt
code. Missing chunks of the API are imported from the libc version, with a few #ifdef's to port it into the kernel environment. The bootblocks already used the newer code, and should encounter no surprises since there are so few changes to the existing files. In the kernel, ipcomp and kernel ppp are changed to the new API. ipcomp has been tested. ok tedu the brave
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
ok beck deraadt
2011-07-05disable COMPAT_AOUT, it's useless now, but leave the code in the treeTed Unangst
to encourage someone to convert remaining a.out archs to elf. :) ok deraadt
2011-07-04remove compat_svr4 support. ok deraadtTed Unangst
2011-07-03Enable nvt(4).Mark Kettenis
2011-06-29Replace all instances of "scsibus* at hba?" with a single "scsibus* atMatthew Dempsky
scsi?" rule, similar to how ethernet PHY drivers attach at mii. Discussed on icb.
2011-06-29dmesg@ says pss has never been seen in the wild and the manpage says itTed Unangst
doesn't work. goodbye. ok miod
2011-06-29stop printing in apm, acpi doesn't do this. remove APM_NOPRINT option.Ted Unangst
kind of ok deraadt
2011-06-26kill mcd dead. ok krw matthew millert thibTed Unangst
2011-06-20enable myx(4)David Gwynne
certainly deraadt@
2011-06-16Enable acpitoshiba by default in GENERIC.Paul Irofti
Prodded by deraadt@ and the lack of testers on tech@.