archie
8a498b4b39
Fix typo.
2000-05-25 00:36:43 +00:00
msmith
78cc4bb607
Build the twe module with the rest.
2000-05-24 23:42:03 +00:00
msmith
d8065605ba
Add the 'twe' driver module makefile.
2000-05-24 23:41:26 +00:00
chris
3da2444315
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
e52673c66d
Update man page to reflect new IPv6 hook. Simplify Makefile.
2000-05-10 16:54:40 +00:00
sheldonh
5443174128
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
obrien
466a12192c
Support non-i386 architectures.
2000-05-10 01:05:11 +00:00
nyan
c118e945db
Added PC-98 supports.
...
Obtained from: FreeBSD(98) 4.0R-Rev01
2000-05-08 14:55:21 +00:00
n_hibma
d1bfdae6bd
Remove debugging cruft.
2000-05-07 19:13:19 +00:00
obrien
4b8735f977
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
fc024e2d6f
AUTHOR -> AUTHORS
2000-05-05 17:08:55 +00:00
archie
e696412047
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
44be3a44bd
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:54:37 +00:00
peter
1b38e19179
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
n_hibma
53d90f6dfb
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
22f6069a2a
Add $FreeBSD$
2000-05-01 20:32:07 +00:00
peter
52abed47e4
Zap KMODDEPS line
2000-05-01 18:58:48 +00:00
julian
8b471affb9
Update the man page to reflect the recent changes to the kernel API for
...
netgraph.
2000-04-30 10:01:11 +00:00
nyan
a523934af1
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
bp
dbdba2da0a
More machdep/random.h -> sys/random.h fixes.
2000-04-25 05:06:31 +00:00
yokota
db28fdf265
- 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
wpaul
ffc1f10e0b
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
msmith
7c8ba198e8
Point to the new location of the sources under the i386 linux compatibility
...
code.
2000-04-20 03:55:19 +00:00
grog
89dde410b7
Remove MAINTAINER.
2000-04-16 00:17:46 +00:00
grog
64f4594062
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
888f3176b9
Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.
2000-04-12 19:57:32 +00:00
archie
71fcfc0b76
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
semenu
0a4d16d37e
Premier version of Makefile to build tx driver as KLD
2000-04-11 18:40:30 +00:00
semenu
274c38fa9e
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
f4c542edf0
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
1f9a3b6ffe
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
14c7590727
Add ng_mppc(8) netgraph node as a KLD module.
...
Obtained from: Whistle source tree
2000-04-09 21:07:39 +00:00
bp
aed3eeb310
Uncomment ETHER_II frame and remove BPF related variable.
2000-04-06 03:09:56 +00:00
peter
2773e09cf8
Move linprocfs to the i386-only section so the Alpha buildworld has a
...
chance at finishing..
2000-03-30 08:04:01 +00:00
n_hibma
85bc59fa0d
Remove some cruft
2000-03-28 19:07:37 +00:00
charnier
6e109d2561
Remove duplicate word
2000-03-26 15:24:53 +00:00
des
d815a57ddd
Linux /proc filesystem.
...
Submitted by: pb
2000-03-25 13:23:02 +00:00
imp
eaa8bd557a
Make pcic module compile again for NEWCARD (not for old pccard).
2000-03-25 03:16:19 +00:00
kato
4b0a79c936
Define PC98 when MACHINE == pc98, because msdos_vfsops.c contains
...
`#ifdef PC98'.
2000-03-19 15:06:18 +00:00
n_hibma
914df027ab
Please welcome the URio driver. Written by
...
Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
2000-03-16 09:16:14 +00:00
archie
3c6de034ba
- 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
b749ed4523
Fix typo.
...
Reported by: Robert Swindells <swindellsr@genrad.co.uk>
2000-03-13 18:29:58 +00:00
archie
f51797e6dc
Correct man page title.
2000-03-10 20:38:24 +00:00
sheldonh
e814f513ec
Disconnect pcfclock from the build until it works on the Alpha.
2000-03-01 07:42:09 +00:00
billf
cf79856b7f
Add a little more history of when netgraph appeared in FreeBSD.
...
Reviewed by: asmodai
2000-02-29 18:32:26 +00:00
sheldonh
b711ca6e94
Enable pcfclock as a kernel loadable module.
...
PR: 16804
Submitted by: sascha@schumann.cx
Approved by: jkh (release engineer)
2000-02-29 10:57:42 +00:00
peter
d7e5eb3faa
Use config's conditional compilation rather than using #ifdefs that make
...
modular compilation harder. I'm doing this because people seem to like
cut/pasting examples of bad practices in existing code.
2000-01-29 15:08:56 +00:00
brian
aed8e5f0eb
Restore to version 1.14. Only opt_inet.h is required again.
2000-01-29 01:11:03 +00:00
bde
17f54b4408
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
...
makefiles. Bad examples in fxp/Makefile keep getting copied to new
makefiles.
2000-01-28 11:26:46 +00:00
peter
e3e26fd9df
Move if_tun back to the common section now that it works on the Alpha.
...
Tested by: make world
2000-01-27 13:42:42 +00:00