Age | Commit message (Collapse) | Author |
|
Needed to make edge triggered interrupts work.
|
|
cards it is no longer the rom image. This lets sti@pci work on non-dino
bridges.
Found by and ok kettenis@
|
|
sti_init(), for recent sti proms require them. Also, return a meaningful
error value.
ok kettenis@ mickey@
|
|
cache operations).
|
|
Allows saying pkg_info -a -M, and not having 100s of empty lines
corresponding to all packages without a MESSAGE.
|
|
|
|
|
|
|
|
|
|
Point users at pkg_create for packing-list details (suggested by
ajacoutot@)
|
|
|
|
|
|
the calibration was not accurate enough and
keep the device open all the time since there is
no need to close and reopen it if we need to retry.
|
|
more commonly encountered level 4. Do not complain in splassert() in this case
(this is similar to the older vsbus vax machines workaround).
|
|
|
|
supports QoS.
Add a new flag IEEE80211_F_QOS indicating whether QoS is enabled or not.
Add a callback to notify drivers that AC parameters have changed in
the QBSS. Drivers implementing QoS should define this callback and
update their EDCA settings accordingly.
|
|
ieee80211_node structure.
add a flag to indicate whether a STA is a QSTA or not.
|
|
- add three new information elements identifiers:
IEEE80211_ELEMID_QBSS_LOAD : QBSS Load
IEEE80211_ELEMID_EDCA_PARAMS: EDCA Parameter Set
IEEE80211_ELEMID_QOS_CAP : QoS Capability
|
|
counterparts.
Revert usb_port.h to it's original form with all the macro definitions to
ease the import of new drivers from other BSDs.
after discussion with deraadt; feedback from mk, miod, jsg, dlg.
ok dlg.
|
|
bit D_VENDOR if they face the Sun cylinder / start-at-zero semantics. Other
disklabels found on these architectures do not have these issues, and do
not need to be constrained. checked by otto
|
|
ChangeLog to see other files)
avoid pulling in machine/disklabel.h when sys/disklabel.h is a better choice
|
|
|
|
for pushing disklabels onto the disk (and besides that, it is buggy and
unreadable crap); thanks for help from krw
|
|
to support hotplug media on most architectures. disklabel setup and
verification done using new helper functions. Disklabels must *always*
have a correct checksum now. Same code paths are used to learn on-disk
location disklabels, to avoid new errors sneaking in. Tested on almost all
cases, testing help from todd, kettenis, krw, otto, dlg, robert, gwk, drahn
|
|
|
|
and tune several 802.11 parameters.
|
|
|
|
function that uses it.
|
|
|
|
|
|
|
|
the result was occasional disklabel trashing as a result of disklabel -r,
and perhaps other requests to the command; ok krw
|
|
krw running my diagnostics
|
|
this queue is used to load the firmware and the descriptors are written
differently (in wpi_load_segment()).
so the DMA descriptors were actually unused.
saves 16KB of memory.
|
|
|
|
remove prototype in .h and ref in man pages.
|
|
|
|
Only one tag for now: no checksum.
Will supersede @comment no checksum eventually.
Benefit: errors out in case of a typo.
|
|
use u_int{8,16,32}_t everywhere.
|
|
ok jsg@
|
|
@exec-always @unexec-always
@exec-add @unexec-delete
@exec-update @unexec-update
with the obvious semantics that *update are only run during updates,
and *add/delete are only run during `pure' additions/removals.
This should solve the problem of those packages that `lose' manual
configuration when you update them (e.g., all the mod_xxx apache stuff
and postfix).
caveat: you will need to go through one finaly broken update before the
new stuff kicks in.
|
|
how to set other user settings either.
|
|
this is just an experiment.
|
|
|
|
connection. The FTP protocol provides us with a NOOP operation that
is perfectly suitable for that, and so far servers are happy with it.
Sending the command slowly is an idea I borrowed from spamd.
No change for people not using the option, so it can't break normal ftp.
okay beck@, jmc@
|
|
|
|
OpenBSD, regardless of the size of a long.
OK kettenis@ espie@
|
|
|
|
sr_boot_assembly->readdisklabel->readdoslabel->biowait)
is what happens on late-cold architectures. something else has to be fixed
first before that is permitted, i guess.
|
|
it. Fixes marco@'s post c2k7 panics.
ok marco
|