aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix module builds for i386 and amd64.Mark Murray2004-08-041-0/+3
* Bump WARNS to 2 for all other ACPI drivers and minor cleanup.Nate Lawson2004-08-034-16/+20
* Making a loadable null.ko for /dev/(null|zero) proved ratherMark Murray2004-08-032-10/+0
* Really back out rev 1.388.David E. O'Brien2004-08-021-0/+1
* Don't build and install a mem.ko module.David E. O'Brien2004-08-021-1/+0
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-013-2/+25
* Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-301-0/+1
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulPawel Jakub Dawidek2004-07-301-0/+9
* Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-212-1/+10
* Fix the alpha (and others) module build by only building fdc_acpi.c onNate Lawson2004-07-161-7/+9
* Rename the sound device drivers:Seigo Tanimura2004-07-163-19/+2
* Add fdc_acpi to module build, bump WARNS to 2.Nate Lawson2004-07-151-2/+5
* Replace DDB with KDB.Hidetoshi Shimokawa2004-07-131-1/+1
* Remove stray line with just a tabWarner Losh2004-07-121-2/+2
* Add fwip module.Doug Rabson2004-07-121-0/+1
* Add fwip module.Doug Rabson2004-07-121-0/+19
* Build uart_dbg.c for remote GDB support.Marcel Moolenaar2004-07-101-1/+1
* Document compile-time switches here as I'm going to yank them fromBruce M Simpson2004-07-091-0/+12
* Change the following environment variables to kernel options:Brian Somers2004-07-082-2/+2
* - Merged from sys/dev/fdc/fdc.c revision 1.275.Yoshihiro Takahashi2004-07-081-1/+1
* Change the following kernel options to environment variables:Brian Somers2004-07-082-2/+2
* Make bluetooth compile on all platformsMaksim Yevmenkin2004-07-071-6/+3
* Break out the isa and pccard front ends from fdc. This is the firstWarner Losh2004-07-071-14/+2
* By popular request, add a workaround that allows large (>128GB or so)Tim J. Robbins2004-07-031-1/+4
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-022-0/+12
* Set WARNS=2 for the module build of ACPI.Mark Santcroos2004-07-011-0/+1
* The ahb module is not needed for pc98.Yoshihiro Takahashi2004-06-301-1/+1
* Add glue for building acpi_quirk.cNate Lawson2004-06-301-2/+2
* Add ahb module for i386 and alpha (the onlt two platforms that have eisaWarner Losh2004-06-291-0/+3
* Add the ahb module for old Adaptec 1742 drivers now that eisa busWarner Losh2004-06-291-0/+12
* Add acpi_if.h dependencies to module build.Nate Lawson2004-06-294-4/+5
* Build usbdevs.hWarner Losh2004-06-282-2/+2
* Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ne...Warner Losh2004-06-2727-27/+27
* Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer2004-06-252-3/+21
* Clean CLEANFILES.Roman Kurakin2004-06-232-2/+2
* Enable 'vinum' on AMD64.David E. O'Brien2004-06-221-5/+1
* Give zlib the ability to be a module that can be depended on,Mark Murray2004-06-201-0/+8
* Commit pf version 3.5 and link additional files to the kernel build.Max Laier2004-06-161-3/+4
* Prepare for pf 3.5 import:Max Laier2004-06-163-62/+0
* Add a module directory for geom_vinum.Lukas Ertl2004-06-121-0/+11
* Fix typo that prevents esp_sbus.c and lsi64854.c from being built on sparc64.Marius Strobl2004-06-101-1/+1
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soScott Long2004-06-101-0/+15
* Add eisa_if.hWarner Losh2004-06-091-1/+1
* Add eisa_if.h to the list of things to build for new eisa_if.m for theWarner Losh2004-06-091-1/+1
* style.Makefile(5)David E. O'Brien2004-06-092-12/+12
* Recognise NOINET6 as an indication to not build IPv6 enabled source evenDarren Reed2004-06-081-1/+2
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-302-0/+2
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...Tony Ackerman2004-05-281-0/+11
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-2626-25/+28
* - Connect geom(8) and its libraries to the build.Pawel Jakub Dawidek2004-05-201-0/+2