summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-142-3/+9
| | | | | | for the agp module, and add agp to the list of modules to compile for alpha. Add an alpha_mb() to agp_flush_cache for alpha -- it's not correct but may improve the situation, and it's what linux and NetBSD do.
* We only provide agp drivers for the intel chipsets, move the agppeter2003-02-131-1/+1
| | | | subdir to the i386-only section.
* Remove unnecessary EXPORT_SYMS.simokawa2003-02-131-2/+0
|
* pci_if.h is not needed.nyan2003-02-071-1/+1
|
* - Clean up ISA DMA supports.nyan2003-02-072-0/+4
| | | | | | | - Rename all sndbuf_isadma* functions to sndbuf_dma* and move them into sys/dev/sound/isa/sndbuf_dma.c. No response from: sound
* isa_if.h is not needed.nyan2003-02-0719-19/+19
| | | | No response from: sound
* Take the rc4 code out of ng_mppc module so we don't fail to load whenambrisko2003-02-051-2/+1
| | | | | | | we have the rc4 code already in the kernel (via wlan stuff or awi). Add a dependency on the rc4 module so if it doesn't exist then load it. Reviewed by: archie
* Add IPv6 support for Linuxlator.ume2003-02-031-2/+5
| | | | | Reviewed by: dwmalone MFC after: 10 days
* Add CanBe power management controller support.nyan2003-02-033-1/+19
| | | | Submitted by: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
* Add ac97_patch.[ch] that provide space for ac97 codec specific patches.orion2003-01-252-4/+4
|
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-241-1/+4
| | | | | | | | | | | IP fast forwarding, SIOCGIFADDR, setting hardware address (not currently enabled in cm driver), multicasts (experimental) - add ARC_MAX_DATA, use IF_HANDOFF, remove arc_sprintf() and some unused variables - if_simloop logic is made more similar to ethernet - drop not ours packets early (if we are not in promiscous mode) Submitted by: mark tinguely (partially)
* Update GENSRCS and aicasm options correctly depending on whether registergibbs2003-01-222-26/+28
| | | | | | | | | pretty printing is enabled Add a dependency on the source files for aicasm so that it will be rebuilt if out of date. Simplify.
* Run kldxref on sparc64, it works now.jake2003-01-211-1/+1
|
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-193-3/+3
| | | | The devlist2h.awk tool to do this has been repocopied to sys/tools/.
* A driver for the System Management Application Programmdodd2003-01-172-0/+10
| | | | | | | | Interface (SMAPI) BIOS, which is present on some IBM Thinkpad models (560, 600, 770 to name a few.) The SMAPI BIOS provides access to System Information, System Configuration, and Power Management.
* remove wi-specific host ap code; the wi driver now depends on thesam2003-01-151-1/+1
| | | | wlan module for 802.11 core support
* hookup wlan and rcv4 modules to the buildsam2003-01-151-0/+2
| | | | Reviewed by: imp
* add module for 802.11 link layer codesam2003-01-151-0/+12
| | | | Reviewed by: imp
* make rc4 crypto support a module so other modules can depend on itsam2003-01-151-0/+8
| | | | | Submitted by: imp Reviewed by: imp
* Add opt_geom.h to the list.phk2003-01-131-1/+1
|
* Build gem(4) on powerpc also.obrien2003-01-091-2/+5
|
* Moved if_hme to hme.obrien2003-01-092-10/+1
| | | | (I need a score card to keep track of the /sys layout fights)
* Add an hme(4) module.obrien2003-01-091-0/+9
| | | | | PR: 46871 Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
* Include if_hme_sbus.c, so that the module can also be used on sbustmm2003-01-091-1/+1
| | | | machines. Remove opt_bdg.h, which is not needed.
* Build a gem module, for sparc64 only for now.tmm2003-01-082-1/+10
|
* Add an hme(4) module.obrien2003-01-082-0/+13
| | | | | PR: 46871 Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
* - Replace printf() with device_printf().simokawa2003-01-041-1/+1
| | | | | | | | | - Separate fc->dev (i.e. fwohci0) and fc->bdev (i.e. firewire0). - Remove unused firewirebusreg.h. - Reduce size of descriptor block for asynchronous transmit and check the number of descriptor when copying from mbuf. - Skip mbuf whose length is zero. NFS seems passing such mbuf and some chips generates unrecoverable error.
* - Implement primal Configuration ROM parser.simokawa2002-12-311-1/+1
| | | | - Support multiple LUNs for SBP-II.
* Make it work -current style.julian2002-12-231-1/+1
|
* libmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS.tjr2002-12-141-2/+1
|
* Move the amd(4) driver to it's own directory in preparation for it growingscottl2002-12-131-0/+10
| | | | an sbus front-end.
* Don't run kldxref when installing modules on sparc64. kldxref and the wholejake2002-12-131-1/+1
| | | | | | | module dependency system rely on linker behaviour that is machine dependent and not part of the elf spec, and only work by accident on other platforms. Approved by: re
* Correct alphabetization of awi entry.rwatson2002-12-081-1/+1
| | | | | Inane act of: re Spotted by: bde
* Move the awi module build dependency into the MACHINE_ARCH=i386 entry.rwatson2002-12-081-3/+2
|
* Hook up the awi module for build on i386 and pc98, which appear to berwatson2002-12-071-1/+3
| | | | | | | | | the supported platforms. We build it into GENERIC, and it is currently listed on the supported module list for drivers.conf on i386, which breaks the release build. This may fix the release build for RC1 on i386. Conspiracy of: re
* Unhook the old LOMAC module, now replaced with mac_lomac.rwatson2002-12-035-73/+0
| | | | | | Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Add Makefile.inc to include ../Makefile.inc.nyan2002-12-011-0/+3
| | | | Approved by: re (rwatson)
* Unhook LOMAC kernel module since the functionality is now provided byrwatson2002-11-261-1/+0
| | | | | | | | the smaller, cleaner, less bit-rotted mac_lomac module. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Hook up the mac_lomac module build.rwatson2002-11-262-0/+11
| | | | | | Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* New SCSI target emulator codenjl2002-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | This code allows a user program to enable target mode on a SIM and then emulate any number of devices (disks, tape drives, etc.) All decisions about device behavior (UA, CA, inquiry response) are left to the usermode program and the kernel driver is merely a conduit for CCBs. This enables multiple concurrent target emulators, each using its own backing store and IO model. Also included is a user program that emulates a disk (RBC) using a file as a backing store. This provides functionality similar to md(4) at the CAM layer. Code has been tested on ahc(4) and should also work on isp(4) (and other SIMs that gain target mode support). It is a complete rewrite of /sys/cam/scsi_target* and /usr/share/examples/scsi_target. Design, comments from: gibbs Supported by: Cryptography Research Approved by: re
* Hook the RAIDFrame module up to the buildscottl2002-11-211-0/+1
| | | | Approved by: re
* Fix make buildkernel.imp2002-11-217-12/+12
| | | | | | | | | | | | These makefiles work when building in the sys/modules directory, but not with the objdir stuff that buildkernel uses. This is because they used -I../../../blah rather than -I${.CURDIR}/../../../blah. # I didn't fix the abuse of CFLAGS to specify -g since I wanted the # barest minimal change since we're in a code freeze. Approved by: make buildkernel... Hat for armchair anarchists: core member fixing src tree damage
* Make the bluetooth modulesjulian2002-11-211-0/+5
| | | | Approved by: re
* The second try a committing the bluetooth codejulian2002-11-208-0/+123
| | | | | | | | | | | | | | | | Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc. We are still talking with 3com to try get them to allow us to include the firmware for their pccard in the driver but the driver is here.. In the mean time it can be downloaded from the 3com website and loaded using the utility bt3cfw(8) (supplied) (instructions in the man page) Not yet linked to the build Submitted by: Maksim Yevmenkin <myevmenk@exodus.net> Approved by: re
* Remove opt_pci.h from SRCS, it doesn't exist anymore.mux2002-11-132-2/+2
|
* Remove opt_pci.h from SRCS.mux2002-11-131-1/+1
|
* Split userland services to fwdev.c.simokawa2002-11-121-9/+1
|
* Warning fixes.mux2002-11-111-3/+4
|
* Warning fix.mux2002-11-111-2/+2
|
* Don't override CWARNFLAGS in these Makefiles.mux2002-11-113-6/+0
|
OpenPOWER on IntegriCloud