summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Connect smbfs build on powerpc.imura2005-09-191-0/+1
|
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofanholt2005-09-171-1/+1
| | | | | | | | | the Linux driver, since specs are unavailable. Many thanks to Adam Kirchhoff for multiple useful testing cycles, and Ralf Wostrack for the final fix to get it working. PR: i386/75251 Submitted by: anholt
* Hook up the hptmv driver for amd64.scottl2005-09-081-0/+1
| | | | MFC After: 3 days
* Import new version of the HPTMV driver from Highpoint. The major changescottl2005-09-071-7/+12
| | | | | | | | here is the support for amd64, as well as possible support for PAE. Many thanks to Highpoint for continuing to support FreeBSD. Obtained from: Steve Chang @ Highpoint MFC After: 3 days.
* Unbreak stand-alone build of the de(4) module.yar2005-08-291-1/+1
|
* Shuffle around the order in which the components are compiled.le2005-08-261-1/+1
| | | | | | | | | This way, the VINUMDRIVE class is loaded before the VINUM class, but since geom does the tasting for newly arrived classes last-in-first-out, the VINUM class tastes first. This removes the need to call gv_parse_config() in the drive taste path.
* Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatenedjhb2005-08-262-12/+0
| | | | | | | | earlier as no one has stepped up to test recent changes to the driver. Oddly, the module was actually turned on on ia64 though I'm fairly certain that no ia64 machine has ever had or will ever have an ISA slot. Axe borrowed from: phk
* Add NTFS labeling function.takawata2005-08-261-0/+1
| | | | Reviewed by:pjd
* Define the target for opt_compat.h only if KERNBUILDDIRyar2005-08-181-0/+5
| | | | | | | | | | | | | | | is not defined, so that the module will get the compatibility options from the current kernel configuration if built with the latter, not with the world. [Some other modules seem in need of fixing WRT this, too.] Add more compatibility options found in GENERIC to the default opt_compat.h. While not all of them are used in the procfs code, we can't tell for sure if the system .h files don't need them either, so let's stay on the safe side. Submitted by: kensmith Reviewed by: ru
* Don't break local style.yar2005-08-181-1/+2
|
* Add VIA/ACE "PadLock" support as a crypto(9) driver.pjd2005-08-182-0/+14
| | | | | | HW donated by: Mike Tancsa <mike@sentex.net> Most of the code obtained from: OpenBSD MFC after: 3 days
* Add code for Ext2FS and ReiserFS labels recognition.pjd2005-08-121-0/+2
| | | | | | Submitted by: Stanislav Sedov <stas@310.ru> PR: kern/84638 MFC after: 1 week
* Fix stand-alone (or MODULES_WITH_WORLD=1) build ofyar2005-08-111-1/+7
| | | | | | | | | the procfs module by creating opt_compat.h with appropriate compatibility options: COMPAT_43 on all arch's and COMPAT_IA32 in addition on amd64. Pointy hat to: peter MFC after: 3 days
* Style cleanup.obrien2005-08-102-28/+15
|
* Connect GEOM_ELI class to the build.pjd2005-07-271-0/+1
| | | | MFC after: 1 week
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-271-0/+9
| | | | | | | | For features list and usage see manual page: geli(8). Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl MFC after: 1 week
* Connect GZERO to the build.pjd2005-07-251-1/+2
| | | | MFC after: 3 days
* Add a very simple and small GEOM class - ZERO.pjd2005-07-251-0/+8
| | | | | | | | | | | It creates very huge provider (41PB) /dev/gzero. On BIO_READ request it zero-fills bio_data and on BIO_WRITE it does nothing. You can also set kern.geom.zero.clear sysctl to 0 to do nothing even for BIO_READ. I'm using it for performance testing where it is very helpful. MFC after: 3 days
* Remove conditional code that has largely rotted that is also not on byjhb2005-07-211-4/+0
| | | | | | | | | default: - TULIP_NEED_FASTTIMEOUT - tulip_fasttimeout() wasn't called anywhere - BIG_PACKET - only worked on i386 anyway - TULIP_USE_SOFTINTR - doesn't compile and was never updated to handle new netisr registration - non-FreeBSD code
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-1/+1
| | | | | | by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h. Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
* Revert last commit: It fixed make universe but broke regular kernel make.phk2005-07-161-1/+1
|
OpenPOWER on IntegriCloud