Age | Commit message (Collapse) | Author |
|
ok marco
|
|
ok marco
|
|
Not completely functional yet, e.g. undocking doesn't work yet but put
it in the tree to be able to safely work on this.
ok marco
|
|
MicroSPARC-1, since cache is not write allocate; also provide a smarter routine
to flush a small section of the data cache, but do not enable it since we
almost never flush less than 2KB (which is the whole MS1 D cache size);
adapted from NetBSD, tested on SPARCclassic.
|
|
from NetBSD
|
|
|
|
use.
this makes my adsl modem and ckeuthes cable modem work.
idea from freebsd, via a diff from Krystian Baniak
|
|
ok dlg@
|
|
ok dlg@
|
|
|
|
|
|
|
|
crash when unmounting nfs volumes, okay thib@, krw@ and mickey@
|
|
Identical fixes from myself and brad@, also reported by chefren@pi.net.
|
|
back via MTIOCGET ioctl, rather than always reporting -1 (unknown).
Simple 'Set to 0 on rewind, increment on file marks and positioning,
and set back to -1 on any ambiguity' logic. No functional impact on
current operation.
Should allow things like Bacula to work much faster by keeping track
of the current media position.
Adapted from FreeBSD code.
ok beck@
|
|
|
|
set up and allocated (which happens in a mountroothook). this prevents an
early call to the interrupt handler from causing a null deref when trying
to look into the unallocated regions.
found by mcbride when ciss and bnx were sharing an interrupt. mounting
root caused interrupts before the bnx was properly set up.
"commit your fix" mcbride@
|
|
reality, and remove the maxpolls stuff at the same time. Still disabled
in-tree.
|
|
|
|
From Brad.
Tested by nick@ just to be sure.
|
|
changes but with the more conservative (i.e. specific) chip matching
logic of Linux's tg3. No change except to pci express chips.
From Brad.
Tested by brad & thib@ (BCM5750) and pedro la peu (BCM5752).
|
|
compile and work. need to register pfkey whenever tcp md5 or ipsec is
defined, and the various ipsec encapsulations only if ipsec is defined.
ok theo
|
|
Based on a diff from marco@.
|
|
ok marco@
|
|
value and changes with acpi versus non acpi kernels.
ok deraadt@ tom@
|
|
everywhere
|
|
|
|
|
|
From Brad, tested by Brad, wilfried@ and Johan M:son Lindman.
ok wilfried@
|
|
Thanks to Marco S Hyman for sending me hardware to play with.
Committed over DUB-E100 rev B1 with external IC Plus PHY.
|
|
|
|
|
|
signal to is the curproc, check if it's SONPROC. That way we'll also
signotify processes on other CPUs. This gives MD code the opportunity
to actually deliver signals to other CPUs faster than the clock
interrupt (in the worst case).
This is a NOP until MD code is fixed.
miod@ ok
|
|
and failing to acquire a data block, from freebsd"
fix this in ffs2_balloc() as well
requested by and ok pedro
|
|
some whitespace nits. No binary change.
ok drahn@
|
|
|
|
|
|
later when more of it's resources have been allocated and thus
kill(2)ing such a process has more predictable results.
now w/ a couple of kettenis remarks; kettenis@ miod@ ok
|
|
eliminating a one line called once function by inserting its code
inline.
No functional change.
From Brad.
|
|
_CRS buffer is and this compensates for it by fixing up the minimum value.
This fixes several machines that end up with invalid irq/ioapic values.
KNF nit as well
Code from jordan, tested on Intel SHG2 board (he committed this agains my
local tree)
|
|
ok pedro
|
|
|
|
effectively been a no-op for quite some time now,
without promise for future usage.
ok pedro@
Testing by krw@ (earlier diff)
and Johan Mson Lindman (tybollt@solace.miun.se)
|
|
Change OF_printf references to printf, given the former doesn't exist;
Clean up formatting, whitespace, unused code, etc.
ok miod@, kettenis@
|
|
most agp_generic_bind_memory failures when memory is limited and very
fragmented.
In effect, this should fix a lot of X startup crashes after
activities that exercise memory a lot (e.g. make builds, building big
ports, etc).
ok mickey, miod
|
|
|
|
|
|
asked via SCIOCIDENTIFY. More closely emulates the Linux
SCIOCIDENTIFY/SG_EMULATED_HOST combination used by cdparanoia (and
god knows what other ports). Nothing in the tree itself uses
SCIOCIDENTIFY.
Fixes cdparanoia's handling of USB CD drives that can't handle the
MODE SENSE command. cdparanoia sends 'ATAPI' devices only MODE SENSE
BIG (0x5a) commands. Finding actual SCSI devices that might have
trouble with MODE SENSE BIG (i.e. very old devices) behind USB is
deemed highly unlikely.
Problem reported, debugged and fix tested by bernd@.
ok marco@ millert@ miod@
|
|
|
|
From brad@
|