David E. O'Brien
b9b6854181
Properly spell "OSF/1".
2000-06-06 16:18:53 +00:00
Bruce Evans
7f3f3253ff
Fixed style bugs that I unfortunately noticed because bsd.kmod.mk was
...
being reconstructed.
2000-06-03 11:45:00 +00:00
Bruce Evans
27d3393199
Use the genassym script here too. The linux and svr4 modules were broken.
2000-06-03 07:40:19 +00:00
Peter Wemm
64db83a8ab
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
...
encoding the relative path.
2000-05-27 01:14:33 +00:00
Mike Smith
1bdd62fc06
Some joker decided to make it even harder to build modules outside the
...
kernel, and rather than fix the make search path, hardcoded it into the
module Makefiles themselves. Go with the herd.
2000-05-26 20:07:29 +00:00
Archie Cobbs
a79bb513a1
Fix typo.
2000-05-25 00:36:43 +00:00
Mike Smith
b2c30096c7
Build the twe module with the rest.
2000-05-24 23:42:03 +00:00
Mike Smith
d3632ec4c6
Add the 'twe' driver module makefile.
2000-05-24 23:41:26 +00:00
Chris Costello
59a7de882e
Remove the -DFDESC cruft that is no longer necessary since the support
...
for it was removed from <sys/mount.h> long, long ago.
2000-05-14 04:44:30 +00:00
Archie Cobbs
5feb7588af
Update man page to reflect new IPv6 hook. Simplify Makefile.
2000-05-10 16:54:40 +00:00
Sheldon Hearn
0f5fcaa3f1
Supply only one author name per instance of %A, as per mdoc.samples(7).
...
PR: 18465
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-10 09:49:04 +00:00
David E. O'Brien
a77751d7ee
Support non-i386 architectures.
2000-05-10 01:05:11 +00:00
Yoshihiro Takahashi
b95b56c7a0
Added PC-98 supports.
...
Obtained from: FreeBSD(98) 4.0R-Rev01
2000-05-08 14:55:21 +00:00
Nick Hibma
9b43dd8df6
Remove debugging cruft.
2000-05-07 19:13:19 +00:00
David E. O'Brien
9098c77aa8
All the screen savers other than "apm" build on the Alpha. daemon.ko has
...
been tested to work.
2000-05-06 02:06:35 +00:00
Archie Cobbs
12aef8b7e9
AUTHOR -> AUTHORS
2000-05-05 17:08:55 +00:00
Archie Cobbs
7a52493f42
Document the new statistics control messages.
...
Add a note about the IP header asymmetry on the "lower" hook.
2000-05-05 01:20:28 +00:00
Archie Cobbs
bec35b9a5f
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:54:37 +00:00
Peter Wemm
56ca39961b
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
...
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.
2000-05-04 12:08:52 +00:00
Nick Hibma
b5ea1f0c77
The USB double bulk pipe driver (Host to host cables). Currently there
...
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.
2000-05-01 22:48:23 +00:00
Peter Wemm
365c5db0a7
Add $FreeBSD$
2000-05-01 20:32:07 +00:00
Peter Wemm
23f282aa31
Zap KMODDEPS line
2000-05-01 18:58:48 +00:00
Julian Elischer
ac4445057f
Update the man page to reflect the recent changes to the kernel API for
...
netgraph.
2000-04-30 10:01:11 +00:00
Yoshihiro Takahashi
cb4860b709
Added PC-98 supports.
...
Submitted by: Chiharu Shibata <chi@bd.mbn.or.jp>,
Tomokazu HARADA <tkhara@osk4.3web.ne.jp> and
yokota
2000-04-27 13:37:40 +00:00
Boris Popov
6e478b8154
More machdep/random.h -> sys/random.h fixes.
2000-04-25 05:06:31 +00:00
Kazutaka YOKOTA
99feb462a4
- Added support for 1bpp and 4bpp BMP files.
...
(PC98 part of the commit will follow.)
Submitted (50%) by: Chiharu Shibata <chi@bd.mbn.or.jp>
2000-04-24 10:09:42 +00:00
Bill Paul
bd80fa2c7f
Reoganize/update the SysKonnect driver:
...
- Break out the support for the XMAC II's PHY into an miibus driver.
- Reorganize the probe/attach stuff using newbus. Each XMAC is now
attached to the parent GEnesis controller using newbus. This is
necessary since each XMAC must also have an attached miibus, and
the miibus read/write register routines need to be able to get
at the softc struct for each XMAC, not the one for the parent
controller. This allows me to get rid of the grotty code I added
for selecting the unit numbers for the ifnet interfaces: the unit
numbers are now derived from the newbus-assigned unit numbers,
which should track with the ifnet interface numbers. I think.
At the very least, there should never be any collisions.
- Add support for the SK-9821 and SK-9822 1000baseTX adapters. Special
thanks to SysKonnect for loaning me two adapters for testing.
2000-04-22 02:16:41 +00:00
Mike Smith
5a4b62eace
Point to the new location of the sources under the i386 linux compatibility
...
code.
2000-04-20 03:55:19 +00:00
Greg Lehey
6eb38370fb
Remove MAINTAINER.
2000-04-16 00:17:46 +00:00
Greg Lehey
7a1d9495b7
Enable building Vinum on alpha.
...
Submitted-by: Bernd Walter <ticso@cicely.de>
Reminded-by: Pedro A M Vazquez <vazquez@iqm.unicamp.br>
2000-04-13 04:08:24 +00:00
Archie Cobbs
71bd3f0cc1
Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.
2000-04-12 19:57:32 +00:00
Archie Cobbs
ee5bb5a822
Revert to previous state, plus a few cleanups pointed out by bde.
...
Instead, make the decision as to whether to build this KLD in ../Makefile.
2000-04-12 19:56:16 +00:00
Semen Ustimenko
b3f8014465
Premier version of Makefile to build tx driver as KLD
2000-04-11 18:40:30 +00:00
Semen Ustimenko
5f045e1e09
As tx driver was patched for newbus, we can now build it as module!
...
Add it to Makefile.
2000-04-11 18:39:52 +00:00
Archie Cobbs
2a92d3584c
Turn off build of ng_mppc KLD until I can figure out how to have the
...
Makefile correctly handle all the possible permutations (including
missing crypto sources). Suggestions welcome.
2000-04-11 17:14:48 +00:00
Archie Cobbs
8e5b414e24
Turn off MPPE encryption if NOCRYPT is defined. If neither compression
...
nor encryption is enabled, don't build or install anything.
2000-04-10 22:22:18 +00:00
Archie Cobbs
807a5caa14
Add ng_mppc(8) netgraph node as a KLD module.
...
Obtained from: Whistle source tree
2000-04-09 21:07:39 +00:00
Boris Popov
8fc40832d5
Uncomment ETHER_II frame and remove BPF related variable.
2000-04-06 03:09:56 +00:00
Peter Wemm
ad88c63413
Move linprocfs to the i386-only section so the Alpha buildworld has a
...
chance at finishing..
2000-03-30 08:04:01 +00:00
Nick Hibma
1cd27266f4
Remove some cruft
2000-03-28 19:07:37 +00:00
Philippe Charnier
46a32e616a
Remove duplicate word
2000-03-26 15:24:53 +00:00
Dag-Erling Smørgrav
8deca17b79
Linux /proc filesystem.
...
Submitted by: pb
2000-03-25 13:23:02 +00:00
Warner Losh
2d268ca4c3
Make pcic module compile again for NEWCARD (not for old pccard).
2000-03-25 03:16:19 +00:00
KATO Takenori
c892ec24d8
Define PC98 when MACHINE == pc98, because msdos_vfsops.c contains
...
`#ifdef PC98'.
2000-03-19 15:06:18 +00:00
Nick Hibma
e2dbd15f2e
Please welcome the URio driver. Written by
...
Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
2000-03-16 09:16:14 +00:00
Archie Cobbs
a7dc837919
- Document updates in iface netgraph node type functionality
...
- Remove makefile hacks for opt_inet.h, etc: the KLD now supports
whatever address families your kernel was compiled with automagically
2000-03-13 19:19:48 +00:00
Archie Cobbs
ef02c1e500
Fix typo.
...
Reported by: Robert Swindells <swindellsr@genrad.co.uk>
2000-03-13 18:29:58 +00:00
Archie Cobbs
8081ce2ea7
Correct man page title.
2000-03-10 20:38:24 +00:00
Sheldon Hearn
7a4cd69f7a
Disconnect pcfclock from the build until it works on the Alpha.
2000-03-01 07:42:09 +00:00
Bill Fumerola
958b92d24d
Add a little more history of when netgraph appeared in FreeBSD.
...
Reviewed by: asmodai
2000-02-29 18:32:26 +00:00