summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build linprocfs and linsysfs as modules on amd64.netchild2006-09-091-0/+2
| | | | | Sponsored by: Google SoC 2006 Submitted by: rdivacky
* MF6: Attach if_bce.ko to the build.ru2006-09-081-0/+1
| | | | Noticed by: davidch
* Don't build iwi(4) on amd64, there are problems with the firmware modules.brueffer2006-09-011-1/+0
| | | | | | Reported by: sam Approved by: rwatson (mentor) MFC after: 3 days
* Follow the lead of mxgb(4) and build the module for ixgb(4).brueffer2006-08-181-0/+3
| | | | | | | | | Originally it wasn't enabled since the hardware wasn't commonplace, but as 10GE hardware is becoming more widely used, building the module by default should be beneficial. Approved by: rwatson (mentor) MFC after: 2 weeks
* Add device to access and modify Open Firmware NVRAM settings insobomax2006-08-011-0/+2
| | | | | | | | | PowerPC-based Apple's machines and small utility to do it from userland modelled after the similar utility in Darwin/OSX. Only tested on 1.25GHz G4 Mac Mini. MFC after: 1 month
* Remove Alpha remnants.marcel2006-07-271-10/+0
|
* Hook bridgestp up to the build.thompsa2006-07-261-0/+1
|
* Hook up stge(4) to the build.yongari2006-07-251-0/+1
|
* Add a pure open source nForce Ethernet driver, under BSDL.obrien2006-06-261-0/+3
| | | | | | | | | This driver was ported from OpenBSD by Shigeaki Tagashira <shigeaki@se.hiroshima-u.ac.jp> and posted at http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html It was additionally cleaned up by me. It is still a work-in-progress and thus is purposefully not in GENERIC. And it conflicts with nve(4), so only one should be loaded.
* Unconditionally enable ppc(4) and puc(4).marcel2006-06-181-5/+2
|
* Build the ppc module on pc98.nyan2006-06-161-1/+1
|
* Allow for ppc(4) to be built as module, initiallykib2006-06-161-0/+3
| | | | | | | only for i386 and amd64. MFC after: 1 month Approved by: pjd (mentor)
* - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-131-0/+3
| | | | | | s/myri10ge/mxge/g replacement in the myri10ge files. A few contuation lines were joined because of the regained columns. - Hook the mxge driver back to the build.
* enable build of ath_hal on sparc64 and powerpcsam2006-06-081-0/+2
| | | | MFC after: 1 month
* wi works on amd64 laptops. Enable its building as a module.imp2006-05-261-0/+1
|
* Add cbb, cardbus, pccard and exca to the list of modules. The appearimp2006-05-241-0/+4
| | | | to work on the Turion64 laptop I have.
* Fix build (unhook lnc).delphij2006-05-141-3/+0
| | | | Submitted by: David H. Wolfskill <david catwhisker org>
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-121-1/+0
| | | | contrast to ip6fw - is properly lockes, it is time to retire ip6fw.
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linuxambrisko2006-05-091-0/+2
| | | | | | | LSI MegaRAID SAS utility. Sponsored by: IronPort Systems Man page help from: brueffer
* It seems I forgot to commit the removal of the linux and linprocfsnetchild2006-05-091-2/+0
| | | | | | modules at the time I axed the linuxolator on Alpha. Noticed by: kris
* Enable the rr232x driver for amd64.scottl2006-04-281-0/+1
|
* Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards.scottl2006-04-271-0/+2
| | | | | | | | | This driver was generously developed and donated by Highpoint. It is enabled for i386 only at the moment. I will enable it for amd64 shortly. Obtained from: HighPoint Technologies, Inc.
* Build uart(4) on PowerPC.marcel2006-03-311-2/+1
|
* o Add scc(4) to the build.marcel2006-03-301-0/+1
| | | | | | o Add the scc(4) manpage to the build. o Update the uart(4) manpage to account for scc(4). o Update the uart(4) module build to include support for scc(4).
* Hook the MFI driver up to the build.scottl2006-03-291-0/+1
|
* Extend coverage of the MK_IPX build option to the following:ru2006-03-201-0/+4
| | | | | | | | | | | | | | | | | | | | | - <netipx> headers [1] - IPX library (libipx) - IPX support in ifconfig(8) - IPXrouted(8) - new MK_NCP option New MK_NCP build option controls: - <netncp> and <fs/nwfs> headers - NCP library (libncp) - ncplist(1) and ncplogin(1) - mount_nwfs(8) - ncp and nwfs kernel modules User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP. [1] <netsmb/netbios.h> unconditionally uses <netipx> headers so they are still installed. This needs to be dealt with.
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-4/+6
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Don't build the ipw and iwi on pc98.nyan2006-03-171-2/+2
|
* build ipw(4) and iwi(4) modules on i386 and amd64 only.damien2006-03-151-2/+6
|
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-031-0/+2
| | | | | | | | | | | into a separate module. Accordingly, convert the option into a device named similarly. Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons. Suggested by: scottl Reviewed by: cokane MFC after: 5 days
* Connect zlib to the build.wkoszek2006-02-271-1/+2
| | | | Approved by: cognet (mentor)
* Unhook myri10ge from build in preparation for renamegallatin2006-02-231-3/+0
|
* Disable the myri10ge driver on pc98.nyan2006-02-201-1/+1
|
* Hook the myri10ge driver to the i386 and amd64 module builds.gallatin2006-02-201-0/+3
| | | | | Sponsored by: Myricom Inc. Reviewed by: scottl
* Disable the ipmi driver on pc98.nyan2006-02-141-1/+1
|
* Tie the ipmi driver into the i386/amd64 builds.ambrisko2006-02-131-0/+3
|
* an driver not endian clean, so don't enable on sparc64imp2006-02-051-2/+6
|
* Make pflog a seperate module. As a result pflog_packet() becomes a functionmlaier2006-02-051-0/+2
| | | | | | | | pointer that is declared in pf_ioctl.c Requested by: yar (as part of the module build reorg) MFC after: 1 week X-MFC with: yar's module reorg
* Attach ce(4) to the build.rik2006-01-311-0/+2
| | | | MFC after: 3 days
* Hook up le(4) to the build. For now it's only added to the sparc64 GENERICmarius2006-01-311-0/+1
| | | | | | | in order to support the on-board LANCE in Ultra 1 and to the MI NOTES as it should work just fine with the AMD PCnet family of chips on all archs but is not yet meant to replace lnc(4). If a kernel includes all of le(4), lnc(4) and pcn(4) precedence is given to lnc(4)/pcn(4) for now.
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-291-0/+1
| | | | | | | | | | specially crafted module. There are several handrolled sollutions to this problem in the tree already which will be replaced with this. They include iwi(4), ipw(4), ispfw(4) and digi(4). No objection from: arch MFC after: 2 weeks X-MFC after: some drivers have been converted
* Hook ufoma module to build.takawata2006-01-101-0/+1
| | | | Pointed out by:thompsa
* 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
|
* 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
|
* Compile mqueue module.davidxu2005-11-261-0/+1
|
* Remove vestiges of oldcard and owi.ru2005-11-171-3/+0
|
* Add /dev/speaker support to amd64.ru2005-11-111-0/+1
| | | | | | | | 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
|
OpenPOWER on IntegriCloud