archie
91b7df94a8
Add a comment before sl_compress_tcp() regarding mbuf assumptions.
1999-10-29 17:00:18 +00:00
obrien
bd0d380ff0
Add HISTORY.
1999-10-29 16:50:22 +00:00
wpaul
278bca2174
Add entry for sys/dev/mii/mxphy.c which I somehow managed to forget,
...
and which somehow didn't break anything.
1999-10-29 16:18:11 +00:00
bp
61d5a0b6ee
Handle SAP responces in a more correct way. Allow connection number
...
greater than 255 in the broadcast messages.
1999-10-29 12:59:59 +00:00
phk
c3fe19695c
Remove #ifdef notyet code for doing I/O in a way we never will do it.
1999-10-29 10:26:20 +00:00
bp
b139641a6e
Add missing initialization which could lead to kernel panic.
1999-10-29 10:21:07 +00:00
semenu
4f03976b42
Added code to enable BusMaster operations.
...
Kurt D. Starsinic <kstar@chapin.edu> had reported
this patch fixing strange behaviour (like timeouts
and RX/TX DMAs stopping errors).
1999-10-29 09:56:52 +00:00
green
40c138736e
Fix a logic problem that broke umount -a.
...
Reported by: Martin Blapp <mb@imp.ch>
1999-10-29 09:33:50 +00:00
imp
874dac187b
Add (untested) support for the 3C562D/3C563D. I have been unable to
...
test this support since I don't have the dongle for the card in
question and the dongle I have for my 3C589D doesn't seem to work on
it. I don't know if this is due to the damage I did to the 562 card
in transit from freebsdcon, or a mis-matched dongle...
1999-10-29 06:27:07 +00:00
julian
73ba6441c3
Slight touchups noticed after checkin.
1999-10-29 06:00:11 +00:00
julian
d715348f55
Add a man page for the pppoe node. Includes sample code.
1999-10-29 05:56:00 +00:00
alc
baa44292b4
Remove the last vestiges of "vm_map_t phys_map". It's been unused
...
since i386/i386/machdep.c rev 1.45 (or 1994 :-) ).
1999-10-29 05:17:20 +00:00
ache
25e78d8b60
toupper -> tolower to match changed behaviour of new grep case fold
1999-10-29 05:11:06 +00:00
imp
85e6b23b2e
I'm told this makes more laptops work with the new attachment code.
...
Submitted by: archie cobbs
1999-10-29 04:41:07 +00:00
julian
a754b84f1e
When the session is running, don't include the ethernet header in the length of the payload.
1999-10-29 04:32:27 +00:00
peter
0deeb8de09
Actually install the rc.sysctl file (the one that reads /etc/sysctl.conf)
1999-10-29 01:33:49 +00:00
peter
b0a7d57232
Add $FreeBSD$ - not that it makes much difference, but this is mainly meant
...
to try and persuade folks that it *is* possible to add comments/text/etc
to uuencoded files and so they don't keep asking me about it.
1999-10-29 01:20:50 +00:00
dillon
f2d6933dbd
Remove make.conf from /usr/src/etc/ in favor of the one in
...
/usr/src/etc/defaults/
Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
1999-10-28 21:38:47 +00:00
dillon
ce85324ddc
adjust Makefile to handle make.conf's new location
...
Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
1999-10-28 21:31:46 +00:00
archie
625e9e0395
Limit COPTS added by Makefile to just '-Wall'.
1999-10-28 20:17:13 +00:00
ru
76ae852f22
Restore reference to sleep(3).
1999-10-28 17:41:33 +00:00
ru
f61f3b1d36
Null commit: the previous commit fixes the problem with
...
non-working "static" slip with non-default mtu value.
Requested by: obrien
1999-10-28 17:29:24 +00:00
mph
aa02995938
Add references to cam(4) and xpt(4).
...
Delete references to cam(9) and xpt(9) which do not exist.
Delete statement in BUGS that cam(9) and xpt(9) will be added soon.
PR: 14567
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Approved by: ken
1999-10-28 17:18:15 +00:00
des
9f43ed0452
Self-contradicting commit.
1999-10-28 16:53:45 +00:00
ru
503116eee4
Re-allocate cblocks after changing the slip unit number.
1999-10-28 16:04:59 +00:00
phantom
c89bdb350c
Complete page reorganization. I have splited FUNCTIONS section into
...
two subsections: SINOPSIS (declarations) and DESCRIPTION (descriptions)
All functions now mentioned in NAME section (apropos capable manpage :)
Various mdoc fixe
1999-10-28 15:51:50 +00:00
phantom
6f948b9645
fix couple mdoc error
...
mention library name in header (.Nd field) - it allows to use "man -k libdisk"
1999-10-28 15:42:48 +00:00
obrien
811b0ef57d
Make "YYPARSE_PARAM" and "YYPARSE_PARAM_TYPE" C++/ANSI-C clean.
1999-10-28 15:18:05 +00:00
roger
b0d0f86853
Update to driver release 2.04
...
Update AverMedia GPIO values
Submitted by: AverMedia
Add support for WinTV Theater Dolby Surround Sound DPL3518A chip
Submitted by: Frank Nobis <fn@radio-do.de>
Make PLL mode the default for Bt878s. You no longer need options BKTR_USE_PLL
1999-10-28 13:58:17 +00:00
jmb
6551981f31
add sample entry for Linksys 10/100 card
1999-10-28 12:32:55 +00:00
ru
0b4f15f37a
Upgrade grep to version 2.3
1999-10-28 10:34:55 +00:00
dfr
9cb75a305a
Fix some resource allocation peculiarities of the intpm device.
1999-10-28 08:06:59 +00:00
imp
d75f84a056
Fix identify code. This also fixes the eeprom messages.
...
pccard attachments must activate the resources they want to access.
ep didn't do this, so of course thee eeprom came back as busy. ed and
sio already did this. It was only due to a bug in the logic that the
probe succeeded. These problems have been fixed.
1999-10-28 06:12:58 +00:00
luoqi
15b14d33bd
Bug fix: allow reset device command to complete.
1999-10-28 05:28:00 +00:00
dcs
a2279bbc10
Notice the -C flag got dropped when I reverted to version 1.15, and put it
...
back.
1999-10-28 05:22:05 +00:00
imp
5a6df965a1
Last change to pccard_nbk now obviates the need to check the name of
...
the device in question.
Also fix warnings on if_ep_pccard.c
1999-10-28 05:06:14 +00:00
imp
9e7912b8d8
Add comments to Linksys probe code.
...
Add another OUI to those acceptible to linksys (this check may need to
be removed).
A couple of style(9) nits.
1999-10-28 04:53:46 +00:00
imp
89dd67bab3
Do not add children for new bus kludge version of pccard.
...
Fix some compile warnings.
1999-10-28 04:51:39 +00:00
cpiazza
4657054758
Lewis Carroll's name was spelled Lewis Carrol in some fortunes
...
PR: 14569
Submitted by: Janet Davis <janet@one-eyed-alien.net>
1999-10-28 03:28:50 +00:00
mjacob
70c0d5902b
I was misinformed. I cannot get away from specifying tags for FC. Some devices
...
are happy w/o them- some are unhappy (IBM drives).
1999-10-28 02:48:42 +00:00
archie
869bd7a8e7
If we get an EPROTONOSUPP error when trying to create the netgraph socket
...
node, it's most likely because the "ng_socket.ko" KLD is not loaded yet.
So make an attempt to load it before giving up.
1999-10-27 22:17:18 +00:00
archie
053f9da111
Remove extraneous -I compile flag that was used during testing.
1999-10-27 22:14:04 +00:00
mjacob
5f9a15e363
Mark path for deallocation only *after* you've successfully allocated it.
1999-10-27 21:49:36 +00:00
mdodd
6c9de8a308
Sync with recent 'ep' driver changes.
1999-10-27 21:47:56 +00:00
obrien
27eaef25a3
Add more verbage explaining the "-I" option and its behavior.
...
Submitted by: Archie Cobbs <archie@whistle.com>
1999-10-27 20:21:03 +00:00
dillon
8a143f2331
make.conf is being made to conform to the /etc/defaults/ standard that
...
was settled on a few months ago.
Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
1999-10-27 19:24:49 +00:00
jkh
58aa98c8a5
I'll take the MAINTAINER line. I have been accused of knowing humor
...
when I at least see it. :)
1999-10-27 18:35:18 +00:00
dcs
d6219fa05f
Realize the changes to usage() and the man page were missing from
...
the previous commit, and document the -C (comments) flag.
1999-10-27 18:34:05 +00:00
obrien
3a2839fec9
Allow a user specified parameter to 'yyparse()', in a manner similar to
...
that used by bison. The names are consistent with the bison implementation
but this one also allows the type of the parameter to be specified.
For a desired prototype of:
int yyparse __P((struct yyresult *));
and compile like this:
yacc -dv grammar.y
cc -c -DYYPARSE_PARAM_TYPE="struct yyresult *" \
-DYYPARSE_PARAM="parm" y.tab.c
and use like this:
${
#include "usrtypes.h"
#include "usrproto.h"
}$
%token NUMBER
%%
goal : NUMBER
{
parm->value = yylval;
} ;
If YYPARSE_PARAM_TYPE isn't specified then "void *" is the default type.
If YYPARSE_PARAM is not specified then the generated code behaves exactly
as traditional byacc.
PR: 13562
Submitted by: W Gerald Hicks <wghicks@bellsouth.net>
1999-10-27 17:51:37 +00:00
alc
2c86d1cce1
Shrink "struct vm_object" by not spending a full 32 bits
...
on "objtype_t".
1999-10-27 17:47:24 +00:00