aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-193-3/+3
* A driver for the System Management Application ProgramMatthew N. Dodd2003-01-172-0/+10
* remove wi-specific host ap code; the wi driver now depends on theSam Leffler2003-01-151-1/+1
* hookup wlan and rcv4 modules to the buildSam Leffler2003-01-151-0/+2
* add module for 802.11 link layer codeSam Leffler2003-01-151-0/+12
* make rc4 crypto support a module so other modules can depend on itSam Leffler2003-01-151-0/+8
* Add opt_geom.h to the list.Poul-Henning Kamp2003-01-131-1/+1
* Build gem(4) on powerpc also.David E. O'Brien2003-01-091-2/+5
* Moved if_hme to hme.David E. O'Brien2003-01-092-10/+1
* Add an hme(4) module.David E. O'Brien2003-01-091-0/+9
* Include if_hme_sbus.c, so that the module can also be used on sbusThomas Moestl2003-01-091-1/+1
* Build a gem module, for sparc64 only for now.Thomas Moestl2003-01-082-1/+10
* Add an hme(4) module.David E. O'Brien2003-01-082-0/+13
* - Replace printf() with device_printf().Hidetoshi Shimokawa2003-01-041-1/+1
* - Implement primal Configuration ROM parser.Hidetoshi Shimokawa2002-12-311-1/+1
* Make it work -current style.Julian Elischer2002-12-231-1/+1
* libmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS.Tim J. Robbins2002-12-141-2/+1
* Move the amd(4) driver to it's own directory in preparation for it growingScott Long2002-12-131-0/+10
* Don't run kldxref when installing modules on sparc64. kldxref and the wholeJake Burkholder2002-12-131-1/+1
* Correct alphabetization of awi entry.Robert Watson2002-12-081-1/+1
* Move the awi module build dependency into the MACHINE_ARCH=i386 entry.Robert Watson2002-12-081-3/+2
* Hook up the awi module for build on i386 and pc98, which appear to beRobert Watson2002-12-071-1/+3
* Unhook the old LOMAC module, now replaced with mac_lomac.Robert Watson2002-12-035-73/+0
* Add Makefile.inc to include ../Makefile.inc.Yoshihiro Takahashi2002-12-011-0/+3
* Unhook LOMAC kernel module since the functionality is now provided byRobert Watson2002-11-261-1/+0
* Hook up the mac_lomac module build.Robert Watson2002-11-262-0/+11
* New SCSI target emulator codeNate Lawson2002-11-221-1/+1
* Hook the RAIDFrame module up to the buildScott Long2002-11-211-0/+1
* Fix make buildkernel.Warner Losh2002-11-217-12/+12
* Make the bluetooth modulesJulian Elischer2002-11-211-0/+5
* The second try a committing the bluetooth codeJulian Elischer2002-11-208-0/+123
* Remove opt_pci.h from SRCS, it doesn't exist anymore.Maxime Henrion2002-11-132-2/+2
* Remove opt_pci.h from SRCS.Maxime Henrion2002-11-131-1/+1
* Split userland services to fwdev.c.Hidetoshi Shimokawa2002-11-121-9/+1
* Warning fixes.Maxime Henrion2002-11-111-3/+4
* Warning fix.Maxime Henrion2002-11-111-2/+2
* Don't override CWARNFLAGS in these Makefiles.Maxime Henrion2002-11-113-6/+0
* Don't override CWARNFLAGS in this Makefile.Maxime Henrion2002-11-111-2/+0
* Make 3dfx i386-only. The memrange API it uses may be defined in an MIJohn Baldwin2002-11-081-3/+3
* Move rc(4) over to MI notes and enable it as a MI module.John Baldwin2002-11-081-1/+1
* Move firewire back to being MI.John Baldwin2002-11-071-1/+1
* Create a MACHINE_ARCH == i386 section that first lists modules commonJohn Baldwin2002-11-071-59/+24
* lnc(4) uses kvtop() and is thus i386-only for now.John Baldwin2002-11-061-1/+1
* Make firewire i386-only for now. It doesn't quite handle machines withJohn Baldwin2002-11-061-1/+1
* ed(4) uses kvtop() and is thus i386-only. It has several other warningsJohn Baldwin2002-11-061-1/+1
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-0621-59/+4
* Include "../Makefile.inc".Yoshihiro Takahashi2002-11-0611-0/+32
* - Convert to newbus, bus_space etc.Matthew N. Dodd2002-11-051-0/+9
* Permit MAC policies to instrument the access control decisions forRobert Watson2002-11-041-0/+1
* Hook the aic7xxx modules up. This requires some extra care since aicasmScott Long2002-11-034-27/+7