aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ibcs2(8) shell script.Sheldon Hearn2000-11-293-114/+0
| | | | | | | | | | | Providing shell scripts that do nothing but load a similarly named kernel loadable module in out of vogue. There is no ibcs2(4) manual page, and I haven't managed to coax anyone into contributing one based on the linux(4) manual page. Notes: svn path=/head/; revision=69350
* Decommission the svr4(8) shell script, which has been pointless sinceSheldon Hearn2000-11-294-76/+1
| | | | | | | | | | | | | our kernel module system learned how to handle dependencies. Providing a whole bunch of shell scripts that do nothing but load a similarly named kernel loadable module is out of vogue. The svr4(8) manual page has been replaced with a much better svr4(4) page. Notes: svn path=/head/; revision=69349
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-282-4/+12
| | | | | | | | | - Make pccbb/cardbus kld loadable and unloadable. - Make pccbb/cardbus use the power interface from pccard instead of inventing its own. - some other minor fixes Notes: svn path=/head/; revision=69288
* Don't install the osf1 script from here. It causes the release build toDavid E. O'Brien2000-11-271-4/+0
| | | | | | | | break as ${DESTDIR}/usr/bin doesn't exist where the module is being installed. Notes: svn path=/head/; revision=69253
* Fix another callout_init() that I missed.Jonathan Lemon2000-11-261-3/+1
| | | | Notes: svn path=/head/; revision=69225
* unhook netgraph/bridge until somebody makes it compile in LINTPoul-Henning Kamp2000-11-261-1/+3
| | | | Notes: svn path=/head/; revision=69209
* Add a module makefile for if_ep.Mark Murray2000-11-241-0/+14
| | | | | | | | | | This is not enabled by default, as the module is missing a bunch of useful stuff (like the ability to unload). Not objected to by: mdodd Notes: svn path=/head/; revision=69126
* Add one2many subdirectory (previously forgotten).Archie Cobbs2000-11-221-1/+1
| | | | Notes: svn path=/head/; revision=69060
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-3/+3
| | | | Notes: svn path=/head/; revision=68961
* New netgraph node type ng_one2many(4).Archie Cobbs2000-11-161-0/+7
| | | | Notes: svn path=/head/; revision=68810
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
| | | | Notes: svn path=/head/; revision=68716
* The vortex driver can be compiled as a KLD now. The EISA attachmentBill Paul2000-11-072-1/+12
| | | | | | | | is only built on the i386 platform for now, since it depends on symbols which I'm pretty sure won't be present in the alpha build. Notes: svn path=/head/; revision=68419
* Fix breakage for parallel builds.Marcel Moolenaar2000-11-051-0/+1
| | | | Notes: svn path=/head/; revision=68341
* Now have the `linux' module on the Alpha too.David E. O'Brien2000-11-041-2/+2
| | | | Notes: svn path=/head/; revision=68303
* Retire the joy(8) script. Using shell scripts to load kernel loadableSheldon Hearn2000-11-023-56/+0
| | | | | | | | | | modules is out of fashion. There is still a joy(4) manual page to clue people into the existence of the joy of FreeBSD. Notes: svn path=/head/; revision=68245
* Retire linux(8). Using shell scripts to load kernel loadable modules isSheldon Hearn2000-11-023-74/+0
| | | | | | | | | | | | | | | | | out of fashion. This particular case, unlike joy(8) and friends which are just plain silly, did more than just load a kernel loadable module. However, /etc/rc and the linux_base port were adjusted a while back to cope with the absence of this script. The only outstanding reason to hang on to it would have been for the linux(8) manual page, which clued folks into the existence of the Linuxulator. A new linux(4) was introduced a while back. It does a much better job. This script just isn't useful any more. Notes: svn path=/head/; revision=68243
* Support for the linux ipc syscalls on the alpha, where each one hasAndrew Gallatin2000-11-011-2/+2
| | | | | | | | its own syscall rather than going through a demux function like linux_ipc() on i386 Notes: svn path=/head/; revision=68214
* Allow the building of the syscall bits at compile time.David E. O'Brien2000-11-011-1/+14
| | | | Notes: svn path=/head/; revision=68162
* kill old sb driverCameron Grant2000-11-011-8/+0
| | | | Notes: svn path=/head/; revision=68141
* switch over to new sb8/sb16 codeCameron Grant2000-11-011-1/+1
| | | | Notes: svn path=/head/; revision=68140
* Don't needlessly indirect the APM softstate. It does nothing butNick Sayer2000-10-311-6/+2
| | | | | | | obfuscate the code. Notes: svn path=/head/; revision=68103
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesYoshihiro Takahashi2000-10-311-0/+2
| | | | | | | back to support 8bpp mode. Notes: svn path=/head/; revision=68050
* Makefile for ACPI CA base acpi driver kernel module.Takanori Watanabe2000-10-312-0/+102
| | | | | | | This module is intended to be loaded from /boot/loader,not from kldload(8). Notes: svn path=/head/; revision=68036
* Convert the de driver into a loadable module. Still missing is anMark Murray2000-10-312-1/+8
| | | | | | | | | | | unload method. Lots of old cruft is removed. Thanks to WPaul for large clue-injection and debugging services. Reviewed by: wpaul Notes: svn path=/head/; revision=68021
* modules for the new sb8 and sb16 driversCameron Grant2000-10-282-0/+16
| | | | Notes: svn path=/head/; revision=67805
* Removed extra calculation for X position (PC-98 only).Yoshihiro Takahashi2000-10-281-1/+0
| | | | | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) Notes: svn path=/head/; revision=67784
* Hook ipfilter back up as it compiles now.David E. O'Brien2000-10-281-2/+2
| | | | Notes: svn path=/head/; revision=67753
* Remove ipfilter and mark it as broken until it will be fixed by maintainer.Andrey A. Chernov2000-10-271-2/+2
| | | | | | | Not compiles under -current Notes: svn path=/head/; revision=67710
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-271-1/+10
| | | | | | | | | | it for now with an option. This option is already deprecated, and will be removed when the entropy-harvesting code is fast enough to warrant it. Notes: svn path=/head/; revision=67689
* The USB scanner driver. To be used together with SANE.Nick Hibma2000-10-252-0/+13
| | | | Notes: svn path=/head/; revision=67562
* Major update to the 'twe' driver.Mike Smith2000-10-251-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Layout reorganisation to enhance portability. The driver now has a relatively MI 'core' and a FreeBSD-specific layer over the top. Since the NetBSD people have already done their own port, this is largely just to help me with the BSD/OS port. - Request ID allocation changed to improve performance (I'd been considering switching to this approach after having failed to come up with a better way to dynamically allocate request IDs, and seeing Andy Doran use it in the NetBSD port of the driver convinced me that I was wasting my time doing it any other way). Now we just allocate all the requests up front. - Maximum request count bumped back to 255 after characterisation of a firmware issue (off-by-one causing it to crash with 256 outstanding commands). - Control interface implemented. This allows 3ware's '3dm' utility to talk to the controller. 3dm will be available from 3ware shortly. - Controller soft-reset feature added; if the controller signals a firmware or protocol error, the controller will be reset and all outstanding commands will be retried. Notes: svn path=/head/; revision=67555
* if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessaryYoshihiro Takahashi2000-10-211-1/+9
| | | | | | | for PC-98. Notes: svn path=/head/; revision=67412
* Add '-DPC98' to CFLAGS if MACHINE == pc98.Yoshihiro Takahashi2000-10-212-0/+8
| | | | Notes: svn path=/head/; revision=67410
* After some complaints about the dir names, the random device isMark Murray2000-10-143-14/+4
| | | | | | | | | | | | | | | | | | | | | | | now in dirs called sys/*/random/ instead of sys/*/randomdev/*. Introduce blocking, but only at startup; the random device will block until the first reseed happens to prevent clients from using untrustworthy output. Provide a read_random() call for the rest of the kernel so that the entropy device does not need to be present. This means that things like IPX no longer need to have "device random" hardcoded into thir kernel config. The downside is that read_random() will provide very poor output until the entropy device is loaded and reseeded. It is recommended that developers do NOT use the read_random() call; instead, they should use arc4random() which internally uses read_random(). Clean up the mutex and locking code a bit; this makes it possible to unload the module again. Notes: svn path=/head/; revision=67112
* Don't install manpages.David E. O'Brien2000-10-085-13/+0
| | | | | | | They are being moved elsewhere, and they are causing problems being here. Notes: svn path=/head/; revision=66826
* Enable the if_ed module.Alexander Langer2000-10-061-1/+1
| | | | Notes: svn path=/head/; revision=66752
* Add card_if.h and sort the header files, while I'm here.Alexander Langer2000-10-061-1/+1
| | | | Notes: svn path=/head/; revision=66751
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyJohn Baldwin2000-10-061-1/+1
| | | | | | | | propagated from the kernel config file to the source. - Add some more debug messages to list each mode that is rejected or found. Notes: svn path=/head/; revision=66710
* Only install secondary components if the destination directory exists.David E. O'Brien2000-10-044-0/+16
| | | | | | | This may be a WIP, but `make release' needs it sooner than later. Notes: svn path=/head/; revision=66620
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02RYoshihiro Takahashi2000-10-022-0/+15
| | | | | | | | | | | support which use National Semiconductor DP8393X (SONIC) as ethernet controller. Currently, this driver is used on only PC-98. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Obtained from: NetBSD/pc98 Notes: svn path=/head/; revision=66550
* Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way ofBruce Evans2000-09-261-2/+0
| | | | | | | configuring INET). Notes: svn path=/head/; revision=66398
* Removed fresh garbage (vestiges of old way of configuring number ofBruce Evans2000-09-261-9/+4
| | | | | | | | | | units), mature garbage (vestiges of old way of configuring bpf) and old garbage (vestiges of old way of configuring INET). Fixed most style bugs. Notes: svn path=/head/; revision=66397
* Removed mature garbage (vestiges of old way of configuring bpf) and oldBruce Evans2000-09-261-9/+5
| | | | | | | | | garbage (vestiges of old way of configuring INET). Fixed most style bugs. Notes: svn path=/head/; revision=66396
* Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way ofBruce Evans2000-09-261-15/+13
| | | | | | | | | configuring INET). Fixed most style bugs (mainly hard-coding of ${.TARGET}). Notes: svn path=/head/; revision=66394
* Handle slip options in the usual way (generate a dummy options file inBruce Evans2000-09-261-2/+2
| | | | | | | | | the module Makefile and don't clutter the sources with ifdefs). Fixed nearby formatting bugs. Notes: svn path=/head/; revision=66393
* Removed fresh garbage (old way of configuring number of units) and oldBruce Evans2000-09-261-11/+2
| | | | | | | | | garbage (very old way of configuring INET). Fixed a style bug (hard-coded ${.TARGET}). Notes: svn path=/head/; revision=66392
* Backed out previous commit (SMPng megacommit: support for garbage addedBruce Evans2000-09-261-2/+2
| | | | | | | to ppp_tty.c by the megacommit, and garbage added here). Notes: svn path=/head/; revision=66391
* Add Makefile to build an if_ed kernel module. Works on both, i386 andAlexander Langer2000-09-241-0/+8
| | | | | | | | | alpha. No response from: the world Notes: svn path=/head/; revision=66320
* add feeder_fmt.cCameron Grant2000-09-232-2/+6
| | | | Notes: svn path=/head/; revision=66309
* Make ip6fw as loadable module.Hajimu UMEMOTO2000-09-232-1/+18
| | | | Notes: svn path=/head/; revision=66303