aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Link pf to the build and install:Max Laier2004-03-081-0/+9
* Add a netgraph node to handle ATM LLC encapsulation. This currently handlesBenno Rice2004-03-081-0/+6
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.Bill Paul2004-03-072-2/+2
* - Some older Atheros drivers want KeInitializeTimer(), so implement it,Bill Paul2004-03-041-1/+0
* Add proper support for DbgPrint(): only print messages if bootverboseBill Paul2004-03-031-0/+1
* 1. Add modules makefile for Cronyx Tau/ISA driver (ctau).Roman Kurakin2004-03-021-0/+37
* Netgraph node type for IEEE 802.1Q VLAN tagging.Ruslan Ermilov2004-03-012-1/+8
* Hook acpi_video up to the build.Nate Lawson2004-03-011-1/+1
* Add the ACPI standard video extensions driver. I've done some style cleanupNate Lawson2004-03-011-0/+11
* add driver for BWCT console management serialsBernd Walter2004-03-012-0/+10
* Clean all the object files whether or not ACPI_DEBUG is specified.Nate Lawson2004-02-281-1/+1
* add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/...MIHIRA Sanpei Yoshiro2004-02-282-0/+10
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-263-0/+80
* Connect geom_concat.ko module to the build.Pawel Jakub Dawidek2004-02-231-0/+1
* Makefile needed for building geom_concat module.Pawel Jakub Dawidek2004-02-191-0/+8
* Adding missing cx (cronyx/Sigma) entry.Roman Kurakin2004-02-141-0/+2
* Removed -g from CFLAGS. There is a better way to build debuggingRuslan Ermilov2004-02-1310-16/+6
* Always build ext2fs module. There is no written policy preventing theDavid E. O'Brien2004-01-281-4/+0
* Enable ndis for AMD64 (for the time that modules are supported)...David E. O'Brien2004-01-281-0/+4
* Add NO_BLUETOOTH knob to the build processMaksim Yevmenkin2004-01-281-0/+2
* Removed custom "load" and "unload" targets.Ruslan Ermilov2004-01-194-27/+0
* Normalize SUBDIR.Ruslan Ermilov2004-01-193-20/+21
* - Build things in pure alphabetical dictionary order.Ruslan Ermilov2004-01-161-148/+227
* Use generic net80211 framework for awi driver.Atsushi Onoe2004-01-151-1/+1
* Include "../Makefile.inc" to propagate the configuration to subdirectories.Yoshihiro Takahashi2004-01-131-0/+3
* MODULE_DEPEND is a C macro, not a make(1).Ruslan Ermilov2004-01-131-1/+0
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-1324-25/+0
* Don't put .depend in CLEANFILES, it's cleaned by cleandepend.Ruslan Ermilov2004-01-131-1/+0
* Hook up acpi_toshibaNate Lawson2004-01-121-1/+1
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,Nate Lawson2004-01-111-0/+9
* Add Audigy support.David E. O'Brien2004-01-111-2/+11
* The ida module is not needed for pc98.Yoshihiro Takahashi2004-01-111-1/+1
* ida(4) module. PCI only for now.Matthew N. Dodd2004-01-112-0/+10
* Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile().Bill Paul2004-01-091-1/+1
* Always clean all files, including ones under ACPI_DEBUG when doing aNate Lawson2004-01-081-7/+9
* Use double quotes instead of single quotes for echos to build optionsBruce Evans2003-12-293-3/+4
* Fixed some style bugs (mainly the bad examples @echo, NOMAN, and non-useBruce Evans2003-12-291-10/+6
* Fixed some style bugs:Bruce Evans2003-12-291-8/+6
* Fixed some style bugs. SRCS and the opt_*.h rules were totallyBruce Evans2003-12-291-11/+10
* Fix to support pc98 and currect typo.Yoshihiro Takahashi2003-12-281-2/+11
* New sio module. A number of people have suggested this over the yearsWarner Losh2003-12-271-0/+25
* Move the acpi module down a directory. This will allow us to importNate Lawson2003-12-242-76/+81
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-151-1/+1
* Turn off build of if_ndis.ko by default, since it depends on anBill Paul2003-12-121-1/+0
* Grrr. Put the right .PATH statements in the right Makefiles.Bill Paul2003-12-112-2/+2
* Ack! Only build if_ndis.ko and ndis.ko if arch == i386.Bill Paul2003-12-111-2/+2
* Commit the first cut of Project Evil, also known as the NDISulator.Bill Paul2003-12-113-0/+20
* hea is gone, remove its moduleWarner Losh2003-12-072-12/+0
* Remove hea module.Warner Losh2003-12-071-1/+0
* Remove SMP option support from building the ACPI module as it is no longerJohn Baldwin2003-12-051-3/+0