Kenneth D. Merry
e35550e2bc
Fix inquiry length detection for the ses(4) driver. It was using the
...
inq_len member of the ccb_getdev structure, but we've never filled that
value in..
So we now get the length from the inquiry data returned by the drive.
(Since we will fetch as much inquiry data as the drive claims to support.)
Reviewed by: mjacob
Reported by: Andrzej Tobola <san@iem.pw.edu.pl>
2001-03-16 22:16:54 +00:00
Garance A Drosehn
9c83e8862e
Fix a number of warnings that come up when compiling with BDECFLAGS.
2001-03-16 21:54:12 +00:00
Andrew Gallatin
283da0012f
prevent gdb from panic'ing an alpha with "mutex Giant not owned"
...
reviewed by: jhb
2001-03-16 21:44:21 +00:00
Mike Smith
eeba0d1008
Fix a typo which would cause containers between 1GB and 2GB to have the wrong
...
geometry reported.
Submitted by: mark tinguely <tinguely@web.cs.ndsu.NoDak.edu>
2001-03-16 21:43:32 +00:00
Cameron Grant
bd22a64c45
fix a typo preventing the second dma channel being released
...
use isa_dma_release when releasing dma channels
2001-03-16 21:04:14 +00:00
Cameron Grant
effbadb7eb
don't leak memory allocated for feeders at module unload
...
kill the fake channel when unregistering
2001-03-16 20:58:44 +00:00
Poul-Henning Kamp
462b86fe91
<sys/queue.h> makeover.
2001-03-16 20:00:53 +00:00
Poul-Henning Kamp
ccd6f42dc9
Fix a style(9) nit.
2001-03-16 19:36:23 +00:00
Poul-Henning Kamp
420e745a90
Add -ledit to ngctl.
...
Somebody submitted this long time ago, and it has been sitting in my
tree for months because I thought archie would pick it up.
Submitted by: (sorry, lost track)
2001-03-16 19:35:07 +00:00
Jonathan Lemon
daa4742e72
Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. Add
...
some comments explaining that this is an arbitrary limit.
Requested by: jkh
2001-03-16 19:05:20 +00:00
Hajimu UMEMOTO
eb44ab84e0
nuke IPSEC_SRCSEL which does not do the right thing.
...
adjust state->ro if the tunnel endpoint is offlink.
KAME PR 233.
PR: kern/21079
2001-03-16 17:52:48 +00:00
Robert Watson
e2cd9aeda3
o The revenge of the mdoc(7) police:
...
- These pages abused Ar macro (they should have used Fa).
- NULL and other numeric constants should be marked with Dv.
- VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked
with Fn.
Submitted by: ru
2001-03-16 17:42:38 +00:00
Robert Watson
42f558db10
o The mdoc(7) police strike with avengance:
...
- These pages abused Ar macro (they should have used Fa).
- NULL constant should be marked with Dv.
- VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked
with Fn.
Submitted by: ru
2001-03-16 15:02:30 +00:00
Jonathan Lemon
32de04d557
Enable some undocumented bits in the DP83840 PHY, which is needed
...
when using it with the Intel fxp driver.
Tested by: peter, Ollivier Robert <roberto@eurocontrol.fr>,
Peter Schultz <pete@jocose.org>
2001-03-16 14:17:02 +00:00
Ruslan Ermilov
08657612d8
mdoc(7) police: simplify bogus ``.Ql Fl'' constructs.
2001-03-16 14:11:41 +00:00
Ruslan Ermilov
6ac46e68c6
mdoc(7) police: -mdoc still has a nine-arguments limitation.
2001-03-16 13:58:34 +00:00
Ruslan Ermilov
ef99442288
mdoc(7) police: empty lines outside displays cause warnings in -mdocNG.
2001-03-16 13:50:50 +00:00
Ruslan Ermilov
f4c4488a98
mdoc(7) police: apply formatting fixes to rev 1.14.
2001-03-16 13:38:49 +00:00
Alfred Perlstein
e8f6dea18b
s/0x7f000001/INADDR_LOOPBACK
2001-03-16 13:10:26 +00:00
Søren Schmidt
538845ea72
Sigh, try to get this in sync with an offical src tree...
...
I hate it when this happens...
2001-03-16 13:08:19 +00:00
Ruslan Ermilov
e1a85079e7
It is the ``nostrictjoliet'' option equivalent to -b.
...
Reviewed by: bp
2001-03-16 12:55:54 +00:00
Andrey A. Chernov
9f3567f81f
Add et_EE
2001-03-16 12:33:50 +00:00
Andrey A. Chernov
effcab6092
Make empty unused am/pm
2001-03-16 12:29:09 +00:00
Andrey A. Chernov
e3dfb03eb6
Add et_EE
...
PR: 25495
Submitted by: Vallo Kallaste <vallo@matti.ee>
2001-03-16 12:27:20 +00:00
Andrey A. Chernov
a93e1d5099
Add et_EE
...
PR: 25495
Submitted by: Vallo Kallaste <vallo@matti.ee>
2001-03-16 12:21:11 +00:00
Andrey A. Chernov
724f210685
Add et_EE
...
PR: 25495
Submitted by: Vallo Kallaste <vallo@matti.ee>
2001-03-16 12:11:30 +00:00
Ruslan Ermilov
067f2c3fb2
mdoc(7) police: ``It'' macro does not take argument in -enum lists.
...
(In -mdocNG, this only causes warning. In current implementation,
it is fatal.)
Pointy hat to: markm (for not checking stderr)
2001-03-16 12:06:26 +00:00
Andrey A. Chernov
b929c71734
Add et_EE.ISO_8859-15
2001-03-16 12:02:36 +00:00
Søren Schmidt
48c1424385
Remove the now defunct ATA_ENABLE* options
...
Spotted by: phk
2001-03-16 11:52:25 +00:00
Jun Kuriyama
f13bb83292
Merge from kame (1.175 -> 1.176):
...
cope with freebsd4 bridge code.
2001-03-16 10:58:16 +00:00
Ruslan Ermilov
54fc7b57f7
Apply the README's requirement a) to the previous commit.
2001-03-16 08:43:07 +00:00
Warner Losh
ab820341c1
Back out ru's changes. Soren has requested this and I see no reason
...
to not just do it. It is his new code that is being actively
developed so he has say over it. ru's direct changes were premature
as they occurred less than 4 hours after it was committed to the tree.
2001-03-16 08:07:00 +00:00
Ruslan Ermilov
7350bb3af1
mdoc(7) police: removed hard sentence break introduced in rev 1.82.
2001-03-16 07:39:46 +00:00
Warner Losh
1ad1b2485f
Add some devices:
...
Xircom CreditCard Netwave cnw
Intel PRO/Wireless 2011 (PRISM II) wi
3COM 3CRWE737A (PRISM II) wi
Note: I've had some reports that the latter two cards work, but I've not
been able to get them to work for me.
2001-03-16 07:36:54 +00:00
Andrey A. Chernov
feaf11fd76
Part of DIS_8859-15 -> ISO_8859-15 rename
2001-03-16 07:36:53 +00:00
Andrey A. Chernov
73fdd7835c
DIS_8859-15 -> ISO_8859-15 rename
2001-03-16 07:31:55 +00:00
Warner Losh
d6f40bb4b7
add cnw driver to notes/lint
2001-03-16 07:29:58 +00:00
Warner Losh
b21d8bdad9
Add cwn driver
2001-03-16 07:27:49 +00:00
Warner Losh
fc0f791a64
Commit port of cnw driver from Hiroyuki Aizu-san. This driver
...
supports Xircom netwave series of cards. I have one of these cards
(but am trying to find one or two to test with), but it compiles and
aizu-san says it works.
I don't know if this supports 802.11 or not. I've seen conflicting
information on this.
Submitted by: Hiroyuki Aizu <aizu@jaist.ac.jp>
Obtained from: NetBSD
2001-03-16 07:25:42 +00:00
Søren Schmidt
8fb0d5e891
Remove the SMART ioctls, they are not in the official sources yet..
...
This should restore world...
2001-03-16 07:23:59 +00:00
Andrey A. Chernov
84f1cbbe73
DIS_8859_15 -> ISO_8859-15 rename
2001-03-16 07:13:01 +00:00
Warner Losh
cc60620649
Resync to GENERIC. This backs out the spammage that I committed wrt
...
killing ipv6 and some other things.
This makes GENERIC and NEWCARD the same, with OLDCARD stuff commented
out and the NEWCARD stuff included. For the moment, pcic is commented
out (which has a old). Plus invariants. Plus ddb.
2001-03-16 06:33:44 +00:00
Jordan K. Hubbard
7416da67e9
Very small cosmetic tweak - avoid starting an extra xterm for the fvwm
...
desktop case.
2001-03-16 03:32:13 +00:00
Dima Dorfman
31ab9a1210
/modules -> /boot/kernel
...
PR: 25053
Approved by: nik
2001-03-16 02:26:48 +00:00
Dima Dorfman
bfaf55a48d
Make it clear that the -v option doesn't actually set the date.
...
PR: 24773
Approved by: nik
2001-03-16 02:20:24 +00:00
Dima Dorfman
32de505213
Explain that TCP fragments with an offset of 1 are reported as being
...
dropped by rule -1 if logging is enabled.
PR: 25796
Submitted by: Crist J. Clark <cjclark@alum.mit.edu>
Approved by: nik
2001-03-16 01:28:11 +00:00
Dima Dorfman
69451beb84
Correct descriptions of SOCK_RDM and SOCK_SEQPACKET.
...
PR: 25797
Submitted by: Yuko Sasaki <yuko@veltec.co.jp>
Approved by: nik
2001-03-16 01:18:03 +00:00
Brian Somers
b045a5d8a9
Fix a comment
...
PR: 25831
Submitted by: quinot@inf.enst.fr
2001-03-15 23:25:55 +00:00
David E. O'Brien
09ef0b3c85
Note rules of enguagement.
2001-03-15 23:20:13 +00:00
Dag-Erling Smørgrav
84e268e3fc
Use the newly introduced -W flag to netstat(1) to avoid truncated addresses.
2001-03-15 20:46:35 +00:00