Age | Commit message (Collapse) | Author |
|
|
|
We don't want to pass the PXE MAC address to the kernel when booting
from a local disk, since the MAC address causes the kernel to look for
root on NFS. Do this by remembering (not adding to boot arguments) the
MAC address when opening the PXE device, and clearing this if we happen
to load a file off a non-network disk.
"works as advertised for me" todd@;
"stop sitting on this/no objections" deraadt@;
amd64 code mainly written by patch(1).
|
|
from a local disk, since the MAC address causes the kernel to look for
root on NFS. Do this by remembering (not adding to boot arguments) the
MAC address when opening the PXE device, and clearing this if we happen
to load a file off a non-network disk.
"works as advertised for me" todd@;
"stop sitting on this/no objections" deraadt@
|
|
de-proplibed some of the netbsd bluetooth drives for HID devices
(mice and keyboards) they will however NOT BUILD YET as they lack the
glue device bthidev and our replacement for the problib.
no objections from uwe
|
|
|
|
buffer overflow.
Problem found by (and original diff from) Marc Winiger <mw@msys.ch>, comment
by me on jsg's request.
ok jsg, claudio
|
|
p_state data based on similar work done to powernow-k8.c. This work was
done by Devin Smith <devin at devinsmith dot net> and this commit is a
slightly modified verson of his last diff to tech@, thanks again for your
work.
|
|
("does not exist outside of mentions in linux/netbsd on the web"),
gleaned from
http://www.ussg.iu.edu/hypermail/linux/kernel/0504.0/1146.html.
"sure" deraadt@, ok with above comment jsg@
|
|
bug in the code, but as soon as I try to fix it, it seems to trigger
some other bugs. Instead of trying to figure out what's going on
while everyone suffers, it's better to back out and figure out
the bugs outside the tree.
|
|
of the other ones. From Marc Winiger mw at msys . ch
|
|
|
|
reads ok xsa@ compile tested phessler
|
|
console.
From Marc Winiger <mw@msys.ch>
ok jsg, claudio
|
|
|
|
fix ieee80211_eapol_key_encrypt() so that we don't add more padding
bytes than necessary in the case of AES Key Wrap encryption.
|
|
the arc4 key stream.
rc4_skip(ctx, len);
is equivalent to:
u_int8_t dummy[len];
rc4_crypt(ctx, dummy, dummy, len);
except that is does not require storage space and that it saves
some cpu cycles.
ok deraadt@
|
|
we won't support PeerKey handshake in a first time.
|
|
|
|
EAPOL-Key Data fields.
|
|
in an RSNA, each STA must maintain a 256-bit global key counter that
must be initialized to a random value (see 8.5.7).
|
|
prepend 802.1X header.
use byte-arrays to prevent access to unaligned fields.
|
|
make sure to clear the SCAN lock in case the scan is interrupted.
|
|
"I don't mind this diff" miod@
|
|
todd will commit the MAKEDEV bits later.
|
|
Revert it to needs-flag.
Noticed by xsa.
|
|
|
|
|
|
to the condition that protects CPU_ISSUN4OR4C. While we currently define
that macro on sparc64 too, we won't in the near future.
ok miod@
|
|
|
|
(like the Sony Ericsson K610 mobile phone).
- Read hardware address from ethernet descriptor makes the Sony Ericsson
K610 work.
- Add support for status notifications (interrupt endpoint).
- Recognize if there is a union descriptori (thus remove CDCE_NO_UNION).
- Handle wrong union descriptors (master/slave values are swapped)
(Ambit NTL 250)
Diff done by Marc Winiger <mw@msys.ch>, tested by many on different
platforms and with various devices: cable modems, mobile phones, and,
zaurus as USB function.
ok jsg, claudio, kili
|
|
Also, don't restrict to only opening dev minor 0.
|
|
device inquiry/discovery parameters, pairings, and what else might be
needed.
From discussion with gwk. MAKEDEV goo follows later.
ok and lots of input from miod.
|
|
- enable internal mic and select it as the default recording source,
- create mixerctl record.source for selecting between internal and
external mics,
- mute input by default.
|
|
|
|
audio layer wants, and is a more accurate description. Use the
correct number of steps.
|
|
- Add set_port and get_port functions and use them to create a stereo
master volume out of the headphone and speaker dacs. Unbreaks setting
the volume in ports like xmms.
- Use the correct number of steps for the dac volumes.
|
|
move it out of azalia_generic_mixer_set into its own function,
azalia_generic_mixer_pinctrl. From kent@netbsd.
In azalia_stac9200_mixer_init, let the unsolicited event handler make
the initial headphone vs speaker choice. Removes some duplicate code.
These changes only affect STAC9200. Tested by krw@ on a Latitude
D620.
|
|
This allows mappings of more than 256MB, needed by some frame buffers.
"looks good", miod@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replace a dead link while i'm here.
ok canacar@ reyk@
|
|
happens)
|
|
|
|
sysctl.
|
|
|