summaryrefslogtreecommitdiff
path: root/etc/etc.amd64
AgeCommit message (Collapse)Author
2009-02-06regenAlexander Yurchenko
2009-02-06Bump the number of /dev/sd* files on usb-capable archs. With modernAlexander Yurchenko
all-in-one usb card readers and memory sticks you run out of sd device files very quickly with default install. This doesn't affect install media. ok krw@ miod@
2009-01-25regenMiod Vallat
2009-01-25Remove /dev/drum and related code.Miod Vallat
2008-11-30syncJacob Meuser
2008-10-10syncTheo de Raadt
2008-07-14RegenMiod Vallat
2008-07-14Do not create /dev/joy* and /dev/{r,}mcd* nodes, these devices are notMiod Vallat
available on amd64.
2008-06-28regenMarcus Glocker
2008-06-28Move video(4) entry in MAKEDEV(8) from the "USB devices" section to theMarcus Glocker
"Special purpose devices" section, since a hardware driver which uses video(4) also could be none-USB as long it uses the V4L2 API. OK todd@
2008-06-25regen;Jason McIntyre
2008-06-25sort; ok toddJason McIntyre
2008-06-15be smarter, only write a new MAKEDEV if more than just the rcsid changedTodd T. Fries
2008-06-14redo the way MAKEDEV files are generatedTodd T. Fries
get it in, deraadt@
2008-06-13syncTodd T. Fries
2008-06-13/dev/bio on ramdisks, it is safe and smallTodd T. Fries
ok deraadt@, marco@
2008-06-12syncTodd T. Fries
2008-06-12make /dev/drm0 to go with oga@'s libdrm commit moments agoTodd T. Fries
ok oga@
2008-06-12syncTodd T. Fries
2008-06-12video on all usb archs, ok mglocker@Todd T. Fries
2008-06-12syncTodd T. Fries
2008-06-12no /dev/*random on ramdisks, libc uses the sysctlTodd T. Fries
please commit from deraadt@
2008-06-10regenMarcus Glocker
2008-06-10Add /dev/video* for amd64.Marcus Glocker
Help and OK todd@, OK robert@
2008-01-09Try to make /etc/ttys more consistent accross platforms, which will alsoMiod Vallat
make the installation media's life easier: - stop using ``Pc'' as a getty terminal type, use std.9600 instead. - on platforms with multiple virtual consoles (alpha, amd64, i386, zaurus), console is disabled, various ttyC* are enabled. - on other platforms, console is enabled, all other devices are disabled. This only changes armish, mac68k, sgi. - default terminal for console is unknown on serial-only machines, vt220 on glass-capable machines (questionable, but done for consistency). - minor whitespace changes. - glass console forgotten on a couple platforms (luna88k, sparc64, vax). eyeballed by deraadt@, ok krw@
2007-11-26regenReyk Floeter
2007-11-26fix new agp code on amd64Reyk Floeter
- internal intel graphics semi-agp chipsets need special handling in pchb.c - re-add the i965GM device - use the correct major device id for /dev/agp0 on amd64 (not the i386 one) ok deraadt@
2007-11-25syncReyk Floeter
2007-11-25define the agp devitem (line was missing but found in etc.i386/MAKEDEV.md)Reyk Floeter
ok deraadt@
2007-11-25syncOwain Ainsworth
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others.
2007-11-25remove acpi device. named apmctl on amd64 now, and on i386 apmctlTed Unangst
has become a gate to both apm and acpi. ok deraadt
2007-08-02syncTheo de Raadt
2007-08-02copy nvram code from i386, because amd64 can use it too. done byTheo de Raadt
tybollt@solace.miun.se, ok jcs
2007-07-27grow ramdisk filesystem sizeTheo de Raadt
2007-07-25syncTodd T. Fries
2007-07-25bthub for amd64, from johanTodd T. Fries
2007-05-28syncTodd T. Fries
2007-05-28remove wt tape drives. prodded by krw@Todd T. Fries
2007-04-25grow ramdisk mr.fs size, it is neededTheo de Raadt
2007-03-07regenKenneth R Westerback
2007-02-16syncTheo de Raadt
2006-12-15syncMark Kettenis
2006-10-10syncTodd T. Fries
2006-08-28Resync MAKEDEV scripts and man pagesMarc Aurele La France
2006-07-27unify these damnit!Theo de Raadt
2006-06-11regenMichael Knudsen
2006-06-11Remove wdt char device stuff from here too.Michael Knudsen
ok todd
2006-04-16remove some rather deceptively unused lines; no change to generated MAKEDEV'sTodd T. Fries
2006-04-16shuffle ramdisk device targets to MAKEDEV.common to avoid duplication andTodd T. Fries
pave the way for future work; ok since this does not change the generated MAKEDEV