summaryrefslogtreecommitdiff
path: root/etc/etc.i386
AgeCommit message (Collapse)Author
2014-03-14regenMark Kettenis
2014-03-14We no longer support the userland interface for agp(4).Mark Kettenis
2014-03-07too old, undermaintainedTed Unangst
2014-03-05some files were not being hashes, because they were missing from MDEXTTheo de Raadt
noticed by jsg, and important enough to make release
2014-03-03cdemu is no moreTheo de Raadt
2014-03-02Add two disktab entries, for *.fs install filesystems (let's call themTheo de Raadt
'miniroot and maxiroot').. from chris
2014-01-05syncTheo de Raadt
2014-01-05We need /dev/random on the install mediaTheo de Raadt
discussed with rpe and halex
2013-11-21regenMark Kettenis
2013-11-18Give /dev/drm0 to the user logged on the console to be ableMatthieu Herrb
to run OpenGL applications. ok kettenis@ naddy@
2013-11-17Remove unused /dev/X0 entries. ok millert@Matthieu Herrb
2013-11-05syncTheo de Raadt
2013-11-05kill iop(4); spotted by jmcTheo de Raadt
2013-10-17a.out emulation went awayTheo de Raadt
2013-09-16regen.David Coppa
2013-08-21regenAntoine Jacoutot
2013-08-21Forgot to remove uscan_dev after uscanner(4) was sent to the attic.Antoine Jacoutot
spotted by Nathanael Rensen, thanks!
2013-08-20regenAntoine Jacoutot
2013-08-08regenJonathan Gray
2013-08-08create drm device nodes on sparc64 and create additional entriesJonathan Gray
elsewhere for running with multiple cards.
2013-07-06regenChristian Weisgerber
2013-07-06regenChristian Weisgerber
2013-06-21regensyl
2013-06-15regenAlexander Hall
2013-06-03regen. reminded by miodTed Unangst
2013-06-03userland fuse support, but not attaching libfuse yet. ok beck deraadtTed Unangst
from Sylvestre Gallon ccna.syl gmail.com
2013-03-15regen after sequencer removalAlexandre Ratchov
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-30regenYASUOKA Masahiko
2012-11-26regenJasper Lievisse Adriaanse
2012-08-23syncTheo de Raadt
2012-08-23get rid of the nnpfs nodesTheo de Raadt
2012-04-06Regen.Joel Sing
2012-04-06Remove raidframe device nodes.Joel Sing
2011-10-22regenMiod Vallat
2011-10-22Move the audio* device creation stanzas from MI to MD, and reduce theMiod Vallat
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable vax can receive another audio device as expansion (until we get TURBOchannel support with DMA on VS4k/90). ok deraadt@ todd@
2011-10-06syncTheo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-07-22unify kernel building on various platforms.Marc Espie
feedback from miod@ and deraadt@
2011-07-04remove svr4 compat referencesTed Unangst
2011-06-26regen makedevTed Unangst
2011-06-26remove mcdTed Unangst
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@
2011-04-15No need to make depend kernelsTheo de Raadt
2011-04-05Bye bye, kern.emul.freebsdPhilip Guenthe
Pointed out by aja@
2010-10-19grow i386 inside media a teeny bitTheo de Raadt
2010-09-30regenClaudio Jeker
2010-09-30Add pppx(4) to MAKEDEV but do not create the device unless requestedClaudio Jeker
explicitly. OK dlg@ & todd@
2010-09-04RegenMiod Vallat
2010-09-04Reorder device entries within sections, for MAKEDEV.8 to have them sorted.Miod Vallat
Prodded by jmc@.