summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* - Add more USB templates for various USB device classeshselasky2011-06-231-1/+5
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-223-5/+5
* Add an OHCI driver to complement the EHCI one. The infrastructure to attachnwhitehorn2011-06-201-0/+1
* Driver for PS3's internal hard disk. Hopefully this can be CAM-ified innwhitehorn2011-06-201-0/+1
* Add -ffreestanding to the command line, so taht inflate.c compiles and linkcognet2011-06-151-1/+2
* - Eliminate an incorrect include path from the mthca build.jeff2011-06-101-18/+18
* Add -Wa,-many to CFLAGS on PowerPC. This aids in building a kernel usingnwhitehorn2011-06-091-1/+1
* MFCattilio2011-06-062-0/+3
|\
| * Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-062-0/+3
* | MFCattilio2011-06-042-2/+3
|\ \ | |/
| * Rename recently added USB serial driver.hselasky2011-06-041-2/+2
| * Add new fan controller driver for the G4 MDD PowerMac. Submitted and testedandreast2011-06-041-0/+1
* | MFCattilio2011-06-031-1/+4
|\ \ | |/
| * Missed file in r222613.nwhitehorn2011-06-021-1/+4
* | MFCattilio2011-06-021-2/+6
|\ \ | |/
| * Flesh out the radar detection related operations for the ath driver.adrian2011-06-011-1/+4
| * Add support for new USB serial driver.hselasky2011-06-011-1/+2
* | Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.attilio2011-05-311-2/+5
* | Revert a change that crept in during MFC.attilio2011-05-311-5/+2
* | MFCattilio2011-05-312-2/+7
|\ \ | |/
| * L2 table code. This is enough to get the T4's switch + L2 rewritenp2011-05-301-0/+2
| * Add a new driver, the ad7417, to read temperatures and voltages on someandreast2011-05-291-0/+1
* | MFCattilio2011-05-291-0/+1
|/
* Factor out the SMU fan management code into a new module (powermac_thermal)nwhitehorn2011-05-281-0/+1
* Introduce AR9287 support to the FreeBSD HAL.adrian2011-05-261-31/+63
* Remove an outdated comment as requested by Bruce Evans in a private email tobrucec2011-05-241-5/+2
* Test against "no" rather than "yes" for MK_KERNEL_SYMBOLSimp2011-05-232-4/+4
* expr -> sh arithmetic expansionru2011-05-231-1/+1
* Backwards compatibility hacks to allow kernels to be built via configimp2011-05-222-3/+6
* Start to usher INSTALL_NODEBUG hack out the door. Add newimp2011-05-222-3/+3
* Add I2C bus driver for the AMD Geode LX series CS5536 Companionbrix2011-05-151-0/+1
* gcc and clang semantics imply certain -mno-* flags when other certain -mno-*brucec2011-05-141-5/+28
* Remove actual files supporting sun4v.attilio2011-05-143-175/+0
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-031-0/+1
* Add LINT-NOINET6 which we have inofficially supported for yearsbz2011-05-021-0/+28
* Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish thosebrucec2011-05-021-10/+11
* Add documentation to sys/conf/options pointing out that AH_SUPPORT_AR9130adrian2011-05-021-0/+3
* These are of course i386/amd64 only.bschmidt2011-05-011-8/+0
* Add files for wpi(4)bschmidt2011-05-011-0/+1
* Add the remaining wireless drivers.bschmidt2011-05-011-0/+15
* Stop linking against a direct-mapped virtual address and insteadmarcel2011-04-302-4/+7
* Allow MKMODULESENV being preset from other sources like makeoptionsbz2011-04-301-1/+1
* Fis a problem with r221258 that mac is still needed in case for ient6 onlybz2011-04-301-1/+1
* After r221249 allow SCTP to be compiled in an IPv6 only environment as well.bz2011-04-301-15/+15
* Add some more missing optional dependencies on inet6, not only inet,bz2011-04-301-4/+4
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-301-14/+14
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlybz2011-04-301-1/+1
* Add the AH_SUPPORT_AR9130 option.jhb2011-04-291-0/+1
* Add urtw(4)kevlo2011-04-291-0/+3
* Exar driver for X3100 10GbE Server/Storage adaptersgnn2011-04-282-0/+19
OpenPOWER on IntegriCloud