summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
Commit message (Expand)AuthorAgeFilesLines
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-1/+0
* Remove the virtio dependency entry for the VirtIO device drivers. Thisbryanv2013-03-061-0/+7
* Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disableken2013-03-041-1/+4
* Disable the ctl driver in GENERIC.adrian2013-03-021-1/+1
* Remove support for plip from the GENERIC kernel as no systems in theeadler2013-02-011-1/+0
* Add VirtIO to the i386 and amd64 GENERIC kernelsbryanv2013-01-132-0/+17
* Enable the UFS quotas for big-iron GENERIC kernels.kib2013-01-031-0/+1
* As discussed on -current last October, remove the firewire drivers fromdes2013-01-031-9/+0
* Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.jimharris2012-09-171-0/+5
* Rename the IVY_RNG option to RDRAND_RNG.kib2012-09-131-1/+1
* Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-051-0/+2
* Add hpt27xx to GENERIC kernel for amd64 and i386 systems.delphij2012-09-041-0/+1
* Fix duplicate entries for mwl(4):jhb2012-09-041-6/+1
* Fix misspelled "Infiniband".jhb2012-08-281-1/+1
* Grammar fix: s/NIC's/NICs/gjb2012-08-261-1/+1
* Build modules along with the XENHVM kernels.cperciva2012-08-131-2/+0
* tws(4) is interfaced with CAM so move it to the same section.delphij2012-07-011-1/+1
* - Updated TOE support in the kernel.np2012-06-191-0/+1
* Oops - use the actual 11n enable option.adrian2012-06-151-1/+1
* Ok, ok. 802.11n can be on by default in GENERIC in -HEAD.adrian2012-06-151-0/+2
* Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels.mav2012-05-101-0/+1
* The DDB_CTF has little or nothing to do with the debugger so move itbrooks2012-05-091-1/+1
* Enable DTrace hooks in GENERIC.brooks2012-04-201-2/+4
* Add OFED and the associated options and drivers to x86 LINT builds:jhb2012-04-121-0/+19
* Add descriptions after the 'device' line for several NICs to match thejhb2012-04-041-8/+8
* Disable detailed PV entry accounting by default. Add a config optionalc2012-03-241-0/+4
* Add cas(4), gem(4) and hme(4) to x86 GENERICs as suggested by netchild@ inmarius2012-03-241-0/+3
* Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64.joel2012-03-221-0/+3
* Remove pty(4) from our kernel configurations.ed2012-03-211-1/+0
* Eliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max because they noalc2012-03-211-13/+0
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-061-3/+0
* Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-062-0/+3
* Fix few style nits.jkim2012-03-051-1/+1
* Exclude USB drivers (except umass and ukbd) from main kernel image on i386rmh2012-03-041-32/+0
* Add VESA option to GENERIC for amd64 and i386.jkim2012-03-031-0/+1
* Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"rmh2012-02-123-58/+0
* Add "nodevice adw" to WITHOUT_SOURCELESS_UCODE.rmh2012-02-041-0/+1
* Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disablermh2012-02-043-0/+57
* Rebase user/jimharris/isci branch from head.jimharris2012-01-262-1/+10
|\
| * Add the CAM Target Layer (CTL).ken2012-01-121-1/+2
| * Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
| * Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA carddelphij2011-12-281-0/+4
| * Add comments in NOTES to say what viawd is.delphij2011-12-201-0/+1
| * Add watchdog support for VIA south bridge chipset.fabient2011-12-121-0/+1
* | Move isci and ISCI_LOGGING to amd64/i386 specific NOTES.jimharris2012-01-251-0/+5
* | Modify GENERIC, files and options for isci (Intel C600 SAS controller) driver.jimharris2012-01-061-0/+1
|/
* Limit building sfxge(4) in-kernel to amd64 for the time being. We can put itphilip2011-11-281-0/+2
* Revert part of the r227758 which crept in.attilio2011-11-201-4/+4
* Introduce macro stubs in the mutex implementation that will be alwaysattilio2011-11-201-4/+4
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+3
OpenPOWER on IntegriCloud