summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/GENERIC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rebase user/jimharris/isci branch from head.jimharris2012-01-261-1/+4
|\
| * 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
* | Modify GENERIC, files and options for isci (Intel C600 SAS controller) driver.jimharris2012-01-061-0/+1
|/
* 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
* Enable PCI MMC/SD support by default on i386 and amd64kevlo2011-11-081-0/+5
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andmarius2011-11-011-1/+1
* Adjust the debugger options slightly. This should help me do the rightkensmith2011-10-271-1/+4
* Add a warning about why sbp(4) is commented out so that curious folkskensmith2011-10-191-0/+1
* Comment out the sbp(4) driver for architectures that support it.kensmith2011-10-181-1/+1
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Manydelphij2011-10-041-0/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.brueffer2011-09-111-1/+1
* Enable the puc(4) driver on amd64 and i386 in GENERIC. This allowsjhb2011-08-261-4/+1
* Change all the sample kernel configurations to usermacklem2011-08-071-1/+1
* Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.hselasky2011-06-141-0/+1
* Enable sound support by default on i386 and amd64.joel2011-06-111-0/+8
* Bring back r222275. runfw(4) will statically link in rt2870.fw.uukevlo2011-05-251-1/+0
* run(4) needs firmware loaded to workkevlo2011-05-251-0/+1
* Add SC_PIXEL_MODE to GENERIC for amd64 and i386.jkim2011-05-101-0/+1
* Add the remaining wireless drivers.bschmidt2011-05-011-0/+10
* Add urtw(4)kevlo2011-04-291-0/+1
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-0/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-241-11/+9
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-1/+2
* Revert part of r220137, committed by mistake - RACCT is _not_ supposedtrasz2011-03-291-2/+0
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+2
* For now remove options FLOWTABLE from the remaining GENERIC kernelbz2011-03-191-1/+0
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-141-0/+1
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Now userland POSIX semaphore is based on umtx. The kernel moduledavidxu2010-09-241-1/+0
* MFp4 (//depot/projects/mps/...)ken2010-09-101-0/+1
* Fix whitespace nits.bschmidt2010-08-061-1/+1
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* Add the u3g(4) driver. I can't find any reason why it's not here.kevlo2010-07-071-0/+1
* Set USB_DEBUG like the other platforms, I had turned it off to test the buildthompsa2010-04-251-1/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-0/+1
* Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.yongari2010-04-141-0/+1
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-131-1/+0
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-1/+1
* Adjust style (following the already existing rules) for the newlyattilio2010-02-151-1/+1
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-101-0/+1
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-191-9/+0
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* Move the USB wireless drivers down into their own section next to the USBjhb2009-10-131-4/+5
OpenPOWER on IntegriCloud