summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf/files.amd64
AgeCommit message (Expand)Author
2017-05-31Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2016-08-30Enable raspos24 for efifb. This makes qemu with UEFI start working.YASUOKA Masahiko
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-11-23No longer need 'option VMM', declaring the vmm0 device is sufficient.Theo de Raadt
2015-11-13vmm(4) kernel codeMike Larkin
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-09-04Let efifb depend on rasops32 such that it works on ramdisks where rasops32Mark Kettenis
2015-08-30Modify kernel to prepare boot from UEFI.YASUOKA Masahiko
2015-07-21Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.Reyk Floeter
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-01-16Binary code patching on amd64Stefan Fritsch
2014-12-10Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDsJonathan Gray
2014-12-04as promised 18 years ago, consolidate isa floppy disks in files.isaTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2013-12-19Mtrr stops being a pseudo-device. We need to probe the cpu type andTheo de Raadt
2013-12-12Remove the scatter/gather dma implementation as it is no longer used.Mark Kettenis
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
2012-07-13More foundation goo for amd64 hibernateMike Larkin
2012-05-27Add tcpcib(4) to support Intel Atom E600 watchdog.Jonathan Gray
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-14merge syscall.c into the end of trap.c as almost all architectures do.Theo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
2011-07-07Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzTheo de Raadt
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-04-02Remove the AMD GART based iommu code.Owain Ainsworth
2010-12-06- use consistent 'include' rules without a full relative path.Jasper Lievisse Adriaanse
2010-11-13Switch from TSS-per-process to TSS-per-CPU, placing the TSS rightPhilip Guenthe
2010-09-07enable aesni.Mike Belopuhov
2010-07-01Add things to enable aesni either ifdef'ed or commented out to easeThordur I. Bjornsson
2010-05-24give up on -Wvariable-declTheo de Raadt
2009-12-28tweak vmt to work on amd64 as well as i386. like i386, it is stillDavid Gwynne
2009-11-26do not pull acpi_wakecode.o into RAMDISKSTheo de Raadt
2009-08-10gpio for amd64.Jonathan Gray
2009-06-06instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put theOwain Ainsworth
2009-06-06option X86EMU is how this subsystem is brought into a kernelTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti
2009-05-31Add VIA crypto features support to amd64. ok deraadt@Matthieu Herrb
2009-05-09Initial console device driver for USB displays based on the DisplayLinkMarcus Glocker
2009-05-07Move amas device from arch/amd64 to dev/pci and enable it in i386 as well.Ariane van der Steldt
2009-04-21add a sg_dma backend for amd64 bus_dma. This is a lot more clever aboutOwain Ainsworth
2009-04-20amas device for amd64, describes the physical memory layout on AMD64 CPU.Ariane van der Steldt
2009-02-15Add sleep plumbing code for amd64 making it the sameish as i386. CommittingMarco Peereboom
2009-01-13Turn mpbios into a real device, such that people can disable it on crappyMark Kettenis
2008-12-21Change the way we include mpbios code to be similar to what we do on i386.Mark Kettenis
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-06-11Synchronize the MTRR API with i386, and enablePeter Hessler