aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* Build ng_ether(4) KLD.Archie Cobbs2000-06-262-1/+7
| | | | Notes: svn path=/head/; revision=62145
* Add 3dfx to the makefile, the new home for the kmod to interface /dev/3dfx.Coleman Kane2000-06-261-1/+1
| | | | Notes: svn path=/head/; revision=62132
* Better style(9) for the module build.Mark Murray2000-06-262-2/+2
| | | | Notes: svn path=/head/; revision=62118
* Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.xColeman Kane2000-06-252-2/+2
| | | | | | | DRI support is ready for us, as per Doug Rabson's request <dfr>. Notes: svn path=/head/; revision=62096
* Build the entropy device (/dev/random) as a module. This may notMark Murray2000-06-253-2/+28
| | | | | | | | | | | | be a permanent rule, because this device may eventually be deemed "effectively compulsory", and built by default directly into the kernel. For the moment, however, this is useful for debugging and development. Reviewed by: dfr Notes: svn path=/head/; revision=62070
* Remove unneeded header.Mark Murray2000-06-253-3/+0
| | | | Notes: svn path=/head/; revision=62065
* Back out previous commit until the build of the 'tdfx' module is unbroken.Archie Cobbs2000-06-231-1/+1
| | | | Notes: svn path=/head/; revision=62026
* Add tdfx to modules Makefile, so it gets made.Coleman Kane2000-06-231-1/+1
| | | | Notes: svn path=/head/; revision=62014
* Finish up the fixing of the linux ioctl stuff. Add line to remove the devColeman Kane2000-06-232-2/+4
| | | | | | | | | entry upon unload. Fix the module makefile. Notes: svn path=/head/; revision=61990
* Fixed trouble with linux emu, not it should work in the module.Coleman Kane2000-06-233-10/+6
| | | | | | | Removed unnecessary warning message too. Notes: svn path=/head/; revision=61986
* Switch LINUX_TDFX to TDFX_LINUX, that's what i get for typing thisColeman Kane2000-06-221-1/+1
| | | | | | | at 2 in the morning. Notes: svn path=/head/; revision=61966
* Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.Coleman Kane2000-06-223-8/+18
| | | | | | | | Added a notice for linux users that the kld isn't working for them yet, so no linux emu from the kld. It compiles statically alright though. Notes: svn path=/head/; revision=61933
* Add a kld to correlate with my committ of the voodoo driver (tdfx).Coleman Kane2000-06-212-0/+36
| | | | Notes: svn path=/cvs2svn/branches/COKANE/; revision=61914
* return of the accept filter part IIAlfred Perlstein2000-06-203-1/+16
| | | | | | | | | | | | | | accept filters are now loadable as well as able to be compiled into the kernel. two accept filters are provided, one that returns sockets when data arrives the other when an http request is completed (doesn't work with 0.9 requests) Reviewed by: jmg Notes: svn path=/head/; revision=61837
* Add oldcard, pccard, pcic and sn modules to the build.Warner Losh2000-06-181-2/+3
| | | | Notes: svn path=/head/; revision=61786
* Preliminary commit of oldcard module. This might not work, but will.Warner Losh2000-06-181-0/+17
| | | | | | | | | This should allow one to load oldcard or newcard for testing. Please let me know if this doesn't work. Don't load this and either of pcic or pccard. I've not tried it, but I suspect bad things will happen. Notes: svn path=/head/; revision=61783
* add ispfw moduleMatt Jacob2000-06-181-0/+7
| | | | Notes: svn path=/head/; revision=61782
* add if_wx moduleMatt Jacob2000-06-181-0/+7
| | | | Notes: svn path=/head/; revision=61781
* Add if_wx && ispfw modulesMatt Jacob2000-06-181-3/+3
| | | | Notes: svn path=/head/; revision=61780
* Make pcic compile again with newcardWarner Losh2000-06-181-4/+3
| | | | Notes: svn path=/head/; revision=61770
* Build sn as a moduleWarner Losh2000-06-181-0/+7
| | | | Notes: svn path=/head/; revision=61767
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.Seigo Tanimura2000-06-112-1/+8
| | | | | | | | | | | | | | | | | | | | | 2. Newbusify the driver. 3. Build as a module. 4. Use correct minor numbers when creating device files. 5. Correctly lock control characters. 6. Return ENXIO when device not configured. Submitted by: Tor Egge <Tor.Egge@fast.no> 7. Fix the baud_table. Submitted by: Elliot Dierksen <ebd@oau.org> Note: - the old driver still lives in src/sys/i386/isa, so that you can revert to it if something goes wrong. - The module does not detach very well. Attaching works fine. Notes: svn path=/head/; revision=61541
* Add agp.Doug Rabson2000-06-091-1/+1
| | | | Notes: svn path=/head/; revision=61455
* Add module for agp driver.Doug Rabson2000-06-091-0/+10
| | | | Notes: svn path=/head/; revision=61454
* Properly spell "OSF/1".David E. O'Brien2000-06-061-1/+1
| | | | Notes: svn path=/head/; revision=61340
* Fixed style bugs that I unfortunately noticed because bsd.kmod.mk wasBruce Evans2000-06-031-3/+3
| | | | | | | being reconstructed. Notes: svn path=/head/; revision=61217
* Use the genassym script here too. The linux and svr4 modules were broken.Bruce Evans2000-06-032-2/+8
| | | | Notes: svn path=/head/; revision=61204
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-27118-118/+118
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Some joker decided to make it even harder to build modules outside theMike Smith2000-05-261-1/+1
| | | | | | | | kernel, and rather than fix the make search path, hardcoded it into the module Makefiles themselves. Go with the herd. Notes: svn path=/head/; revision=60956
* Fix typo.Archie Cobbs2000-05-251-1/+1
| | | | Notes: svn path=/head/; revision=60900
* Build the twe module with the rest.Mike Smith2000-05-241-1/+1
| | | | Notes: svn path=/head/; revision=60896
* Add the 'twe' driver module makefile.Mike Smith2000-05-241-0/+7
| | | | Notes: svn path=/head/; revision=60895
* Remove the -DFDESC cruft that is no longer necessary since the supportChris Costello2000-05-142-2/+0
| | | | | | | for it was removed from <sys/mount.h> long, long ago. Notes: svn path=/head/; revision=60538
* Update man page to reflect new IPv6 hook. Simplify Makefile.Archie Cobbs2000-05-102-26/+5
| | | | Notes: svn path=/head/; revision=60331
* Supply only one author name per instance of %A, as per mdoc.samples(7).Sheldon Hearn2000-05-101-1/+2
| | | | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60311
* Support non-i386 architectures.David E. O'Brien2000-05-101-1/+3
| | | | Notes: svn path=/head/; revision=60297
* Added PC-98 supports.Yoshihiro Takahashi2000-05-086-0/+30
| | | | | | | Obtained from: FreeBSD(98) 4.0R-Rev01 Notes: svn path=/head/; revision=60201
* Remove debugging cruft.Nick Hibma2000-05-071-2/+0
| | | | Notes: svn path=/head/; revision=60179
* All the screen savers other than "apm" build on the Alpha. daemon.ko hasDavid E. O'Brien2000-05-062-3/+6
| | | | | | | been tested to work. Notes: svn path=/head/; revision=60062
* AUTHOR -> AUTHORSArchie Cobbs2000-05-053-3/+3
| | | | Notes: svn path=/head/; revision=60052
* Document the new statistics control messages.Archie Cobbs2000-05-051-1/+19
| | | | | | | Add a note about the IP header asymmetry on the "lower" hook. Notes: svn path=/head/; revision=60010
* Move netgraph node type man pages from section 8 to section 4.Archie Cobbs2000-05-0458-3331/+130
| | | | Notes: svn path=/head/; revision=59982
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-04117-117/+117
| | | | | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. Notes: svn path=/head/; revision=59951
* The USB double bulk pipe driver (Host to host cables). Currently thereNick Hibma2000-05-012-1/+15
| | | | | | | | | | | | | | | | | | | | | | | are two supported chips, the NetChip 1080 (only prototypes available) and the EzLink cable. Any other cable should be supported however as they are all very much alike (there is a difference between them wrt performance). It uses Netgraph. This driver was mostly written by Doug Ambrisko and Julian Elischer and I would like to thank Whistle for yet another contribution. And my aplogies to them for me sitting on the driver for so long (2 months). Also, many thanks to Reid Augustin from NetChip for providing me with a prototype of their 1080 chip. Be aware of the fact that this driver is very immature and has only been tested very lightly. If someone feels like learning about Netgraph however this is an excellent driver to start playing with. Notes: svn path=/head/; revision=59877
* Add $FreeBSD$Peter Wemm2000-05-012-0/+3
| | | | Notes: svn path=/head/; revision=59874
* Zap KMODDEPS linePeter Wemm2000-05-0132-32/+0
| | | | Notes: svn path=/head/; revision=59865
* Update the man page to reflect the recent changes to the kernel API forJulian Elischer2000-04-301-13/+68
| | | | | | | netgraph. Notes: svn path=/head/; revision=59782
* Added PC-98 supports.Yoshihiro Takahashi2000-04-272-0/+45
| | | | | | | | | Submitted by: Chiharu Shibata <chi@bd.mbn.or.jp>, Tomokazu HARADA <tkhara@osk4.3web.ne.jp> and yokota Notes: svn path=/head/; revision=59690
* More machdep/random.h -> sys/random.h fixes.Boris Popov2000-04-253-6/+3
| | | | Notes: svn path=/head/; revision=59617
* - Added support for 1bpp and 4bpp BMP files.Kazutaka YOKOTA2000-04-241-68/+82
| | | | | | | | | (PC98 part of the commit will follow.) Submitted (50%) by: Chiharu Shibata <chi@bd.mbn.or.jp> Notes: svn path=/head/; revision=59583