jhb
76fd957bd1
- Check if the ccb_infos in the softc is NULL before trying to free it in
...
adv_free() as the ISA probe routine doesn't malloc() ccb_infos but does
call adv_free().
- Release the ISA-only overrun DMA tags, bufs, and maps if the probe fails.
Tested by: rwatson
2001-02-08 00:00:12 +00:00
peter
214a40a9dd
The code I picked up from NetBSD in '97 had a nasty bug. It limited
...
the index of the pollfd array to the number of fd's currently open, not
the maximum number of fd's. ie: if you had 0,1,2 open, you could not
use pollfd slots higher than 20. The specs say we only have to support
OPEN_MAX [64] entries but we allow way more than that.
2001-02-07 23:28:01 +00:00
jhb
910fdf814a
When SMPng was first committed, we removed 'cpl' from the interrupt
...
frame. Teach ddb about this as there is one less word for it to skip
over when finding a trapframe on the interrupt frame stack.
2001-02-07 22:41:47 +00:00
semenu
ede6a7a683
Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in
...
compilation.
2001-02-07 22:34:15 +00:00
asmodai
300dd72aa7
Synch: Properly constify sccsid[].
...
Replace bcopy() with memmove().
2001-02-07 22:25:56 +00:00
asmodai
32d450ec3d
Synch: Prefer memmove() over bcopy().
2001-02-07 22:22:57 +00:00
asmodai
16b87948d0
Synch: Properly constify sccsid[].
2001-02-07 22:20:44 +00:00
asmodai
4891b68c39
Synch: prefer memmove() over bcopy(), since the first is a C-standard
...
interface, whilst the latter is a BSD'ism.
2001-02-07 22:18:58 +00:00
asmodai
42be6ba036
Synch: Add $FreeBSD$.
2001-02-07 21:58:16 +00:00
cg
c81cdf93b8
back out rev 1.49, looks like i committed it from the wrong tree.
...
include the changes 1.49 was supposed to have.
Noticed by: peter
2001-02-07 20:45:40 +00:00
semenu
e32ff5cf8a
Reflect recently added support for SMC9432FTX cards.
2001-02-07 20:18:54 +00:00
semenu
db77ae554f
Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 family
...
cards will work too.
2001-02-07 20:11:02 +00:00
semenu
50682deab8
Update tx(4) man page to reflect changes since 1997, especially
...
recent changes.
2001-02-07 20:09:50 +00:00
semenu
cddd5fb11e
Add QS6612, AC101 and LXT970 personal drivers and register definitions.
...
Obtained from: NetBSD/OpenBSD
2001-02-07 19:57:40 +00:00
ru
9a8eefac4e
1. Disable hyphenation on a dash (`-') character in macro arguments.
...
2. Disable recognition of end-of-sentence characters in text-type
macro arguments.
3. Fix the missing space bug when an end-of-sentence character was
followed by another punctuation character.
4. Fix the bug where hyphenation was left disabled after .Re.
Obtained from: mdocNG
2001-02-07 17:45:22 +00:00
sobomax
bcecff2c6b
Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.
...
Tested by: knu, sobomax and other #bsdcode'rs
2001-02-07 17:34:48 +00:00
ru
9fb09ea791
mdoc(7) police: replace two -unfilled displays with -tag lists.
...
This works only because of bugs in current implementation: the
first .It after ``.Bd -unfilled'' re-enables filling mode and
does not restore (disable) it back afterwards.
2001-02-07 16:02:21 +00:00
ru
74ecc06fa7
mdoc(7) police: Change -filled displays (which just happen
...
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
2001-02-07 13:45:30 +00:00
ru
02c6bbd122
Add a missing line-break request so that -ragged
...
-compact lists always start from the new line.
Example:
foo
.Bd -ragged -compact
bar
.Ed
Produced:
foo bar
Now produces:
foo
bar
2001-02-07 11:26:57 +00:00
obrien
61affd13ce
Bump the i386 default root by another 30MB to 100MB total. The Alpha
...
default root bumps 20MB to 110MB.
Requested by: kris
2001-02-07 11:26:41 +00:00
ru
a46b8019b1
mdoc(7) police: Removed extraneous .No call. The .Nm macro in
...
mdocNG has been fixed to properly handle its arguments so this
was causing the extraneous (undesirable) space.
2001-02-07 10:11:57 +00:00
obrien
437f1c1543
Add 20MB to the default / size for this in-development branch.
2001-02-07 09:29:29 +00:00
phk
e99bb82f6d
Use correct index when counting short errors.
2001-02-07 08:44:42 +00:00
peter
b9f4600bb9
Change the peripheral driver list from a linker set to module driven
...
driver registration. This should allow things like da, sa, cd etc to be
in seperate KLD's to the cam core and make them preloadable.
2001-02-07 07:05:59 +00:00
cg
be4ec0638c
conditionalize "hwptr went backwards" messages
...
modify default buffer size heuristic to not max out at 4k. mpg123 should now
behave better under load.
2001-02-07 06:48:28 +00:00
imp
ae0423d0d8
Move ti1031 to the 16-bit bridge section
2001-02-07 01:16:40 +00:00
asmodai
7199e95877
Fix some nits:
...
- whitespace: incorrect usage of tab or space
- removal of comments which served either no purpose or were
misleading
Submitted by: bde [a while ago]
2001-02-06 23:39:06 +00:00
asmodai
66c46a1af5
Add list.h to the to be installed header files.
2001-02-06 22:27:16 +00:00
charnier
5c40738661
Spelling
...
Remove unused #includes
2001-02-06 20:13:48 +00:00
charnier
54625370c6
Remove duplicate FreeBSD Id
...
Remoce unused #include
Use imperative mode to start flag description
2001-02-06 20:03:48 +00:00
charnier
422d605b33
Rework diagnostics text
...
Remove unused #include
2001-02-06 20:01:40 +00:00
sos
c66d30595e
Introduce busspace instead of the good old in/out instructions.
...
Not pretty but it works (I hope)...
2001-02-06 16:44:25 +00:00
ru
989970a3e3
mdoc(7) police: removed leading (non-sense) .Ns call.
2001-02-06 16:22:17 +00:00
ru
7546ad23f8
mdoc(7) police: simplify construct.
2001-02-06 16:20:31 +00:00
ru
2616f73893
mdoc(7) police: correct .Dd, add missing .El.
2001-02-06 16:17:49 +00:00
ru
9ac37e042e
mdoc(7) police: .Xr name -> .Nm
2001-02-06 16:15:11 +00:00
ru
147efa725a
mdoc(7) police: correct .Dd format.
2001-02-06 16:13:09 +00:00
ru
7e7176b4f2
mdoc(7) police: minor style/formatting fixes.
2001-02-06 15:07:35 +00:00
n_hibma
4bbea7b066
Regen.
2001-02-06 14:59:28 +00:00
n_hibma
35bc7f3be6
Add a comment about the fact that adding an ID doesn't actually do anything.
2001-02-06 14:59:03 +00:00
ru
2a1ab44824
mdoc(7) police: minor style/formatting fixes.
2001-02-06 14:58:39 +00:00
sos
ee94040ba6
Damn! that was the wrong patch! get it right this time....
2001-02-06 12:49:33 +00:00
asmodai
05b6a2fec7
Our manual pages are no longer in /usr/man, but in /usr/share/man.
...
Also, add the default #!/bin/sh for shellscripts, as well as $FreeBSD$.
2001-02-06 12:45:29 +00:00
sos
ac7845bdfc
Fix the clone functionality in atapi-cd, it didn't work for
...
devs other than the first, and allowed to clone a nonexistent
device..
2001-02-06 12:41:53 +00:00
asmodai
9bb829b9c2
Fix typo: compatability -> compatibility.
...
Compatability is not an existing english word.
2001-02-06 12:05:58 +00:00
asmodai
edc4cbf7a9
Fix typo: compatability -> compatibility.
...
Compatability is not an existing english word.
Add $FreeBSD$.
2001-02-06 12:04:54 +00:00
asmodai
79d2ee04e3
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
2001-02-06 11:21:58 +00:00
asmodai
1f04207912
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Also add $FreeBSD$ to README.
2001-02-06 11:21:40 +00:00
asmodai
db24d83a1c
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Submitted to look at by: kris
2001-02-06 10:39:38 +00:00
asmodai
d01f7d9c4a
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Also add $FreeBSD$
Submitted to look at by: kris
2001-02-06 10:39:13 +00:00