aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Collapse)AuthorAgeFilesLines
* Module name is cardbus, not pccard.Warner Losh1999-11-191-1/+1
| | | | Notes: svn path=/head/; revision=53409
* Update references.Archie Cobbs1999-11-191-12/+16
| | | | Notes: svn path=/head/; revision=53399
* Miscellaneous edits.Archie Cobbs1999-11-192-42/+50
| | | | Notes: svn path=/head/; revision=53398
* Add reference to ng_pppoe(8).Archie Cobbs1999-11-192-0/+2
| | | | Notes: svn path=/head/; revision=53397
* Update to reflect changed functionality.Archie Cobbs1999-11-192-44/+48
| | | | Notes: svn path=/head/; revision=53395
* Reenable "umodem", as its build is not broken anymore.Brian Feldman1999-11-191-1/+1
| | | | Notes: svn path=/head/; revision=53392
* Add modules for cardbus and the cardbus bridge driver. Files neededWarner Losh1999-11-182-0/+34
| | | | | | | | | to build these to be committed next. Again, not added to sys/modules/Makefile Notes: svn path=/head/; revision=53340
* Newcard's pccard module. It compiles, but doesn't work. This shouldWarner Losh1999-11-181-0/+20
| | | | | | | | | | | | | | make development easier and push the ability of newbus to load busses to the test. Not added to sys/modules/Makefile because it isn't ready to break the nightly snapshots for alpha yet :-). NOTE: This is only for NEWCARD. The old pccard stuff will not build as a loadable module. Notes: svn path=/head/; revision=53339
* Hijack old, broken, obsolete, unsupported pcic module for the NEWCARDWarner Losh1999-11-181-2/+14
| | | | | | | | | | | | | code. You can now build the newcard's pcic driver as a module for all the joy that will bring you, which currently isn't so much joy as it is pain. The old pccard module will never be made to work again, so I think this is OK. Note, it still remains disabled in sys/modules/Makefile on purpose. Notes: svn path=/head/; revision=53337
* For now, disable umodem module building, because it doesn't. Don'tBrian Feldman1999-11-181-1/+1
| | | | | | | want to break the snapshots :) Notes: svn path=/head/; revision=53326
* Change the name of the modules from <name>_mod to <name>Nick Hibma1999-11-177-7/+7
| | | | | | | Suggested by: David O'Brien <obrien@FreeBSD.ORG> Notes: svn path=/head/; revision=53315
* Remove -O from CFLAGSNick Hibma1999-11-177-7/+9
| | | | Notes: svn path=/head/; revision=53253
* Add reference to new netgraph node type "ksocket".Archie Cobbs1999-11-163-4/+6
| | | | Notes: svn path=/head/; revision=53248
* New Netgraph node type "ksocket".Archie Cobbs1999-11-163-0/+264
| | | | | | | Obtained from: Whistle source tree Notes: svn path=/head/; revision=53247
* Replace 'i386' with '${MACHINE_ARCH}' in preparation of the developmentMarcel Moolenaar1999-11-121-1/+1
| | | | | | | of a linuxulator for Alpha. Notes: svn path=/head/; revision=53116
* Update to reflect changes in the node type.Archie Cobbs1999-11-104-20/+102
| | | | Notes: svn path=/head/; revision=53077
* Update to better reflect reality.Archie Cobbs1999-11-082-36/+32
| | | | Notes: svn path=/head/; revision=52980
* Add missing documentation for the two control messages supportedArchie Cobbs1999-11-082-2/+16
| | | | | | | by this node type. Notes: svn path=/head/; revision=52979
* Add some more clarification.Archie Cobbs1999-11-082-16/+70
| | | | Notes: svn path=/head/; revision=52978
* Stop nroff from complaining about the freeBSD version..Julian Elischer1999-11-0722-58/+110
| | | | | | | Also some updates to the vjc node man page. Notes: svn path=/head/; revision=52953
* Bring the man page for netgraph socket nodes up to date.Julian Elischer1999-11-062-6/+72
| | | | Notes: svn path=/head/; revision=52925
* Turn on the pppoe node moduleJulian Elischer1999-11-061-2/+2
| | | | Notes: svn path=/head/; revision=52920
* Add a forgotten source file.Ollivier Robert1999-11-051-1/+1
| | | | | | | Approved by: bp Notes: svn path=/head/; revision=52899
* Unbreak this build.Brian Feldman1999-11-023-9/+9
| | | | Notes: svn path=/head/; revision=52787
* bpf need no longer be an optionJulian Elischer1999-11-011-6/+2
| | | | Notes: svn path=/head/; revision=52723
* Fix some spelling errors.Mike Pritchard1999-10-3027-65/+65
| | | | Notes: svn path=/head/; revision=52691
* Revamped and more useful PPP node type, supporting multi-link PPP directly.Archie Cobbs1999-10-292-176/+468
| | | | Notes: svn path=/head/; revision=52640
* Slight touchups noticed after checkin.Julian Elischer1999-10-292-4/+4
| | | | Notes: svn path=/head/; revision=52619
* Add a man page for the pppoe node. Includes sample code.Julian Elischer1999-10-292-118/+646
| | | | Notes: svn path=/head/; revision=52618
* Put tty back in, problem was due to cvsup mess on freefall.Matthew Dillon1999-10-241-1/+1
| | | | Notes: svn path=/head/; revision=52451
* Temporarily remove 'tty' netgraph sub module until it can be madeMatthew Dillon1999-10-231-1/+1
| | | | | | | to compile. Notes: svn path=/head/; revision=52447
* Now that Netgraph is in the system there are some cleanups we can do.Julian Elischer1999-10-234-30/+10
| | | | | | | | | Also save a slightly closer to completion version of the PPPOE code. Submitted by: Archie Cobbs <archie@freebsd.org> Notes: svn path=/head/; revision=52441
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-2150-3/+4799
| | | | | | | | | | | | | Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree Notes: svn path=/head/; revision=52419
* Test commit of first Netgraph fileJulian Elischer1999-10-211-0/+7
| | | | Notes: svn path=/head/; revision=52416
* Convert the mx driver to miibus.Bill Paul1999-10-162-3/+6
| | | | | | | | | | | | | | | | | In order to make this work, I created a pseudo-PHY driver to deal with Macronix chips that use the built-in NWAY support and symbol mode port. This is actually all of them, with the exception of the original MX98713 which presents its NWAY support via the MII serial interface. The mxphy driver actually manipulates the controller registers directly rather than using the miibus_readreg()/miibus_writereg() bus interface since there are no MII registers to read. The mx driver itself pretends that the NWAY interface is a PHY locayed at MII address 31 for the sole purpose of allowing the mxphy_probe() routine to know when it needs to attach to a host controller. Notes: svn path=/head/; revision=52282
* Format documentations in the form that gdb appears to want.Greg Lehey1999-10-131-13/+65
| | | | | | | | | | | Change the name of rrqi to rqinfo (the equivalent of vinum(8)'s info -V command). rqinfo: Cosmetic changes. Add printout of the new loginfo types. Notes: svn path=/head/; revision=52180
* Add macro 'msgbuf' for printing out msgbuf.Greg Lehey1999-10-131-0/+6
| | | | Notes: svn path=/head/; revision=52179
* perl5 -> perlNick Hibma1999-10-082-4/+4
| | | | | | | | | (This was breaking world.) Submitted by: Marcel Molenaar, green Notes: svn path=/head/; revision=52028
* perl5 -> perlBrian Feldman1999-10-085-10/+10
| | | | | | | (This was breaking world.) Notes: svn path=/head/; revision=52027
* Change the SOURCE line to include ${CURDIR}Nick Hibma1999-10-087-7/+7
| | | | | | | Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov> Notes: svn path=/head/; revision=52010
* Fix typoNick Hibma1999-10-071-1/+1
| | | | Notes: svn path=/head/; revision=52002
* The Makefiles for the modules for the USB device drivers.Nick Hibma1999-10-078-0/+169
| | | | | | | Finally. Notes: svn path=/head/; revision=52001
* Connect the 'amr' and 'mlx' drivers. They can be built as modules orMike Smith1999-10-071-1/+1
| | | | | | | integrated into a static kernel as the user wishes. Notes: svn path=/head/; revision=51975
* This is a driver for the AMI MegaRAID family of controllers. It all ofMike Smith1999-10-071-0/+22
| | | | | | | | | | | the AMI PCI controllers using the 8LD firmware interface (40LD firmware will be supported as soon as I have hardware to test with). These controllers are rebadged by Dell as the PERC, as well as by HP and possibly other vendors. Notes: svn path=/head/; revision=51974
* This is a driver for the Mylex DAC960 family of integrated RAIDMike Smith1999-10-071-0/+22
| | | | | | | | controllers. It currently supports the P, PL, PD and PU variants, with more to be supported shortly. Notes: svn path=/head/; revision=51973
* ncplib modules: bring up new ncp.ko and nwfs.koBoris Popov1999-10-023-1/+88
| | | | Notes: svn path=/head/; revision=51855
* Add the apm_saver syscons screen saver module.Nick Sayer1999-10-023-0/+101
| | | | | | | | | | | | | | | | | apm_saver uses the apm_display() routine from the apm system to "suspend" the "display" part of the machine. This is beneficial for some laptops (or other machines with non-traditional displays) that choke on the 'green' saver's effect. Another way of looking at this is that it's the same as a screen saver that does an 'apm -d 0' to blank the display and an 'apm -d 1' to bring it back. One probably ought to use these commands to make sure the effect will be correct before using it unattended. Notes: svn path=/head/; revision=51851
* Reconnect 'bktr' now that world won't (I hope) break again from it.Peter Wemm1999-09-281-2/+1
| | | | | | | 'make depend' was falling over in it before. Notes: svn path=/head/; revision=51750
* Make the bktr module build. The Makefile was badly mangled, includingPeter Wemm1999-09-281-7/+9
| | | | | | | leaving the ".c" out of most of the SRCS= source files. Notes: svn path=/head/; revision=51748
* /tmp/cvswGS523Warner Losh1999-09-282-3/+32
| | | | Notes: svn path=/head/; revision=51739