summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. Thereimp2005-12-291-1/+1
| | | | | are some rough edges with this still, but it seems to work well enough to commit.
* Build ed on amd64. The pci attachment works with qemu on amd64.imp2005-12-231-0/+1
| | | | | | | | | I'm holding off on building on sparc64 and others because I don't know if this driver has had all the inb/outb removed (I think it has). Nor do I know if there are byte ordering issues. There are very few word operations on an NE2000, but I've not had time to audit them all. Suggested by: Daniel O'Connor
* Enable the cs and disable the amdsmb and nfsmb on pc98.nyan2005-12-221-1/+1
|
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.ru2005-12-213-1/+19
|
* Build xfs before xl.rodrigc2005-12-121-2/+2
| | | | Noticed by: pjd
* Add xfs to list of modules which are built.rodrigc2005-12-121-1/+2
|
* Add Makefile for compiling XFS as a kernel module.rodrigc2005-12-121-0/+94
|
* The if_ti Tigon I/II driver has moved to /sys/dev/tiscottl2005-12-101-1/+1
|
* Add BPF Just-In-Time compiler support for ng_bpf(4).jkim2005-12-071-1/+1
| | | | | The sysctl is changed from net.bpf.jitter.enable to net.bpf_jitter.enable and this controls both bpf(4) and ng_bpf(4) now.
* When compiling with the kernel, detect if INET6 support should be disabled.ru2005-12-061-7/+11
|
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-031-0/+1
| | | | and a new r300 PCI ID.
* Let kmod.mk create empty opt_*.h files.ru2005-11-291-7/+1
|
* obey opt_inet6.h and opt_ipsec.h in kernel build directory.ume2005-11-291-0/+14
| | | | Requested by: hrs
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-283-0/+18
| | | | | | | | | | | | | - S3 Savage driver ported. - Added support for ATI_fragment_shader registers for r200. - Improved r300 support, needed for latest r300 DRI driver. - (possibly) r300 PCIE support, needs X.Org server from CVS. - Added support for PCI Matrox cards. - Software fallbacks fixed for Rage 128, which used to render badly or hang. - Some issues reported by WITNESS are fixed. - i915 module Makefile added, as the driver may now be working, but is untested. - Added scripts for copying and preprocessing DRM CVS for inclusion in the kernel. Thanks to Daniel Stone for getting me started on that.
* Change filesystem name from mqueue to mqueuefs for style consistent.davidxu2005-11-271-1/+1
| | | | Suggested by: rwatson
* Support for ATI IXP 200 / 300 / 400 series audio controllers.ariff2005-11-272-1/+10
|
* Compile mqueue module.davidxu2005-11-262-0/+11
|
* Since we want a vinum geom created anytime the module loads, movele2005-11-241-1/+1
| | | | | | | | | | | the geom creation to a seperate init function and ignore the tasting. The config is now parsed only in the vinumdrive geom, which hopefully fixes the problem, that the drive class tasted before the vinum class had a chance, for good. Also restore the behaviour that the module can be loaded at boot time and on a running system.
* - Add ofw_bus_if.h to SRCS on sparc64 as envctrl.c and pcf_ebus.c dependmarius2005-11-221-8/+11
| | | | | | on it. - Sync with sys/conf/files* and build pcf_isa.c only on i386 for now. - Try to adhere to style.Makefile(5) (sorting, whitespace).
* Finally bring in what was produced during Google SoC 2005:le2005-11-191-1/+2
| | | | | | | | | Add functions to rename objects and to move a subdisk from one drive to another. Obtained from: Chris Jones <chris.jones@ualberta.ca> Sponsored by: Google Summer of Code 2005 MFC in: 1 week
* Load firmware images directly from the filesystem (looks into /etc/firmwaredamien2005-11-191-1/+1
| | | | | | | | directory by default) without requiring the user to load them by hand using e.g iwicontrol. Get rid of the old ioctl crud. Updated iwi-firmware port coming soon. Obtained from: OpenBSD
* Remove vestiges of oldcard and owi.ru2005-11-172-19/+0
|
* OBEimp2005-11-161-9/+0
|
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencypjd2005-11-111-1/+1
| | | | | | | | | | with the rest. mdconfig.c: Simplify mdmaybeload() function. mdioctl.h: Removed (now unused) #define. loader.conf: Sort GEOM classes properly. OK'ed by: phk
* Add /dev/speaker support to amd64.ru2005-11-112-1/+2
| | | | | | | | The following repo-copies were made (by Mark Murray): sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4
* Connect em(4) build on sparc64.yongari2005-11-091-0/+1
|
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasvkashyap2005-11-081-4/+26
| | | | | support for the 9xxxSX controllers, along with the earlier 9xxxS series controllers.
* Fix standalone module build for viapm. Note that by default it doesn'tjhb2005-11-081-2/+2
| | | | include the ISA bus support even though it probably should.
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-5/+6
|
* Tie acpi_hpet.c into the module and kernel.phk2005-10-311-1/+2
|
* Finally complete some work on generalizing the PCF8584-based I2Cjoerg2005-10-282-1/+11
| | | | | | | | | | | drivers I started quite some time before. Retire the old i386-only pcf driver, and activate the new general driver that has been sitting in the tree already for quite some time. Build the i2c modules for sparc64 architectures as well (where I've been developing all this on).
* Connect es137x build on sparc64.yongari2005-10-251-1/+1
|
* Hook acpi_smbat up to the build.njl2005-10-231-1/+1
|
* In this case, disable wrapping of fake opt_*.h targets inyar2005-10-181-2/+4
| | | | | | "if defined(KERNBUILDDIR)" for now since the new way of building modules with the kernel can't handle dynamic SRCS depending on build options yet.
* Don't build dc-only pseudo phy devices with mii.ko anymoreimp2005-10-181-1/+1
|
* Move dc sources from pci to dev/dc.imp2005-10-181-3/+3
|
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-1466-72/+155
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* Sort SUBDIR and surrounding definitions.ru2005-10-141-4/+4
|
* - Don't include opt_global.h, it is always included implicitly.glebius2005-10-051-1/+0
| | | | - Include opt_device_polling.h
* Add if_ed_rtl80x9.cimp2005-10-051-1/+1
|
* Oops, left a compile option enabled that should not be enabled.scottl2005-10-041-1/+1
|
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-032-0/+26
| | | | | | | | | | | interface polling, compiles on 64-bit platforms, and compiles on NetBSD, OpenBSD, BSD/OS, and Linux. Woo! Thanks to David Boggs for providing this driver. Altq, sppp, netgraph, and bpf are required for this driver to operate. Userland tools and man pages will be committed next. Submitted by: David Boggs
* Soft volume implementation for audio devices without pcm mixer controller.netchild2005-10-021-1/+1
| | | | | Submitted by: Ariff Abdullah <skywizard@MyBSD.org.my> Tested by: multimedia@
* ciphy wasn't included here.imp2005-09-301-1/+1
|
* Add -DINVARIANT_SUPPORT -DINVARIANTSfjoe2005-09-291-1/+1
| | | | (to commented out CFLAGS, used for debugging).
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-2753-59/+51
| | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
* Switch from OLDCARD to NEWCARD on pc98.nyan2005-09-271-3/+3
|
* Add geom_bsd_enc.c which we've been wanting to be in geon_bsd.imura2005-09-201-1/+1
| | | | Reviewed by: phk
* Add pccard_device.cimp2005-09-201-1/+1
|
* Fix the module build for snp(4).mux2005-09-191-1/+1
| | | | | Submitted by: cognet Pointy hat to: cognet
OpenPOWER on IntegriCloud