jmcneill
a234ff6e84
assert kernel_lock in usbd_transfer, usb_transfer_complete,
...
and usb_insert_transfer
2011-11-27 03:25:00 +00:00
jmcneill
4580d72277
add KERNEL_LOCKED_P() macro
2011-11-27 03:24:00 +00:00
tsutsui
49921f182e
Set WARNS?=2.
2011-11-27 00:53:52 +00:00
tsutsui
997e5ef587
Remove no longer necessary -Wno-error and set WARNS?=2 .
2011-11-27 00:50:37 +00:00
tsutsui
1895e14ada
Revert "stopcap fix" for rump by christos, which causes build failure on
...
most non-x86 ports and seems unnecessary. (caused by wrong rump_namei.h?)
2011-11-27 00:38:12 +00:00
tsutsui
48b15c9676
Disable a DIAGNOSTIC test which causes kernel stack overflow on all arm ports.
...
Boot failure is reported from several arm users (nonaka@, ryo@, and others),
and too large auto variable in arc4_randrekey() is pointed out by enami@.
2011-11-27 00:09:04 +00:00
christos
3552fa1ee9
- consistency with types
...
- prefer sizeof(*var)
2011-11-26 23:42:27 +00:00
christos
338bfe9851
If the ioctl to play tracks returned EINVAL, switch to digital mode and
...
try again.
XXX: Should we do this for the other ioctls? Should we default to digital mode?
Definitely the error message is completely unfriendly and should be fixed.
2011-11-26 23:20:41 +00:00
rmind
fc9011aa1d
Add _npf_config_setsubmit() function.
2011-11-26 23:11:19 +00:00
wiz
825bd212d9
Improve wording, sort sections, remove ls(1) escapee.
2011-11-26 22:49:37 +00:00
wiz
336147a4cf
Sort sections, remove line that must have crept in here from ls(1).
2011-11-26 22:47:39 +00:00
wiz
48d5e162f9
Various improvements.
2011-11-26 22:36:14 +00:00
njoly
b9701adc0f
Do not call cprng_fast32() before locks init. Makes rump build with
...
RUMP_LOCKDEBUG=yes work again.
2011-11-26 21:41:02 +00:00
nonaka
d3a39882fe
Add "Novatel Wireless Expedite EU850D/EU860D/EU870D" entry.
...
requested by http://mail-index.netbsd.org/tech-kern/2011/11/26/msg012002.html
2011-11-26 18:36:48 +00:00
nonaka
c2d0d8dcb7
regen.
2011-11-26 18:35:30 +00:00
nonaka
b050a54a3f
Add "Novatel Wireless Expedite EU850D/EU860D/EU870D" entry.
...
requested by http://mail-index.netbsd.org/tech-kern/2011/11/26/msg012002.html .
model name from http://www.nvtl.com/index.php?option=com_content&view=article&id=76
2011-11-26 18:34:17 +00:00
tnn
0574b1f8e1
clct(4)/cs4281 confirmed to work (thanks herdware@irc)
2011-11-26 17:16:56 +00:00
skrll
03ccee8ba2
G/c empty #ifndef __OLD_INTERRUPT_CODE
2011-11-26 16:31:40 +00:00
yamt
6f09a307e0
man page
2011-11-26 16:15:09 +00:00
christos
324a1c22f5
Only set symbols not provided from the linker script as regular so
...
that we can find their version from verdef not vertree. This bug
showed up on the hp700 build of heimdal's libkrb5, where we got
the "end" symbol with a bad version from libhx509. The hp700 linker
script defines that end symbol.
2011-11-26 15:59:34 +00:00
yamt
07d39747e9
whitespace
2011-11-26 15:55:18 +00:00
drochner
9dc717c79e
stopgap fix to avoid panic due to recursive locking if the keyboard beep
...
is activated through a tty (which it usually is)
IMO it was no good idea to abuse tty_lock here - it is already
problematic in the tty subsystem
2011-11-26 15:54:51 +00:00
skrll
28126bca61
Slight merge mistake. Now no difference to verndor branch.
2011-11-26 15:54:02 +00:00
tsutsui
305f313ce1
Also add vioif(4) and viomb(4) to a set list.
2011-11-26 15:39:49 +00:00
minoura
f602c9092c
Add vioif(4) and viomb(4).
2011-11-26 15:04:45 +00:00
tron
54c924cf37
Add missing semicolon to make this compile.
2011-11-26 14:06:44 +00:00
tsutsui
6218939425
Make sure to call pflusha before (not after) enabling MMU on
...
68030/68851 initialization paths.
Pointed out by isaki@ per observation of ATC status on XM6i emulator.
Tested on TT030, HP362, NWS-1750, and X68030 by me.
XXX: probably we can remove existing pflusha or TBIA calls after MMU turned
XXX: on (and before enabling cache) but I leave them as is for now to avoid
XXX: unexcpected side effects.
2011-11-26 14:05:52 +00:00
enami
0ceee4c5f8
Use exact 32bit integral type to declare variable to store
...
32bit random value. This is necessary since it is overwritten
by four bytes.
2011-11-26 14:04:20 +00:00
enami
6f7055e2a8
Fix white space usage.
2011-11-26 13:53:37 +00:00
mrg
e2abdf396d
avoid taking the thread lock when the kernel lock is needed.
...
now umidi detaches successfully.
2011-11-26 13:31:52 +00:00
mrg
fe07961047
convert to kmem. also, zero all contents properly. now umidi begins
...
to work. crashed when i unplugged the synth. for a later time.
2011-11-26 13:22:09 +00:00
skrll
4b61dec02a
nick-net80211-sync went dormant a LONG time ago.
2011-11-26 11:04:21 +00:00
skrll
12850457aa
harmony(4) tested on port-hp700.
2011-11-26 09:46:32 +00:00
yamt
0fc2ee88d2
try to speed up symbol lookup
2011-11-26 05:04:09 +00:00
yamt
ffd61475c1
man page
2011-11-26 05:02:44 +00:00
tsutsui
b8ea705460
Bump (commented out) SYMTAB_SPACE.
2011-11-26 04:58:42 +00:00
tsutsui
9e163b85fb
Reorganize IPL for devices.
2011-11-26 04:40:50 +00:00
tsutsui
fa68b553fc
Use pmap_kenter_pa(9) to map msgbuf memory which is not managed by VM.
2011-11-26 04:32:46 +00:00
tsutsui
61cb6aee7e
Clear innmihand flag (for recursion check) when the NMI hander is returned
...
so that we can abort kernel multiple times even after continue.
2011-11-26 04:31:19 +00:00
joerg
c0336815c4
Move KASSERT down to the point where the endpoint is known to exist.
2011-11-26 03:19:42 +00:00
joerg
d8b1c3002b
More use of uninitialized memory
2011-11-26 03:14:25 +00:00
nonaka
e5acdd95f8
Add Corega Ether CF-TD LAN Card.
2011-11-26 02:20:29 +00:00
nonaka
0c5afe4f4e
regen.
2011-11-26 02:17:07 +00:00
nonaka
93ffc4b8da
Add Corega Ether CF-TD LAN Card.
2011-11-26 02:16:27 +00:00
tls
14a90da1e9
Mention that "pseudo-device rnd" should be removed from custom kernel
...
configs. Thanks to Julio for pointing this out.
2011-11-26 01:20:25 +00:00
tls
aae64c95c0
Make the rndsave structure public -- the kernel will learn to read it
...
and sysinst may learn to write it (since, on some systems, most of
the keyboard input they ever get happens to be during install). Fix a
couple of minor problems with the random_seed rc script addition.
2011-11-26 01:17:17 +00:00
jakllsch
f5d518cc16
Match on DP83849. From Kurt Lidl in PR 41256.
2011-11-25 23:31:53 +00:00
jakllsch
9f7e9aa680
regen. (PR 41256)
2011-11-25 23:29:28 +00:00
jakllsch
ac7d1d5022
Add National DP83849. Prompted by PR 41256.
2011-11-25 23:28:14 +00:00
riastradh
6612803043
KASSERT(!mutex_owned(...)) is not kosher.
2011-11-25 22:40:02 +00:00