Commit Graph

215751 Commits

Author SHA1 Message Date
skrll
19441a42c9 Fix thinko in one of my entries 2013-01-12 22:28:40 +00:00
jakllsch
1226734014 regen 2013-01-12 21:43:26 +00:00
jakllsch
280c378d8a Unlike usbdevs, miidevs needs the vendor name in the product id string. 2013-01-12 21:43:13 +00:00
jakllsch
c1e7b6d9e9 regen 2013-01-12 21:35:34 +00:00
jakllsch
7f6d070faa Add SMSC9512 hub Id, and reorder SMSC products by Id number. 2013-01-12 21:34:48 +00:00
jakllsch
1c0f4ed0a6 regen. 2013-01-12 21:26:24 +00:00
jakllsch
360b3a6f8c Add SMSC OUI and LAN8700 and LAN8710/LAN8720 PHY IDs,
at this point just for MIIVERBOSE.
2013-01-12 21:25:58 +00:00
bouyer
8b981bb8d6 Revert these commits from november 2012:
http://mail-index.netbsd.org/source-changes/2012/11/25/msg039125.html
http://mail-index.netbsd.org/source-changes/2012/11/25/msg039126.html
http://mail-index.netbsd.org/source-changes/2012/11/25/msg039142.html

they cause a i386PAE domU to hang while running ATF tests, as shown in
http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/

(we should pay more attention to test results, myself first).
2013-01-12 21:09:10 +00:00
riastradh
4ac5510164 Match the C600's ichlpcib. 2013-01-12 20:33:59 +00:00
riastradh
75f7eeffb6 Match the C600's other smbus controller. 2013-01-12 20:33:02 +00:00
matt
052628e406 A version of memset that can do NEON, VFP as well as normal arm instructions 2013-01-12 20:27:13 +00:00
jakllsch
28256562db Regen usbdevs and catch up to VENDOR_SMC2 to VENDOR_SMSC change. 2013-01-12 20:06:47 +00:00
jakllsch
60fccb09bc Rename vendor SMC2 to SMSC to better match the reality that SMC Networks makes
assembled networking products, where as SMSC designs silicon.
2013-01-12 20:04:02 +00:00
dholland
1239b9dce6 One more bit: explicitly state what calls to faccessat() are equivalent
to access().
2013-01-12 19:21:48 +00:00
dholland
c0a0e3174b Rewrite heavily. This was originally going to be just an improvement of
some wording related to the *at form... but it needed a general overhaul.

Add some missing errors for the *at form... plus EINVAL for the
traditional form for when you pass a bogus check mode.

Note that the AT_EACCESS flag is useless and strengthen the security
warning.
2013-01-12 19:19:24 +00:00
jmcneill
301ed88549 correct a bad length parameter for a bus_space_barrier call (takes number of bytes, not number of dwords) 2013-01-12 18:53:21 +00:00
jmcneill
6571302412 traverse active list with TAILQ_FOREACH_SAFE in dwc_otg_interrupt_poll so the process doesnt get restarted whenever a transfer completes 2013-01-12 18:37:09 +00:00
macallan
ce55cd64b5 default to swkbd mode on evbarm as well, now X without config should work
properly on BeagleBoard, RPi and the like
2013-01-12 18:32:12 +00:00
bouyer
763123ba32 Back out this commit:
http://mail-index.netbsd.org/source-changes/2012/12/28/msg039950.html
which cause a panic when running tests on amd64, as shown on:
http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/
(i386 hangs for unrelated reasons).
2013-01-12 17:39:46 +00:00
dholland
196f95b039 Remove #if defined(_KERNEL) around a userlevel function. 2013-01-12 17:17:26 +00:00
chs
e6346fb93b enable sparse dumps by default. 2013-01-12 16:56:11 +00:00
jmcneill
9c98a537bf split out some common code from device_foo_start to dwc_otg_xfer_start 2013-01-12 16:32:16 +00:00
jmcneill
f540d86e8d need to wait for intr in dwc_otg_device_bulk_start if polling 2013-01-12 16:18:42 +00:00
asau
996c139721 URRR (ROV) is in Rostov-na-Donu (lower Don) rather than in Rostov (lake Nero)
which is far away from lower Don.
2013-01-12 14:03:42 +00:00
asau
afd02ffabf UUOO (VOZ) is also known as Chertovitskoe.
No need to repeat "Voronezh" twice, it is large city and it is region centre.
2013-01-12 13:42:48 +00:00
tsutsui
cd7a099af6 Fix warnings on DEBUG build. 2013-01-12 13:39:47 +00:00
asau
e2eb44f15e UWPP (PEZ) is also known as Ternovka.
No need to repeat "Penza" twice, Penza is region central city.
2013-01-12 13:38:22 +00:00
asau
7c5ea13bd0 There's no "Simbirsk" for a century, it is Ulyanovsk.
UWLL (ULV) is in Barataevka.
2013-01-12 13:32:10 +00:00
asau
4fe219124f UWWW (KUF) is in Kurumoch. 2013-01-12 13:27:01 +00:00
asau
fab2209bf4 URWW (VOG) is in Gumrak, not in Stalingrad (if you're talking about history). 2013-01-12 13:23:33 +00:00
asau
52e932b39a Fix spelling: "Sormovo". 2013-01-12 13:19:34 +00:00
skrll
08f9d2c0e1 Remove unused locals 2013-01-12 12:41:43 +00:00
skrll
0e66298f0e Misc cleanup 2013-01-12 12:31:06 +00:00
wiz
0ce5dbc6e9 Bump date for previous. 2013-01-12 10:19:01 +00:00
kiyohara
fbf8ab8887 Add some vector process from FreeBSD.
Remove and add null-line.
2013-01-12 08:42:53 +00:00
kiyohara
988c5688c6 Check return status from ia64_sal_entry(). 2013-01-12 08:40:51 +00:00
tsutsui
21a3724a5d Check cputype and set machine type (LUNA-I or LUNA-II).
Tested on only LUNA-I for now.
2013-01-12 07:11:59 +00:00
tsutsui
22214d94db Make sure to enable DTR and RTS on TX initialization for SIO console. 2013-01-12 07:04:57 +00:00
pgoyette
aa668a6e9f "Each sensor dictionary" is a singular subject, so refer to "its"
characteristics, not "their" characteristics.

Also rephrase the device-properties section - device-properties is not
a sensor.
2013-01-12 03:16:43 +00:00
jakllsch
7528c09b60 We supply data with the FORMAT UNIT command, so tell the kernel which
direction it is to go (write).
2013-01-12 02:52:59 +00:00
jakllsch
8c34b2a378 take sizeof actual symbol we are memsetting 2013-01-12 02:50:09 +00:00
mlelstv
a11271cda5 Provide a script for devpubd(8) that creates symlinks for each dk(4)
device under /dev/wedges so that you can access them by name.
2013-01-11 23:49:23 +00:00
mbalmer
7235d1c4dc Add a missing entry. 2013-01-11 20:42:20 +00:00
jmcneill
de5107c181 move otg timer to workq 2013-01-11 20:35:51 +00:00
christos
dcd6f42793 Use copyin/copyout and linux-specific ifreq structures (they are the same
as the netbsd ones, but this disconnects them)
2013-01-11 19:01:36 +00:00
jmcneill
baaf7f7763 run repeat intr xfers in the workq 2013-01-11 18:52:38 +00:00
skrll
72d205c317 Install the smsc(4) man page. 2013-01-11 16:32:48 +00:00
matt
e7b0bb8071 Note removal of FPA support and replacement with VFP. 2013-01-11 14:25:26 +00:00
matt
11290b2fc6 Mark fp.h as obsolete 2013-01-11 14:22:55 +00:00
matt
92b7334f0f Don't install fp.h anymore 2013-01-11 14:09:54 +00:00