Age | Commit message (Collapse) | Author |
|
ending_sector' tests and one superfluous editor_countfree(). Rectify a
few comments.
|
|
doesn't attach to the MVME328XT (i.e. rebadged 4220, while MVME328S is
a rebadged 4210).
|
|
- switch back to a fixed queue number allocation, but keep the rotating
command queue entries. Force openings to 1 because of this.
- make sure to mark the queue as ready before invoking scsi_done(), which
could trigger a request for the same target.
- allocate a command queue and an IOPB at the same time, instead of using two
routines and ugly queue pointer arithmetic.
This makes the daughterboard work, as long as the first scsi chain is not
empty.
|
|
fields.
|
|
|
|
OK otto@
|
|
ending_sector, so no need to check for this condition after calling
get_size().
|
|
to existing FS_BOOT and FS_UNUSED partitions via -E, tighten up error
verbiage.
Feedback from jsing@.
ok millert@.
|
|
|
|
|
|
do transfers between 1.3MB/s - 2MB/s. Though still unreliable because
we have random TX watchdog timeouts.
|
|
only from the local network. ok markus@, man page bit ok jmc@
|
|
|
|
as close as we can get given that it's used unsigned. Matches
recent change to scp.c, prompted by djm@
|
|
as close as we can get given that it's used unsigned. Add a little
debugging while there. bz #828, ok djm@
|
|
|
|
|
|
|
|
|
|
instead of the generic pthread macros since free(3) uses __arc4_getbyte()
when freeing small sized allocations and the generic pthread macros call
malloc(3).
- eliminate passing pointers to a static variable with global scope (rs)
for additional code clarity and reduction.
- shlib minor bumps for libc and libpthread due to new functions.
From andreas@ with some bits from me. okay tedu@ marc@ w/some spot
checking from millert@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
time, but it is better to have people be FORCED to try to use them,
and then more people can decide to get involved. if a driver is
in-tree, but people don't even know it exists, how would they get
involved? they just plain would not.
|
|
rescan the pci bus if it already has devices attached to it. Make sure we
clear the list of attached devices when we receive a surprise removal
interrupt. Fixes kurt@'s T43.
ok miod@, krw@
|
|
another, valid, set while adding a partition. Lost in r1.119 when we
switched to DL_SETP* defines.
|
|
because otherwise the poll timeout will stay at SETTIME_TIMEOUT (15s)
forever unless we time out waiting for the first reply with -s
spotted by Aaron Riekenberg <aaron.riekenberg@gmail.com>
|
|
is set to raw mode, but only feed decoded events to wscons if non-raw mode.
Then, as an exception to this, pass the audio control keys events to
wscons even if in raw mode, so that the in-kernel mixer control code can
perform its work. The event is also seen by the raw event consumer (i.e.
the X server).
Requested and tested by many...
|
|
This lets suffix rules finally print out where they come from...
|
|
key only for connections where the client chooses Protocol 1 as opposed
to when it's enabled in the server's config. Speeds up Protocol 2
connections to inetd-mode servers that also allow Protocol 1. bz #440,
based on a patch from bruno at wolff.to, ok markus@
|
|
|
|
|
|
|
|
eeepc. unfortunately it doesnt work, but its going into the tree so it can
be worked on. if anyone wants to have a go at it, please do.
this driver was written by Quentin Garnier for NetBSD
|
|
ok miod@
|
|
- Internal restructure to separate code paths.
- Add support for early console. This allows for gbe(4) to takeover were
the ARCBios leaves off (if we should do so).
- Add support for 8bpp and 16bpp colour depths. As a result, we also have
support for colourmaps. We now use 8bpp as the default.
- Add mmap() support, enabling wsfb to operate correctly.
- Correct initial origin problem that occurred occasionally.
ok miod@. tested by jasper@.
|
|
inline with all other architectures.
ok miod@
|
|
from Dmitry V. Levin, ok djm@
|
|
|
|
code. Makes the size prompt/helpstring/looping the same for
(a)dd/(m)odify/(c)hange.
|
|
the variable 'c' to 'partno' in editor_delete() so all editor_*
functions are even more consistant. No functional change.
|
|
directly instead of takeing the detour via rtrequest().
OK henning@ markus@
|
|
|
|
which is very bad if it is not necessary as it causes scrary mbuf
fragmentation.
tested and OK mglocker@
|
|
counter. Call edit_countfree() instead.
Feedback from otto@.
ok millert@ "Go for it" deraadt@
|
|
there is no point in allowing the edit mode commands
(a)add/(n)ame/(m)odify/(d)elete/(c)hange to pretend to fiddle with it.
Some already checked for and avoided 'c', but do it in a consistant
manner in all cases.
ok millert@ otto@ marco@
|