Commit Graph

207149 Commits

Author SHA1 Message Date
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
mrg
4b72d256c2 aucc(4) and vidcaudio(4) confirmed to be working. thanks frank/mike. 2011-11-25 22:27:51 +00:00
skrll
0df379aa98 Switch hppa to gdb 7. 2011-11-25 22:03:42 +00:00
joerg
5b3faf1c05 Unbreak RTLD_NEXT and co on platforms that don't inline or tail call
do_dlsym.
2011-11-25 21:27:15 +00:00
christos
f537702e26 Add subr_open_disk.c for getdiskinfo(). Once we get rid of getdiskinfo,
this will not be needed.
2011-11-25 17:54:15 +00:00
christos
752d06786f stopgap fix for rump build 2011-11-25 17:53:20 +00:00
joerg
b05af17f87 If we have to cast, do it properly. 2011-11-25 17:48:22 +00:00
dholland
51d1d7e7c4 Rename struct ufs_quota_entry -> struct quotaval. 2011-11-25 16:55:05 +00:00
dholland
49ef74b8de Regen. 2011-11-25 16:52:47 +00:00
dholland
5990c9f7cc Revert revs. 1.78/1.79 of namei.h and apply the change to namei.src instead.
(hi christos)
2011-11-25 16:51:43 +00:00
dholland
58632c2b81 Use CHAR_BIT; don't hardwire 8. Fix logic slightly to work with arbitrary
CHAR_BIT. Compiler output unchanged (on amd64).
2011-11-25 16:46:56 +00:00
manu
154cec5236 Rollback previous change as it breaks autmates tests 2011-11-25 15:02:02 +00:00
joerg
7878f85385 Replace if() NADA else if() NADA else continue logic with one explicit
block. Split out the MIPS handling to make it explicit and readable.
2011-11-25 14:39:02 +00:00
joerg
704f670280 Add SHT_GNU_HASH. 2011-11-25 14:34:50 +00:00
jakllsch
2c12aa993d Make locking in pcppi_pckbd_bell() work. Works around locking problems
triggered when an X server rings the console bell.
2011-11-25 14:31:44 +00:00
skrll
5c208c8520 fix non-DIAGNOSTIC build 2011-11-25 13:58:41 +00:00