tron
3e6ef39a09
It's ataraid(4), not ataraid(8). Pointed out by Juan RP.
2008-09-16 06:40:31 +00:00
kleink
00408d83ae
tzdata2008f out, imported.
2008-09-15 22:01:03 +00:00
kleink
051e58ca17
Update for tzdata2008f.
2008-09-15 22:00:16 +00:00
kleink
d1e9142405
Merge tzdata2008f.
2008-09-15 21:58:07 +00:00
kleink
cebca4f514
Import tzdata2008f.
2008-09-15 21:56:17 +00:00
jdc
94bb53e4a7
Mention SBus gem(4) support.
...
Change previous gem(4) entry to PCI.
2008-09-15 20:11:50 +00:00
cube
08b7b8edae
Libs in /lib have symlinks in /usr/lib. [hi haad!]
2008-09-15 20:03:50 +00:00
jdc
d62f5b378e
Add SBus GEM reference.
...
Note when SX versions were supported.
2008-09-15 20:03:18 +00:00
jdc
102e2c2e6b
Read the correct error status register on SBus cards.
...
Don't set infinite burst on SBus cards.
Changes based on information in the `Sbus GEM Specification':
http://mediacast.sun.com/users/Barton808/media/gem_sbus-1.pdf
SBus-based GEM cards (i.e. Sun X1140A) now work!
Tested with a X1140A card in a U1 and in a U2.
Thanks for martin@ for testing.
2008-09-15 19:50:28 +00:00
jdc
4bd69c5b5b
Minor corrections to the SBus definitions, from the `Sbus GEM Specification':
...
http://mediacast.sun.com/users/Barton808/media/gem_sbus-1.pdf
2008-09-15 19:43:24 +00:00
cube
e8a45a91fe
Play it safe and change the sed script so that -E isn't needed.
2008-09-15 18:21:48 +00:00
haad
664f39465e
Bump libprop minor number, I forgot to do it when I have added
...
prop_array_add_* routines. In version 1.2 of prop_array_util.c.
Pointed by bad@.
2008-09-15 18:19:25 +00:00
rmind
ffb8ec88e1
Replace intptr_t with uintptr_t in few more places.
...
OK by <matt>.
2008-09-15 18:12:56 +00:00
tron
bcafaa6e90
Mention Intel MatrixRAID and bio(4) support in ataraid(8).
2008-09-15 11:59:51 +00:00
tron
75ba997609
Only report volume names if they are non empty.
...
Patch provided by Juan RP in PR kern/39514.
2008-09-15 11:53:52 +00:00
tron
25f901a460
Add support for status reports via bio(4) to ataraid(4).
...
The code was contributed by Juan RP in PR kern/39514.
2008-09-15 11:44:50 +00:00
rmind
38d7b7ba2e
Replace intptr_t in few places to uintptr_t.
2008-09-15 10:43:29 +00:00
rtr
ec7c336281
replace XTHREAD_CFLAGS with _REENTRANT instead of _POSIX_THREAD_SAFE_FUNCTIONS
...
as is done in pkgsrc.
2008-09-15 08:05:19 +00:00
hannken
032a270689
Kernel thread changed name from fssbsN to fssN.
2008-09-15 07:58:48 +00:00
tsutsui
e534d5e65b
Enable more PCI devices.
2008-09-15 04:42:58 +00:00
tsutsui
837dff7f8c
Enable options TMPFS.
2008-09-15 04:08:55 +00:00
cube
2eeb6612b1
Generate site.def from site.def.in so that ProjectRoot is correctly
...
defined.
2008-09-15 03:51:43 +00:00
cube
cbc74b28eb
Make sure pkgconfig files we install have RPATH directives.
...
${TOOL_SED} -E is authorized, right? Right?
2008-09-15 02:37:54 +00:00
tsutsui
cbda6f9085
Use proper .Pq macro to restore parentheses removed by my wrong fix
...
in rev 1.90.
2008-09-14 23:39:02 +00:00
jakllsch
1630e9c193
A few cleanups for siisata(4)
...
No functional changes intended (except maybe un-reseting the chip a bit later
in attach).
- pass fewer arguments to local functions where arguments can be derived from
an existing argument
- some coding style fixes
- more abstraction for PRB activation and deactivation
- bus_dma(9) properification in error cases
- undefine SIISATA_DEBUG, and cleanup variables used only for DEBUG_PRINT()s
2008-09-14 21:53:49 +00:00
apb
bd847b4bc9
* For .Sh, generate <h3 id="...">...</h3>.
...
* For .Ss, generate <h4 id="...">...</h4>.
This makes internal cross references from .Sx work.
While here, change .SH and .SS to do likewise, instead of using
<h3><a name="...">...</a></h3> and <h4><a name="...">...</a></h4>.
2008-09-14 20:29:10 +00:00
mhitch
f60765db47
Use the physical address from the bus_dmamap_load() map, not the one from
...
the bus_dmamem_alloc(). Fixes iop(4) on alpha, and possibly sparc64 as
described in the thread
http://mail-index.netbsd.org/port-sparc64/2008/06/04/msg000413.html .
2008-09-14 18:12:16 +00:00
apb
7c483070b7
Fix errors in previous.
2008-09-14 17:25:59 +00:00
hannken
fce2c1d412
Create fss(4) devices on first open and destroy on last close of an
...
unconfigured device. That removes the compile-time constant number
of useable devices.
While here, add disk_busy()/disk_unbusy() instrumentation.
Reviewed by: Quentin Garnier <cube@netbsd.org>
2008-09-14 16:10:19 +00:00
jmcneill
ef1dc4a8df
Add VIDEO_FORMAT_YUV420 support
2008-09-14 16:03:27 +00:00
tsutsui
9636fc5edc
Remove ancient workaround hacks for gcc 2.7.2.
2008-09-14 15:03:17 +00:00
jmcneill
e3661f12b1
Allow VIDIOC_ENUM_FORMAT to return more than one result.
2008-09-14 14:31:33 +00:00
apb
b63d26647e
Mention recent changes to etcupdate(8) and postinstall(8).
2008-09-14 14:28:10 +00:00
apb
2d19284cc9
Document that "ss tgz1:tgz2" was merely deprecated, not removed.
2008-09-14 14:24:15 +00:00
apb
bd0c152346
Remove options deprecated in NetBSD-4.0:
...
* Remove "-b binarydir" option (use "-s binarydir" instead).
* Remove "-s srcdir/etc" option (use "-s srcdir" instead).
Also document that "-s tgz1:tgz2" is merely deprecated, not removed
(use "-s tgz1 -s tgz2" instead).
2008-09-14 14:22:45 +00:00
jmcneill
76996204b2
Create /dev/videoN with all target
2008-09-14 13:59:54 +00:00
jmcneill
9be41b46ae
Don't bother with /dev/video -> /dev/video0 symlink, nobody uses it
2008-09-14 13:58:25 +00:00
apb
50356f5260
Allow "-s tgzfile1:tgzfile2" for backward compatibility. Print a
...
warning to encourage users to switch to using "-s tgzfile1 -s tgzfile2".
2008-09-14 13:46:51 +00:00
drochner
dc7ba38823
fix the -0.0 case, fixes a gm4 test error reported by wiz
...
(normally, the libm implementation should be used)
2008-09-14 13:38:38 +00:00
itohy
542372dbe8
Remove unneeded \n" found on fixing PR 39535.
2008-09-14 12:59:19 +00:00
itohy
d6e760bdd5
Escape "\" as "\e" in the example.
...
Fix formatting problems reported by Stathis Kamperis on PR bin/39535.
2008-09-14 12:51:39 +00:00
hannken
d5a365311b
Remove FSS_STATISTICS. It was never documented and has no real value.
...
While here, modify fss_error() to no longer use variable arguments.
No functional changes.
2008-09-14 10:12:14 +00:00
freza
f4fa233a79
* iwn_rx_intr(): free rbuf is available if 'nb_free_entries > 0'.
...
This used to have '>=' resulting in kernel crash accessing NULL
rbuf under non-trivial Rx load.
2008-09-14 10:09:39 +00:00
sjg
2a76c8a41c
Avoid sign extention problems leading to:
...
$ ulimit -dH
3145728
$ ulimit -d 3145728
ksh: ulimit: bad limit: Invalid argument
$
2008-09-14 05:00:23 +00:00
jmcneill
e1dadf87f1
Revert previous double-free hack, needs revisiting.
2008-09-14 03:33:44 +00:00
jmcneill
73f0afe78c
Add RGB24
2008-09-14 00:26:35 +00:00
jmcneill
5f7d249f98
Add RGB24 support, and prevent a double-free on videoclose
2008-09-13 23:50:54 +00:00
wiz
dd72566c2c
dhcpcd-4.0.0 release is out.
...
Convert this file (i.e. one character) from latin-1 to utf-8.
2008-09-13 22:25:10 +00:00
hubertf
ad9fb1da19
Don't try to link in Carbon on Mac OS X/Darwin - this makes
...
cross-compiling with -V MKXORG=yes work when building from
Mac OS X 10.4.
OK'd by lukem@
2008-09-13 21:37:07 +00:00
cube
91fe4dbaf8
Test and then commit, not the other way around.
2008-09-13 20:51:34 +00:00