aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Hook up the siba_bwn module to the build.Weongyo Jeong2010-01-311-0/+1
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisWeongyo Jeong2010-01-311-0/+9
* Welcome drm support for VIA unichrome chips.Robert Noland2010-01-312-1/+24
* Import simple drm memory manager.Robert Noland2010-01-311-0/+3
* Improve previous commit and add missing ar9280.cRui Paulo2010-01-311-3/+3
* Build 928x files too.Rui Paulo2010-01-311-1/+2
* Uuencode the rt2870 firmware into ascii like the other firmware blobs.Andrew Thompson2010-01-291-3/+6
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Andrew Thompson2010-01-284-1/+46
* Build smbfs kernel module on sparc64.Pyun YongHyeon2010-01-251-0/+1
* Do not build netgraph kernel modules if WITHOUT_NETGRAPH is set in src.confAntoine Brodin2010-01-161-1/+5
* Add gmountver, disk mount verification GEOM class.Edward Tomasz Napierala2010-01-162-0/+9
* Build iwi(4) and iwifw(4) modules on amd64 as well.Christian Brueffer2010-01-141-0/+2
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-3/+3
* Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differAndrew Thompson2010-01-132-1/+38
* Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245.Marius Strobl2010-01-102-0/+10
* After adding an SDT provider for opencrypto in r199884 we should alsoBjoern A. Zeeb2010-01-071-1/+1
* 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