Commit Graph

214440 Commits

Author SHA1 Message Date
skrll ff098e3001 tcsd is part of TPM 2012-11-09 19:47:11 +00:00
sjg 15b27c94a1 Add a unit-test for .ORDER 2012-11-09 19:08:28 +00:00
sjg d6f9abca71 Do not stop looking for children, just because one has a .ORDER dependency. 2012-11-09 18:53:05 +00:00
bouyer 43d500aa17 MFI_STATE_BOOT_MESSAGE_PENDING also needs to be handed for non-TBOLT
controllers, from FreeBSD. tested by Hugo Silva against a GEN2 controller.
2012-11-09 18:46:54 +00:00
rkujawa 12cc872652 Add tdvfb - tested and works. Also add commented out TDVFB_CONSOLE option. 2012-11-09 12:52:33 +00:00
rkujawa e180b43f97 The voodoofb driver also works with Voodoo Banshee. Tested using card from
martin@. Should be modified to take different MAX_CLOCK value into account.
2012-11-09 11:28:40 +00:00
nakayama 782b2ad353 Make setstick() and getstick() to inline functions. 2012-11-09 10:05:59 +00:00
msaitoh af1c5c02a9 Add MVGBE_EVENT_COUNTERS for debugging. Count rxoverrrun and wdogsoft. 2012-11-09 09:04:19 +00:00
wiz f63ef6e441 New sentence, new line. Whitespace nits. 2012-11-09 07:37:38 +00:00
wiz 18b8d06bdc New sentence, new line. Fix typo. 2012-11-09 07:37:25 +00:00
msaitoh b6620403e7 Add missing free() in error path. 2012-11-09 06:27:17 +00:00
pgoyette 8ff87897e6 Remove unnecessary header file and an unused variable.
Adjust timing parameters to reduce overall elapsed time, and document
the parameters.
Clean-up status handling for kevent test.
Deal with QEMU timer-related issues (PR-43997).
2012-11-09 04:43:25 +00:00
rkujawa 7d0fe75394 Bring up to date with reality, add HISTORY and AUTHORS sections. 2012-11-08 23:42:35 +00:00
rkujawa 00ade96f61 Note that X-Surf's IDE controller is not supported. 2012-11-08 23:41:39 +00:00
matt 4a56214169 Reduce burstlen for RCV/XMT from 128bits to 96bits. 2012-11-08 21:32:48 +00:00
dyoung 216b022d43 Use NetBSD's own KASSERT() and KASSERTMSG() instead of #undef and re-#defining
KASSERT(), which is awkward at best.
2012-11-08 20:43:55 +00:00
dyoung 4494a8ee18 Use native NetBSD macros instead of compatibility macros.
This change compiles, but I don't have an et(4) with which to test.
2012-11-08 20:36:16 +00:00
christos 98f3134321 If you cannot parse .SH NAME, like in the case of the ksh93 man page
where the .SH is followed by a conditional:

.SH NAME
.if \nZ=0 \{\
text text text
.\}

at least don't core-dump.
2012-11-08 19:17:54 +00:00
rkujawa b57caf8fee Add driver for Delfina 1200 / Delfina Flipper. Useless now (doesn't support
audio or DSP), but is able to disable interrupts which is important if booting
NetBSD from AmigaOS to avoid unhandled interrupts.
2012-11-08 18:30:21 +00:00
joerg 66eae2a69d Merge r163231 from upstream to fix xulrunner build with Clang. 2012-11-08 18:13:53 +00:00
rkujawa 3b84b9cffd Make Amiga video drivers work again after device/softc changes.
Patch from chs@.
2012-11-08 18:04:56 +00:00
christos 53627aeceb If you are going to dick around with p_stat, remember to put it
back so that spawn processes with attributes don't end up starting
up stopped!
XXX: pullup to 6.
2012-11-08 17:40:46 +00:00
nakayama 8d28da981c Rename ASR_IDSR to ASI_IDSR, which is ASI (Address Space Identifier),
not ASR (Ancillary State Register).
2012-11-08 16:36:53 +00:00
pgoyette c75e6b56d0 Provide clear explanation of test-case failures. 2012-11-08 16:33:26 +00:00
nakayama b6111fc1b6 Move ASRs macro to more appropriate header.
While there remove useless macro.
2012-11-08 16:30:12 +00:00
msaitoh 04c8bb64f2 Fix a bug that MVGBE_JLEN is miscalculated. 2012-11-08 15:39:29 +00:00
dholland c006430089 regen 2012-11-08 15:25:01 +00:00
dholland 43c1d01a08 MKCATPAGES defaults to no these days; noted on netbsd-docs by Luc van
der Veen.
2012-11-08 15:24:40 +00:00
msaitoh c9fb3a9800 When an interrput is link change, notify link change to mii layer using
mii_pollstat().
2012-11-08 14:37:47 +00:00
msaitoh 4d1a9736e4 Don't use M_HASFCS flag. 2012-11-08 14:32:01 +00:00
joerg 6677762418 Provide copy constructor and copy assignment operators for C++11.
Clang implements the C++11 semantics properly that require the default
to be implicitly deleted.
2012-11-08 11:24:00 +00:00
apb 418a93cd57 Mark inline function in_word_set(str, len) as static.
The function uses a static variable (stringpool_contents)
and this is not allowed in an inline function with external linkage.
Found by clang -Wstatic-in-inline.
2012-11-08 08:46:26 +00:00
skrll 11765be24f Use ENTRY_NP for lwp_trampoline 2012-11-08 08:22:56 +00:00
skrll 3e481406ce unifdef __OLD_INTERRUPT_CODE 2012-11-08 08:19:50 +00:00
pgoyette 57f73370f4 Remove a debug printf(), and fix the format in another.
Should resolve build break.
2012-11-08 04:58:44 +00:00
pgoyette b05ea33883 The sleeping test has been converted to ATF 2012-11-08 03:16:04 +00:00
pgoyette bf5501776e Include the newly-converted tests/lib/libc/gen/t_sleep test 2012-11-08 03:14:32 +00:00
pgoyette 82f50f620a Convert old src/regress/timer&waiter tests to ATF 2012-11-08 03:13:47 +00:00
chs f7d4bdc260 add include of opt_intrdebug.h. 2012-11-08 02:00:44 +00:00
matt 1e7467d297 Make sure to 0 sc_work_flags in ifstop.
return immediately in ifstart if IFF_RUNNING is not set.
Make RCVMAGIC checks conditional
Release softc lock when calling if_input.
2012-11-08 00:59:12 +00:00
macallan b62ea571fe use system tick timer instead of %tick on UltraSPARC-III-ish CPUs
review & fixes by Takeshi Nakayama
2012-11-08 00:34:37 +00:00
pgoyette ec3837a095 This functionality is tested in tests/fs/vfs/t_io 2012-11-07 17:14:02 +00:00
pgoyette de60af8cf6 sigtramp has been incorporated into ATF test lib/libc/sys/t_sigaction 2012-11-07 16:52:01 +00:00
pgoyette 251231b58b Merge in the minimal test from the old src/regress/sys/kernel/sigtramp
test.
2012-11-07 16:51:16 +00:00
pgoyette 8b483e6488 Add missing '+' so we include t_lock as well as t_lockf and others.
Should fix the build break.
2012-11-07 16:36:49 +00:00
christos 6d9727ba24 fix outdated includes list. 2012-11-07 15:48:13 +00:00
christos 48b1b7d23d add <netinet/in.h> because it is needed for sockaddr_in. 2012-11-07 15:45:24 +00:00
pgoyette 54841f4686 The lockf/lockf2 tests are now converted to ATF 2012-11-07 14:04:28 +00:00
pgoyette 23002fe23e Add the ATF file-locking test 2012-11-07 14:01:34 +00:00
pgoyette 7206730159 Add ATF version of the file locking test 2012-11-07 14:00:38 +00:00