Commit Graph

201519 Commits

Author SHA1 Message Date
phx
9a6f7751cf The Genesis interface provides a register in the device specific config space
to automatically revert the byte order in all descriptors.
Make sure this feature is inactive. Otherwise the driver is unable to
receive or transmit any frame.
2011-05-29 13:31:30 +00:00
tron
b38a19838c Don't use assert(3) for expressions with side effects on request by
by Christos Zoulas. Use ATF_REQUIRE() and ATF_REQUIRE_EQ() instead.

Also use ATF_REQUIRE_EQ_MSG() instead of ATF_REQUIRE_MSG() to avoid
crashes if one of the required conditions isn't met.
2011-05-29 12:57:14 +00:00
jmcneill
006e5dde1f When a child device is detached and no interfaces are claimed by drivers,
free the port's subdevice list. This allows for detaching a driver from
a USB device and loading a different one without disconnecting the device.
2011-05-29 12:37:09 +00:00
tsutsui
ab8fe1ab84 Avoid backward seek on tape boot. 2011-05-29 10:29:01 +00:00
tsutsui
62cab9ef46 Use WARNS?=2 to pull warnings flags. 2011-05-29 10:19:09 +00:00
tsutsui
4d77588a25 Disable LOAD_BACKWARDS on tapeboot which can't seek backwards.
Fixes bootstrap tapeboot installation failure on TME reported from ryoon@.

Should be pulled up to netbsd-5.
(note netbsd-5 uses LOAD_NOTE instead of LOAD_BACKWARDS)
2011-05-29 10:15:30 +00:00
tsutsui
2ab216d8a0 Add ugly definitions to make standalone programs build without
installed DESTDIR binaries.
2011-05-29 10:06:34 +00:00
wiz
102976ee1d Bump date for SOCK_SEQPACKET; add serial commas. 2011-05-29 08:46:42 +00:00
manu
ed3e0293c8 Document that localsocket may be of type SOCK_SEQPACKET 2011-05-29 04:54:45 +00:00
manu
b6e29283f6 Document that SOCK_SEQPACKET is supported 2011-05-29 04:51:15 +00:00
manu
1b0d8e317f Display SOCK_SEQPACKET local sockets in sockstat and netstat 2011-05-29 04:45:08 +00:00
manu
ea8795d868 Add SOCK_SEQPACKET for local sockets 2011-05-29 03:34:33 +00:00
manu
d1c4787eb6 Add SOCK_SEQPACKET to PL_LOCAL sockets. Based on patch from Jesse Off,
submitted 8 years ago:
http://mail-index.netbsd.org/tech-kern/2003/04/14/0006.html
2011-05-29 03:32:46 +00:00
christos
662aaad8a2 undo the multiple inclusion protection part. 2011-05-29 01:14:31 +00:00
rmind
8a0123cd33 - Prevent tmpfs.h from inclusion in userland.
- Clean up and KNF tmpfs.h a little bit.
2011-05-29 01:00:50 +00:00
alnsn
1ff2a8d080 Fix typo in a comment. 2011-05-28 23:24:58 +00:00
phx
a19dce7f31 regen 2011-05-28 22:54:08 +00:00
phx
d04c2d9218 Renamed VT6410 to VT6410_RAID. 2011-05-28 22:53:23 +00:00
phx
b22ae29ee8 regen 2011-05-28 22:48:50 +00:00
phx
ab0ab976ea Add VIA VT6410 ATA RAID controller. 2011-05-28 22:47:58 +00:00
cheusov
a541b13903 fix bug in section .ORDER of make.1 2011-05-28 21:53:54 +00:00
jakllsch
00e7afeb1b Restore ci_intr_depth increment for duration of pic_do_pending_ints() lost
when this code was moved.
2011-05-28 20:56:37 +00:00
jakllsch
afd99f0d15 Remove unused local variable.
Spelling fix in comment.
2011-05-28 20:53:57 +00:00
matt
2a1887ef27 Allow COM_TOLERANCE to be tweakable. If comspeed returns an invalid
rate, don't use that error value to set the speed.
2011-05-28 19:30:19 +00:00
ryo
4ae977866e many whitespace cleanup. 2011-05-28 16:58:51 +00:00
tron
3256d5bc1c Move regression test for PR kern/44986 from "kernel" to "syscalls" as
the later directory seems to be a better fit.
2011-05-28 16:12:56 +00:00
tron
8bcd25a1a3 Fix rump build which got broken by the fix for PR kern/44986. 2011-05-28 16:07:43 +00:00
tsutsui
4c77d823c3 Revert changes for PR kern/44907
http://mail-index.NetBSD.org/source-changes/2011/05/27/msg022584.html
for now.  It might cause a panic in ehci_freex() on device detach
as reported by Paul Goyette on current-users@.
2011-05-28 15:47:17 +00:00
christos
15a7fd712a PR/44896 has been fixed.
BTW: We've created a mess here again with the directory structure of the
tests. What goes in syscalls, what goes in sys, and what goes in kernel?
I think we should follow the userland location for paths where those should
be defined, so everything should go into libc/sys.
2011-05-28 15:37:11 +00:00
christos
e23b76ca1c add a timeout test 2011-05-28 15:34:49 +00:00
christos
0b60c7be7c If a signal did not fire, restore the original signal mask for pselect/pollts
using a signal mask. Tested by tron.
2011-05-28 15:33:40 +00:00
tron
3b708a2134 Add two test cases for pollts(2):
- The first tests basic functionality e.g. timeouts and correct events.
- The second tests whether pollts(2) correctly restores the signal mask.
  This test currently fails because of PR kern/44986.
2011-05-28 15:24:49 +00:00
christos
abe8ec29d9 Handle string concatenation in terms:
'{ print "foo" > "file" ".txt"; }',
2011-05-28 15:13:04 +00:00
matt
ab7dfecff1 Since we mostly use RAS (even if we have LL/SC), need to check for lock ras
addresses even on ll/sc capable CPUs.
2011-05-28 14:40:13 +00:00
phx
fbc9e96bfd Add direct config support for all devices used by sandpoint. 2011-05-28 13:59:31 +00:00
ryo
a584933737 many whitespace cleanup.
confirmed "cvs diff -b" are identical.
2011-05-28 13:01:49 +00:00
tsutsui
72050b117c - remove unnecessary (pasto?) line on RRIP PL handling for moved dir
- RRIP RE length should be 4, not 0
2011-05-28 11:59:29 +00:00
ryo
1dbe16cda3 add entry for SystemBase SB16C1054/SB16C1058 2011-05-28 11:12:22 +00:00
ryo
b163ca7de6 Add support for SYSTEMBASE SB16C105x 4-port/8-port serial PCI cards.
- Added initialize code for SB16C105x to puc.c, but
  It is better to add a member (*config_function)() to
  struct puc_device_description and use it
- It seems SB16C1054 *rev 0x91* has different BAR layout, but not supported yet.
2011-05-28 10:48:50 +00:00
ryo
1924fdd283 Regen. 2011-05-28 10:45:08 +00:00
ryo
c1dc84bf44 add SystemBase SB16C1058 8 port serial cards 2011-05-28 10:44:43 +00:00
spz
fc67f3fcc1 Import bind 9.8.0-P2 2011-05-28 06:52:27 +00:00
tsutsui
47141a5654 Update description about kernel sets etc.
(no GENERIC but IPAQ, JORNADA720, WZERO3 kernels)
2011-05-28 06:25:43 +00:00
tsutsui
ab8e3da666 Move common/contents file into MD dirs again.
I know it isn't a good thing to have many copy-and-pasted contents
(set file descriptions etc) in all MD files, but it's much more annoying
to maintain a bunch of .if \n [${MACHINE}] conditionals for all ports
and maintainers rarely notice that they also have to prepare or update
MD contents in MI content file with messy ifdefs.

XXX: of course common text should be shared by mdoc macro etc.
     but I doubt playing mdoc(7) is really worth...
2011-05-28 06:00:05 +00:00
matt
c2cb03865d Comment out wm, ciphy, and makphy. 2011-05-28 05:58:16 +00:00
matt
80fa5b26d0 Regen. 2011-05-28 05:56:15 +00:00
matt
144a4dfeef Fix CS8244 entry (changed to VSC8244). 2011-05-28 05:55:58 +00:00
matt
fbb64348c4 Initial config for a Freescale P2020 Development System. 2011-05-28 05:53:44 +00:00
matt
d87f482e1d Move obio softc definitions to a header so it can use by children of obio. 2011-05-28 05:27:20 +00:00
matt
b887a107e8 Move debug printfs higher. 2011-05-28 05:25:39 +00:00