Commit Graph

100256 Commits

Author SHA1 Message Date
thorpej efe71a8aac Add support for DMA to/from the on-chip devices of the i80321 (no
PCI window translation).

XXX This would be better done by overhauling the shared ARM bus_dma code.
2002-07-25 15:00:48 +00:00
grant 36ae72d99a add test for /usr/bin/logger in warn/err. 2002-07-25 14:34:46 +00:00
grant e5d316be94 allow partitions i-p to be modified, from Masanori Kanaoka in
port-i386/17689, with minor changes by me.

add_rc_conf() needs a trailing \n.
2002-07-25 14:31:10 +00:00
lukem f02e32fef8 Add ./var/spool/output/lpd -- lpd(8)'s default spool directory.
Resolves final outstanding issue with [bin/7054].
2002-07-25 13:13:44 +00:00
jdolecek 973b4b497c form_appenditem(): make sure fte->list is initialized
process_{pre,}form(): g/c unnecessary malloc, plug memory leak
gen_list(): only check ftp->list after realloc()
handle_{pre,}form(): allocate F[] via calloc(3), so that the memory is
     properly zeroed
2002-07-25 12:42:39 +00:00
itojun d08a33e8b1 correct multicast packet MTU check. sync w/kame 2002-07-25 12:41:51 +00:00
jdolecek d675751f34 g/c some pointless malloc()s 2002-07-25 12:39:26 +00:00
jdolecek 5ff2a932b1 launch_subwin(): make sure string 'command' is initialized; malloc may not return
zeroed memory. This should fix the SIGSEGV part of bin/17718
by Grant Beattie.
2002-07-25 12:34:09 +00:00
jdolecek 70accc48c9 add XXX comment for piece of very strange code; I don't currently
want to investigate more
2002-07-25 12:20:56 +00:00
ragge 535e154ac7 Correct ra disk instrumentation. From Johnny Billquist. 2002-07-25 12:13:03 +00:00
ragge 9e16460053 Count adapter, stray and device interrupts separately.
From Johnny Billquist.
2002-07-25 12:02:00 +00:00
ragge 2236994142 Increase the interrupt stack, to avoid problems reported on port-vax by
Olaf Seibert. (IPSec takes much stack space).
2002-07-25 10:44:25 +00:00
jdolecek ee3d448cbd Array retrurned by form_fields() is NOT NULL-terminated - use field_count()
to get amount of fields on the form instead.
This fixes a SIGSEGV problem I encountered, and possibly also the crash part
of bin/17718 by Grant Beattie.
2002-07-25 09:38:31 +00:00
onoe fdcde8230d Set desired ESSID for probe request. 2002-07-25 07:15:50 +00:00
matt 0594308e42 Add support for Belkin USB to LAN Converter. 2002-07-25 06:45:38 +00:00
matt 3e7edf7543 Regen. 2002-07-25 05:23:09 +00:00
matt 8dd631f144 Add Belkin USB2LAN converter 2002-07-25 05:22:38 +00:00
matt 3e065ff8fe Need to wait after making the notes in case the port uses them later on. 2002-07-25 00:35:33 +00:00
mjacob 0bf3a73821 Fixes kern/17573: correctly describe the bfi && physical sector defect list
formats.

Obtained from PR submitter.
2002-07-24 23:45:03 +00:00
mbw 9b58ceb3ab Update info on models 362 and 382 2002-07-24 21:59:00 +00:00
mbw 97ca58a9f9 Fix link to hp300 FAQ on X11 2002-07-24 21:57:18 +00:00
hannken ab45bd509d Fix a bug from last commit: Look for more work AFTER the current buf
is removed from the queue.
2002-07-24 19:49:28 +00:00
hannken f8908aa291 Convert to new device buffer queue interface. 2002-07-24 19:34:57 +00:00
jonb 0fb6a2fdff finish fixing PR#15412 2002-07-24 17:03:00 +00:00
joda 72d8f527fb various spelling 2002-07-24 14:14:10 +00:00
ragge 236406e440 Don't complain about Abuses that don't exist and tell about unsupported CI's.
From Johnny Billquist.
2002-07-24 10:17:45 +00:00
chs 4e9f286b98 for MP builds, save and restore sprg0 (which contains the curcpu pointer)
around restoring OFW's sprg registers while calling into OFW.
2002-07-24 06:04:43 +00:00
chs 185a5bbcf0 rename the intr_depth field of struct intrframe to avoid a name conflict
in MULTIPROCESSOR builds.
2002-07-24 05:44:37 +00:00
junyoung 40fa5f20fe Add NetBSD 1.5.3 to the tree as well. 2002-07-24 05:10:14 +00:00
chs 804e68d33a reimplement copy{in,out}str() similarly to copy{in,out}()
(instead of the old way of calling [fs]ubyte() in a loop).
2002-07-24 04:59:32 +00:00
junyoung 293cf6ffe0 Readd NetBSD 1.5.3. Note that entries should be sorted in chronological
order.
2002-07-24 04:51:08 +00:00
junyoung 19fe2e4fc0 Pull in the latest from FreeBSD tree. 2002-07-24 04:49:14 +00:00
lukem c13d5538de postinstall can be run from the etc set (extracted into a temporary directory)
rather than requiring the full system sources to be extracted
2002-07-24 03:03:58 +00:00
oster de6f092d9d RAIDframe doesn't need to be so chatty on autoconfigure. Leave it
a chatty if DEBUG is set... (for now..)
2002-07-24 02:55:22 +00:00
lukem f4811c84e8 esp got tagged queuing 2002-07-24 02:50:47 +00:00
lukem 770f0725e5 macppc/powerpc x set size updates 2002-07-24 02:50:22 +00:00
lukem 37381fa45a updates per discussion with matt green 2002-07-24 02:47:51 +00:00
oster 4c591ca7bc Don't print the value of protectedSectors all the time. 2002-07-24 02:17:14 +00:00
lukem c76a9a63b3 updates prompted by mail from Bang Jun-Young:
- add to updated 3rdparty products: gcc 2.95.3 and binutils 2.11.2
- xfree 4.2.0 is i386 only (at this stage)
2002-07-24 01:06:12 +00:00
enami 0512a0df7f Add more software intrq. 2002-07-23 23:34:39 +00:00
rjs 2ce5cda977 Regenerate. 2002-07-23 23:12:48 +00:00
rjs 2ddb53c039 Add entries for:
Ositech Seven of Diamonds Ethernet Card
    Netgear FA410TX Ethernet Card
2002-07-23 23:11:04 +00:00
itojun 59c47fdbd5 resolver(5) -> resolv.conf(5). PR 17691 2002-07-23 22:43:08 +00:00
matt 7a023d8f5f Add a quirk for a HITACHI driver (CAP_SYNC|CAP_WIDE16). 2002-07-23 21:10:16 +00:00
briggs c9c72ff6d8 macppc is using XF86 v4 now, and installs a few more files. 2002-07-23 21:00:11 +00:00
hannken 9c4c15c084 Convert to new device buffer queue interface.
Approved by: Nathan J. Williams <nathanw@netbsd.org>
2002-07-23 20:49:54 +00:00
jschauma 8dc529902d "pairs of other package this package depends" ->
"pairs of other packages this package depends upon"
2002-07-23 14:41:41 +00:00
christos fa08f33f2d PR/17686: Cliff Albert: Dynalink L10C pcmcia card is not supported 2002-07-23 14:11:11 +00:00
hannken 91f71a4f61 The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
called. It may be used as the "current" buffer.
2002-07-23 14:00:16 +00:00
lukem d376b4bd66 disable pmax miniroot for now; it won't build due to objcopy-crunchide issues 2002-07-23 11:08:28 +00:00