summaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
...
* iwn(4) update. Notable changes:Rui Paulo2009-12-295-3/+15
* Now that ipfw is split into multiple files, we needLuigi Rizzo2009-12-171-0/+2
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timerAndriy Gapon2009-11-302-0/+11
* Drop USB mass storage devices support from ata(4). It is out of the build asAlexander Motin2009-11-261-10/+0
* Add a forgotten module Makefile change from the previous commit.Jung-uk Kim2009-11-161-2/+2
* Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).Rui Paulo2009-11-092-1/+12
* ichwd: don't attach to isa pnp device(s) by accidentAndriy Gapon2009-11-071-1/+1
* Updates to the iwn driver:Rui Paulo2009-10-245-20/+33
* Updated iwn(4) driver supporting the newer series, 5000, 5150 and 5300.Rui Paulo2009-10-231-5/+15
* MFp4:Alexander Motin2009-10-231-0/+1
* minor: fix sorting of some amd* entries in some makefilesAndriy Gapon2009-10-201-2/+2
* Add opt_gdb.h which is now needed by ucom.Andrew Thompson2009-10-191-1/+1
* Remove the newly added uch341 driver, it will be merged into uchcom instead.Andrew Thompson2009-10-192-38/+2
* Rewrite x86bios and update its dependent drivers.Jung-uk Kim2009-10-193-2/+4
* Fix this module so it at least builds. Note that it isn't hooked up toJohn Baldwin2009-10-131-2/+2
* EXPORT_SYMS is not, in fact, required, for a dependent module to accessRobert Watson2009-10-131-10/+0
* Export DTrace symbols from nfsclient so that dtnfsclient can get to them.Robert Watson2009-10-121-0/+10
* Fix typo which has survived amazingly long!Ermal Luçi2009-10-101-1/+1
* cxgb(4) updates, including:Navdeep Parhar2009-10-051-1/+1
* unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENTYoshihiro Takahashi2009-10-031-6/+0
* Compile ACPI debugger and disassembler for kernel modules unconditionally.Jung-uk Kim2009-10-011-10/+9
* Add support for ChipHead 341 serial port adapter.Andrew Thompson2009-09-282-2/+38
* Add '#define NFSCLIENT' into opt_nfs.h if the NFSCLIENT variable is 1Yoshihiro Takahashi2009-09-271-0/+7
* lindev(4) [1] is supposed to be a collection of linux-specific pseudoBjoern A. Zeeb2009-09-262-0/+11
* Move sys/dev/x86bios to sys/compat/x86bios.Jung-uk Kim2009-09-231-1/+1
* Add per-process osrel node to the procfs, to allow read and set p_osrelKonstantin Belousov2009-09-231-0/+1
* Build x86bios only for i386/amd64 for now. More work is requiredXin LI2009-09-211-1/+3
* Collapase interrupt supporting functions to a new module, and switch fromXin LI2009-09-213-9/+11
* Enable s3pci on amd64 which works on top of VESA, and allowXin LI2009-09-211-0/+1
* Catch up with ACPICA 20090903.Jung-uk Kim2009-09-111-4/+4
* Missing opt_*.h file reference for make depend in sys/modulesNick Hibma2009-09-101-1/+1
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-093-7/+14
* - Port x86emu to FreeBSD.Xin LI2009-09-092-0/+9
* Connect bwi up to the build. While there are some problems with thisWarner Losh2009-08-291-0/+1
* Hook up the pty(4) module to the build.Ed Schouten2009-08-281-0/+1
* Allow pty(4) to be loaded as a kld.Ed Schouten2009-08-231-0/+8
* Add kernel support for Radeon R6/7xx 3D.Robert Noland2009-08-231-2/+2
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andPawel 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