Warner Losh
9e2ba5d186
Hijack old, broken, obsolete, unsupported pcic module for the NEWCARD
...
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.
1999-11-18 06:54:19 +00:00
Brian Feldman
b4ee0d49a3
For now, disable umodem module building, because it doesn't. Don't
...
want to break the snapshots :)
1999-11-18 04:27:10 +00:00
Nick Hibma
f83cfc1b03
Change the name of the modules from <name>_mod to <name>
...
Suggested by: David O'Brien <obrien@FreeBSD.ORG>
1999-11-17 22:47:11 +00:00
Nick Hibma
98af7850dd
Remove -O from CFLAGS
1999-11-17 01:40:24 +00:00
Archie Cobbs
8be226ccde
Add reference to new netgraph node type "ksocket".
1999-11-16 23:27:37 +00:00
Archie Cobbs
f7045ac0eb
New Netgraph node type "ksocket".
...
Obtained from: Whistle source tree
1999-11-16 23:27:10 +00:00
Marcel Moolenaar
a50db55884
Replace 'i386' with '${MACHINE_ARCH}' in preparation of the development
...
of a linuxulator for Alpha.
1999-11-12 20:04:59 +00:00
Archie Cobbs
71cb548de4
Update to reflect changes in the node type.
1999-11-10 06:17:51 +00:00
Archie Cobbs
db8cd7ce1f
Update to better reflect reality.
1999-11-08 03:14:58 +00:00
Archie Cobbs
aa5297630e
Add missing documentation for the two control messages supported
...
by this node type.
1999-11-08 03:14:15 +00:00
Archie Cobbs
d1f183b5d8
Add some more clarification.
1999-11-08 03:13:28 +00:00
Julian Elischer
a14a0223ae
Stop nroff from complaining about the freeBSD version..
...
Also some updates to the vjc node man page.
1999-11-07 05:16:27 +00:00
Julian Elischer
41d4aa314c
Bring the man page for netgraph socket nodes up to date.
1999-11-06 21:07:32 +00:00
Julian Elischer
5cb03e7cb2
Turn on the pppoe node module
1999-11-06 19:47:03 +00:00
Ollivier Robert
8488257344
Add a forgotten source file.
...
Approved by: bp
1999-11-05 12:00:36 +00:00
Brian Feldman
fa470df9db
Unbreak this build.
1999-11-02 04:16:17 +00:00
Julian Elischer
d8b4f68815
bpf need no longer be an option
1999-11-01 00:48:06 +00:00
Mike Pritchard
7f9d26bd9d
Fix some spelling errors.
1999-10-30 20:30:19 +00:00
Archie Cobbs
10c2a9dbbd
Revamped and more useful PPP node type, supporting multi-link PPP directly.
1999-10-29 22:30:26 +00:00
Julian Elischer
235d5c76dc
Slight touchups noticed after checkin.
1999-10-29 06:00:11 +00:00
Julian Elischer
0332e30b19
Add a man page for the pppoe node. Includes sample code.
1999-10-29 05:56:00 +00:00
Matthew Dillon
b130e2d2dc
Put tty back in, problem was due to cvsup mess on freefall.
1999-10-24 03:01:41 +00:00
Matthew Dillon
576801718f
Temporarily remove 'tty' netgraph sub module until it can be made
...
to compile.
1999-10-23 18:53:46 +00:00
Julian Elischer
b58a8a3b1d
Now that Netgraph is in the system there are some cleanups we can do.
...
Also save a slightly closer to completion version of the PPPOE code.
Submitted by: Archie Cobbs <archie@freebsd.org>
1999-10-23 04:28:11 +00:00
Julian Elischer
4cf49a4355
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
...
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
1999-10-21 09:06:11 +00:00
Julian Elischer
6ca8cb1e72
Test commit of first Netgraph file
1999-10-21 07:27:47 +00:00
Bill Paul
ed8c6514c4
Convert the mx driver to miibus.
...
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.
1999-10-16 05:24:13 +00:00
Greg Lehey
79ed692973
Format documentations in the form that gdb appears to want.
...
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.
1999-10-13 03:15:30 +00:00
Greg Lehey
07ffdb5e1d
Add macro 'msgbuf' for printing out msgbuf.
1999-10-13 03:14:54 +00:00
Nick Hibma
5173788d7e
perl5 -> perl
...
(This was breaking world.)
Submitted by: Marcel Molenaar, green
1999-10-08 14:29:12 +00:00
Brian Feldman
1d18c131fc
perl5 -> perl
...
(This was breaking world.)
1999-10-08 14:09:17 +00:00
Nick Hibma
1164a930d8
Change the SOURCE line to include ${CURDIR}
...
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
1999-10-08 07:41:17 +00:00
Nick Hibma
9c16942951
Fix typo
1999-10-07 21:25:04 +00:00
Nick Hibma
2592a72537
The Makefiles for the modules for the USB device drivers.
...
Finally.
1999-10-07 21:23:08 +00:00
Mike Smith
6ac4727a3b
Connect the 'amr' and 'mlx' drivers. They can be built as modules or
...
integrated into a static kernel as the user wishes.
1999-10-07 02:24:22 +00:00
Mike Smith
d5a51e03e7
This is a driver for the AMI MegaRAID family of controllers. It all of
...
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.
1999-10-07 02:23:12 +00:00
Mike Smith
1ac4b82b11
This is a driver for the Mylex DAC960 family of integrated RAID
...
controllers. It currently supports the P, PL, PD and PU variants,
with more to be supported shortly.
1999-10-07 02:20:32 +00:00
Boris Popov
ff8444f278
ncplib modules: bring up new ncp.ko and nwfs.ko
1999-10-02 06:32:36 +00:00
Nick Sayer
472a4993b0
Add the apm_saver syscons screen saver module.
...
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.
1999-10-02 03:56:42 +00:00
Peter Wemm
810b4d751f
Reconnect 'bktr' now that world won't (I hope) break again from it.
...
'make depend' was falling over in it before.
1999-09-28 07:28:59 +00:00
Peter Wemm
5e6016775c
Make the bktr module build. The Makefile was badly mangled, including
...
leaving the ".c" out of most of the SRCS= source files.
1999-09-28 07:23:59 +00:00
Warner Losh
7cbb6373b9
/tmp/cvswGS523
1999-09-28 02:45:34 +00:00
Peter Wemm
f274c85d8b
Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.
1999-09-27 01:04:44 +00:00
Peter Wemm
972c1f6945
Don't set an unused make(1) variable (NBPF)
1999-09-27 01:00:20 +00:00
Peter Wemm
8182b2bfce
bktr (as a module) doesn't build.
1999-09-27 00:56:32 +00:00
Peter Wemm
26fe698c67
Don't generate 'bpf.h' since it's not used.
1999-09-27 00:39:29 +00:00
Peter Wemm
18b039eb04
Don't generate 'bpf.h' since it's not used.
1999-09-27 00:34:02 +00:00
Roger Hardiman
450880b4e0
Update to use new Bt848 driver
1999-09-26 22:13:06 +00:00
Peter Wemm
18e2e348fb
Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in the
...
module and don't #include "bpf.h".
1999-09-26 18:44:29 +00:00
Brian Feldman
9811e1f1a1
Add phk's m(4) Memory Disk driver as a KLD. I don't believe it
...
works properly after unloading, however.
1999-09-22 21:28:19 +00:00