Commit Graph

173565 Commits

Author SHA1 Message Date
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
cube e89c656e51 Replace another string in freetype-config. 2008-09-13 20:50:42 +00:00
cube 398e938814 Fix version of freetype2. 2008-09-13 20:25:05 +00:00
cube d66d7ad326 libfontconfig depends on libfreetype. Weird that the linker doesn't
complain.
2008-09-13 19:57:23 +00:00
mjf 0074b883b4 Fix pseye_start_transfer() to return the return value of kthread_create()
instead of always returning 0.
2008-09-13 18:51:10 +00:00
tsutsui e928195279 - use memmove(9) for possible overlapped screen copies, per PR port-arc/36703
- replace bcopy(9) with memcpy(9) where no overlap
- fix a typo in comment
Tested by using sysinst with pccons(4) on gxemul.
2008-09-13 17:13:57 +00:00
christos 6bedd5c51d PR/39534: Henning Petersen: Typo = instead of / to close comment. 2008-09-13 17:05:07 +00:00
tsutsui 9264e132c6 Install bootloader into the FAT partition, not root partition. 2008-09-13 16:59:42 +00:00
tsutsui abe73f3a6c Fix more botches on device_t/softc split,
which didn't cause errors on compile.
Tested on gxemul.
2008-09-13 16:15:38 +00:00
tsutsui b93d54e06c Make this compile (restore some lines removed in rev 1.53). 2008-09-13 16:08:02 +00:00
tsutsui 7b16185486 Fix botches on device_t/softc split. 2008-09-13 16:02:17 +00:00
tsutsui bba8dbb065 Put a missing newline. 2008-09-13 15:58:01 +00:00
tsutsui d58de8d3e7 Reformat port-maintainers list and use @NetBSD.org address as other lists.
XXX: list-portmasters.pl needs to be updated.
2008-09-13 15:54:57 +00:00
tsutsui c07124b6d6 First cut at INSTALL notes for NetBSD/arc.
Finally we could close another ancient PR port-arc/11443.

After several years, we got the native bootloader and then had
sysinst which would do apprpriate partitioning for the bootloader,
so I've noted the last difficult part, how to specify boot commands
on the ARC BIOS.

I still wonder how many possible users of NetBSD/arc are there
who will need this topic though... ;-p
2008-09-13 15:43:07 +00:00
njoly 555283069e Regen for Nvidia GeForce 6150 devices addition. 2008-09-13 15:40:51 +00:00
njoly ae35124d9b Add Nvidia GeForce 6150 devices. 2008-09-13 15:39:01 +00:00
reed cb656a8c3e Fix spelling of my name. While here add my middle initial. 2008-09-13 14:00:34 +00:00
reed 091bd2e203 Fix spelling typo. 2008-09-13 13:45:00 +00:00
tsutsui 0a62739633 Remove duplicated cfs0. 2008-09-13 13:11:38 +00:00