sos
ed4546ea71
Dont probe PnP devices.
...
Submitted by: Takahashi Yoshihiro <nyan@FreeBSD.org>
2003-01-09 14:00:07 +00:00
sos
2a1a3d1ac2
Fix typo
...
PR: 45375
2003-01-09 13:54:07 +00:00
ue
c810ddd3d4
SGML cleanup: Remove useless <para> </para> around lists
2003-01-09 13:02:09 +00:00
benno
18aa48c735
Make ofw_pci_find_node() use the reg property instead of the
...
assigned-addresses property. This works a lot better.
2003-01-09 12:24:19 +00:00
des
8635b79dad
Document tinderbox and whereintheworld, and move diffburst in its
...
alphabetical place.
2003-01-09 12:24:17 +00:00
des
ff67b74926
My version of fenner's "make world" log summarizer.
2003-01-09 12:23:29 +00:00
des
d8b3e07d33
Sample tinderbox script & build settings.
2003-01-09 12:22:59 +00:00
ue
d083d69a18
MFen: Happy new year 2003
2003-01-09 12:11:20 +00:00
des
b046304055
Actually, the canonical way would be syntactically correct.
2003-01-09 12:04:21 +00:00
benno
36c3989bb9
Add a pcib variant to allow us to fix up interrupt assignments.
...
We probably want to do something wrt bus enumeration as well at some point.
2003-01-09 12:04:18 +00:00
des
53c8a6f970
Canonical way of determining whether or not to use crypto.
2003-01-09 11:57:58 +00:00
simokawa
212d0ee2a6
- Add error messages for bulkxfer.
...
- Reduce register access.
2003-01-09 10:25:07 +00:00
benno
c240e83a3c
Allocate interrupts from the resource list.
2003-01-09 09:15:42 +00:00
des
5a36cfc6d3
ia64 and sparc64 both have libc_r now.
2003-01-09 08:36:05 +00:00
benno
ee721e5aaa
- Remove the ignore list and replace it with a quirk list of sorts.
...
- Add a quirk type for devices whose interrupt properties are actually
attached to their children.
- Flag the "escc" (zs-alike serial controller) device as having this quirk.
- Rework the interrupt discovery code to deal with devices that have more than
one interrupt.
2003-01-09 06:21:42 +00:00
sam
e9de2598cf
Invoke the driver directly when a request is submitted via crypto_dispatch
...
or crypto_kdispatch unless the driver is currently blocked. This eliminates
the context switch to the dispatch thread for virtually all requests.
Note that this change means that for software crypto drivers the caller
will now block until the request is completed and the callback is dispatched
to the callback thread (h/w drivers will typically just dispatch the op to
the device and return quickly). If this is an issue we can either implement
a non-blocking interface in the s/w crypto driver or use either the
"no delay" flag in the crypto request or the "software driver" capability
flag to control what to do.
Sponsored by: Vernier Networks
2003-01-09 05:39:04 +00:00
sam
89f4943170
o handle jumbograms in m_clone
...
o fixup some comments
Submitted by: Doug Ambrisko <ambrisko@verniernetworks.com>
2003-01-09 05:30:25 +00:00
mikeh
44c0edb0a0
The return-path is optional in a headline, therefore don't skip a
...
message if it is missing the return-path.
PR: bin/40314 (slightly different patch)
MFC after: 2 weeks
2003-01-09 05:08:37 +00:00
trhodes
db763e9b6c
Fix up some grammar.
...
Noticed by: sheldonh
2003-01-09 04:35:38 +00:00
imp
411fd9a0a9
Merge from NetBSD and arrange for FreeBSD's slight differences in
...
ucom.
This gets my Sanyo SCP-4900 working.
Approved by: joe
2003-01-09 04:24:28 +00:00
imp
648c140205
These are OBE. devd.conf now lives in /etc.
2003-01-09 04:11:19 +00:00
imp
eeb45a6b22
Move devd.conf here and install it by default (didn't do a repo copy
...
because there's so little history to save).
MFC After: 10 millifortnights
2003-01-09 04:05:06 +00:00
mikeh
f4872a600d
Correct a few more definitions, capitalize header fields consistently.
2003-01-09 03:36:47 +00:00
grehan
7b0b5d2550
- remove unneeded includes
...
- fix big in use of rid for SYS_RES_IRQ
- catch up with ATA common code by adding lock function
2003-01-09 01:22:30 +00:00
mikeh
8234c83805
Clarify ~. escape definition, remove duplicate entry, and shorten a
...
definition.
2003-01-09 01:14:54 +00:00
grehan
444bd78ed4
Remove obsolete GEOM option, and bring diskless options up-to-date
...
Approved by: benno
2003-01-09 01:09:41 +00:00
mikeh
139f1ec4fa
Document the ~. and ~? command escapes.
2003-01-09 01:08:33 +00:00
tmm
b44ef67cf2
Include if_hme_sbus.c, so that the module can also be used on sbus
...
machines. Remove opt_bdg.h, which is not needed.
2003-01-09 00:46:41 +00:00
tmm
c1f62b116d
Add detach, shutdown, suspend and resume methods.
...
Tested by: jake
2003-01-09 00:45:10 +00:00
jake
186300a2ca
Add sbus specific zs file.
2003-01-08 23:36:59 +00:00
jake
780a41f3ca
Split this into bus specific front end(s), so that it can be used by ppc.
...
This abstracts out all the differences I could see between the netbsd
sparc64 and macppc zs drivers. In particular the offsets of the csr and
data registers are different, so we use a separate bus handle for each and
use bus_space_subregion to add the bus specific offsets.
Requested by: benno
2003-01-08 23:36:16 +00:00
gordon
f1018f664a
Steal some space from fs_fsmnt to create fs_volname and fs_uuid. The volname
...
will be used to support volume names with the help of a GEOM module (to be
committed). uuid will be used to deal with conflicting volume names (which
doesn't work just yet).
Approved by: mckusick@
2003-01-08 22:53:54 +00:00
peter
60eec7d756
This commit was generated by cvs2svn to compensate for changes in r108968,
...
which included commits to RCS files with non-trunk default branches.
2003-01-08 22:12:01 +00:00
peter
d28b761d98
Add in a patch from tcpdump-current (that will be included in the next
...
import) to stop a segfault on ia64. Add a #include to get missing
prototypes, particularly malloc().
Approved by: fenner
2003-01-08 22:12:01 +00:00
jhb
ad195fdafd
Add code to parse the contents of an ACPI MADT table and to dump its
...
contents in the form of a comment in the acpidump output. The output
is not in the prettiest output, but it does work correctly.
Approved by: marcel
2003-01-08 20:46:25 +00:00
jhb
ca9e5cfca1
Add structure definitions for the various items in a ACPI Multiple
...
APIC Descriptor Table (MADT) which has the signature 'ACPI'.
Approved by: marcel
2003-01-08 20:45:23 +00:00
tmm
8ec083d7d9
Build a gem module, for sparc64 only for now.
2003-01-08 20:40:29 +00:00
tmm
9544452611
Add detach, shutdown, suspend and resume methods. The latter two are
...
not really tested, but are derived from the original NetBSD version.
2003-01-08 20:12:45 +00:00
alc
03f7564d9e
In vm_page_alloc(), honor VM_ALLOC_ZERO for system and interrupt class
...
requests when the number of free pages is below the reserved threshold.
Previously, VM_ALLOC_ZERO was only honored when the number of free pages
was above the reserved threshold. Honoring it in all cases generally
makes sense, does no harm, and simplifies the code.
2003-01-08 19:58:42 +00:00
jhb
d635237b70
Consistently use spaces in between arguments to strcmp(). Whitespace
...
only.
2003-01-08 19:16:11 +00:00
obrien
ea009b7b71
Fix module dependancy name.
...
PR: 46871
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
2003-01-08 18:53:38 +00:00
wollman
17be46c0fd
Tighten wording of comment.
...
Suggested by: gshapiro
2003-01-08 18:52:32 +00:00
wollman
62de1738a4
Do not do manually what sendmail(8) can do better automatically.
...
Tell sendmail to clean up its own host status cache.
The error condition handling could probably be done better.
2003-01-08 18:51:45 +00:00
obrien
8267f212f3
Add an hme(4) module.
...
PR: 46871
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
2003-01-08 18:45:04 +00:00
ume
fa20ded9d1
"struct route" is not sufficient. NetBSD PR 18751
...
Obtained from: KAME
MFC after: 1 days
2003-01-08 17:59:24 +00:00
hrs
8c01032b21
Merge the following from the English version:
...
1.8 -> 1.9 early-adopter/article.sgml
1.9 -> 1.10 errata/article.sgml
1.3 -> 1.4 hardware/common/artheader.sgml
Submitted by: Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References: [doc-jp-work 572]
2003-01-08 17:57:41 +00:00
sos
91969f27a5
Dont attach a Promise chip located behind a i960 bridge/chip.
...
This makes it possible to run a Promise SuperTrak SX6000 with
OS type set to "Other" as well as "Linux".
2003-01-08 17:44:36 +00:00
rwatson
45a3623193
For now, set only the resource limits and process priority associated
...
with a class, rather than all aspects of the class when switching
classes for an inetd service. Because we hard-code /daemon in the
current inetd implementation, using SETALL has unfortunate side-effects
involving the MAC code, and potentially other credential related
settings in the future. This change maintains the DoS-resistent
aspects of the class behavior, which is all that is promised in the
inetd man page.
A larger set of diffs providing more pluggability and configurability
was deferred for this more simple approach in the short term.
Reviewed by: ache
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 17:10:11 +00:00
peter
7033484c0c
Add #include <stdlib.h> so that "s->strings = realloc(...)" doesn't segfault
...
on ia64. (This file isn't vendor branched)
2003-01-08 17:05:52 +00:00
sos
2721b74be2
Add support for the nVidia nForce2 ATA part.
...
Fix support for the nForce1 as well, registers are offset 0x10
against the AMD/VIA parts.
2003-01-08 16:51:41 +00:00