aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* MFC r198389:Alexander Motin2009-11-171-0/+1
* MFC r199015: ichwd: don't attach to isa pnp device(s) by accidentAndriy Gapon2009-11-171-1/+1
* MFC r197791Navdeep Parhar2009-11-121-1/+1
* MFC 198279: fix sorting of some amd* entries in some makefilesAndriy Gapon2009-11-011-2/+2
* MFC r196470-196471,197154-197155,197603-197606Robert Noland2009-10-301-2/+2
* MFC r198258Andrew Thompson2009-10-291-1/+1
* MFC r197428:Konstantin Belousov2009-10-291-0/+1
* Fix typo which has survived amazingly long!Ermal Luçi2009-10-141-1/+1
* MFC: revision 197730Yoshihiro Takahashi2009-10-071-6/+0
* MFC: revision 197535Yoshihiro Takahashi2009-10-011-0/+7
* MFC r196295:Pawel Jakub Dawidek2009-08-171-1/+1
* Add 8Gb card firmware. Update some 2Gb and 4Gb f/w sets.Matt Jacob2009-08-014-0/+109
* Update epair(4) to the new netisr implementation and polishBjoern A. Zeeb2009-07-262-0/+9
* correct setup of opt_ddb.hSam Leffler2009-07-211-1/+1
* Enable mesh support.Rui Paulo2009-07-211-5/+6
* Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.Alexander Motin2009-07-212-0/+9
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-103-1/+14
* catchup with action+ageq additionsSam Leffler2009-07-051-1/+2
* When the kernel is configured without "options FFS", build UFS as a moduleEdward Tomasz Napierala2009-07-051-5/+1
* Add missing reference to GPT support.Ivan Voras2009-07-051-0/+1
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-302-3/+3
* Update for the Intel 10G driver, this adds support forJack F Vogel2009-06-241-1/+1
* Updates for both the em and igb drivers, add supportJack F Vogel2009-06-241-1/+1
* - Initialize the ifnet structure, especially if_dname, before probingMarius Strobl2009-06-231-1/+5
* Implement minimal set of changes suggested by bz to makeAndrew Gallatin2009-06-231-1/+1
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-233-2/+20
* Connect ng_pipe to the default build.Marko Zec2009-06-232-0/+7
* Greatly simplify cxgb by removing almost all of the custom mbuf management logicKip Macy2009-06-191-1/+1
* adds opt_inet6.h to fix a error during compiling wlan as a module.Weongyo Jeong2009-06-171-1/+2
* Fix a typo from the previous commit.Jung-uk Kim2009-06-161-1/+1
* Sync acpi(4) kld module Makefile with conf/options.Jung-uk Kim2009-06-161-3/+3
* Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl2009-06-152-0/+9
* Ed forgot this in r190751.Dag-Erling Smørgrav2009-06-141-13/+0
* Ed forgot this in r190751.Dag-Erling Smørgrav2009-06-141-56/+0
* Last (hopefully) attempt to fix both parallel build andAriff Abdullah2009-06-121-9/+15
* Attempt to fix parallel build.Ariff Abdullah2009-06-101-3/+9
* Move all sound related scripts to its own 'sound' subdir.Ariff Abdullah2009-06-101-6/+6
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetPyun YongHyeon2009-06-102-0/+9
* Each generated file should depend its own generator as well.Ariff Abdullah2009-06-091-3/+3
* Depend on @ machine (_ILINKS) as we do with other modules so that @Bjoern A. Zeeb2009-06-091-3/+3
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-0815-17/+15
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-1/+15
* Remove opt_mac.h generation for various kernel modules that no longerRobert Watson2009-06-0621-23/+19
* move kernel ipfw-related sources to a separate directory,Luigi Rizzo2009-06-053-3/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-0512-23/+21
* add two prerequisites; if_zydreg.h and if_zydfw for dependency check.Weongyo Jeong2009-06-041-1/+1
* driver for Marvell 88W8363 Wireless LAN controllerSam Leffler2009-06-013-0/+56
* connect urtw(4) to the amd64/i386 build that it's not tested on the bigWeongyo Jeong2009-06-011-1/+9
* Introduce support for cpufreq on PowerPC with the dynamic frequencyNathan Whitehorn2009-05-312-0/+6
* fix xdrmem_control to be safe in an if statementKip Macy2009-05-301-5/+0