christos
f9336fd862
PR/47276: Add https support
2012-12-21 18:07:36 +00:00
wiz
6192c2fd3b
Set GNATS_ADDR to gnats-bugs@NetBSD.org, like in all other places.
...
Ok spz for admins.
Requested by Bug Hunting.
2012-12-21 09:40:17 +00:00
matt
3fdd59ce12
More optimizations (have separate 64-byte loop which alternates loads
...
and add of different registers). Be more consistent on endian issues.
Use pld.
2012-12-21 06:35:34 +00:00
jakllsch
2dcbf90a93
If we get a SDMA boundary-crossing interrupt at the end of the final
...
segment, the transfer is not implicitly complete; we still need to wait
for the transfer complete interrupt so that we can issue new commands
successfully.
This fixes the problem my Ricoh R5C822 was having where all writes after
a larger (64KiB) write were failing because we attempted to issue CMD13
(to check the status of the aformentioned write) too soon afterwards.
I suspect this fix to apply to other Ricoh SDHCI controllers I've heard
people have had trouble with. Sorry I didn't look at this sooner.
2012-12-20 22:56:38 +00:00
christos
b36cb96502
fix cut-n-paste.
2012-12-20 22:08:19 +00:00
christos
af7611566d
- Replace the seemingly broken built-in ipf rbtree implementation with ours.
...
- Fix typos in comments
- Fix 2 mutex errors
From Geoff Adams
2012-12-20 21:42:27 +00:00
wiz
0d9af955c5
Typo fix.
2012-12-20 20:31:01 +00:00
wiz
4612bed094
Add missing letter and use x.y versions for Fx/Nx.
2012-12-20 20:17:26 +00:00
christos
357b749529
move flavor to misc.c because pax needs it.
2012-12-20 19:09:25 +00:00
mlelstv
821ebbb223
joerg@: just use unsigned int please
2012-12-20 18:58:37 +00:00
christos
3afc22d858
Implement the "flavor" output discussed in tech-userlevel@, by Brooks Davis
2012-12-20 16:43:16 +00:00
jakllsch
fa9acd1bd7
Add detachment support for sdhc_pci.
...
Tested on an ExpressCard JMicron JMB38[89] with as-of-yet-uncommitted changes.
2012-12-20 14:41:35 +00:00
jakllsch
5e095f2d56
Change sdhc_detach so that it detaches all host controllers at once.
...
This should make multiple slot controllers, for example those with
a controller on more than one PCI/CardBus BAR, detach with fewer bugs.
Tested with as-of-yet-uncommited sdhc_pci changes on a single-host
ExpressCard JMicron JMB38[89].
2012-12-20 14:37:00 +00:00
jakllsch
36816376fd
Only use DETACH_FORCE as flags argument to sdmmc_card_detach when the
...
host controller has disappeared or is detaching.
XXX should pass flags from sdmmc_detach through to the task thread ending
to differentiate host controller disappearance from mere detachment.
2012-12-20 14:24:11 +00:00
hannken
1a15b095d2
Revert rev. 1.20 now that bread() has been fixed.
...
PR kern/46282 (6.0_BETA crash: msdosfs_bmap -> pcbmap -> bread -> bio_doread)
2012-12-20 11:44:39 +00:00
plunky
f99a352229
increase some diagnostics
2012-12-20 11:17:47 +00:00
plunky
6ea27368df
when no link-mode is specified, explicitly set a mode of (int)0
...
otherwise l2cap_setmode() will fail during connection setup
for bthidev.c, this fixes a problem with Microsoft Wedge Touch
mouse (which may not be able to authenticate)
for btmagic.c, include this fix in case somebody tries that
related to PR/47286
2012-12-20 11:13:53 +00:00
msaitoh
a23ec4c8a4
Check wheter an MII PHY is really connected or not.
...
This change privents panic if MII PHY port is not used.
2012-12-20 10:01:28 +00:00
hannken
312d89f0de
Change bread() and breadn() to never return a buffer on
...
error and modify all callers to not brelse() on error.
Welcome to 6.99.16
PR kern/46282 (6.0_BETA crash: msdosfs_bmap -> pcbmap -> bread -> bio_doread)
2012-12-20 08:03:41 +00:00
matt
4ccd5607a0
Add fast path for dealing with a single 32-bit word at the end.
2012-12-20 08:03:21 +00:00
matt
c0946adbff
Add $NetBSD$
2012-12-20 07:20:04 +00:00
matt
69105f68aa
Make this work. Various fixes and some further optimizations.
2012-12-20 07:18:33 +00:00
matt
6fd79daca4
Move loading of r1 with 0xffff to cpu_in_cksum_fold.S
2012-12-20 07:16:00 +00:00
martin
7657b23ac4
We do not have a native libunwind (yet) - so reuse the Linux stuff on ia64
...
for now.
2012-12-20 07:12:26 +00:00
jakllsch
9ce0615950
fix off-by-one in switch function argument validation.
2012-12-20 03:51:04 +00:00
macallan
4606dc56a8
don't access registers when they're not mapped
...
now X works on i386 with radeonfb
2012-12-20 03:08:39 +00:00
macallan
f6b0a012b7
make hardware accelerated drawing work on little endian hardware
...
tested on i386 and macppc
2012-12-20 02:58:32 +00:00
khorben
3a009406f6
MEMSIZE is now optional on N900 as well.
2012-12-20 01:20:54 +00:00
khorben
ec815f2aaa
Added the lockstat pseudo-device
2012-12-20 01:15:30 +00:00
macallan
3ca29f18f7
first step to make this work (again) on x86 - make sure that if we use the 2nd
...
CRTC it's actually enabled
2012-12-20 01:03:23 +00:00
martin
7b7b3a04a8
Avoid duplicate definition of __enable_execute_stack in libgcc (copied from
...
the rs6000 netbsd.h)
2012-12-19 16:57:21 +00:00
skrll
dac151aea7
Add lockstat pseudo-device
2012-12-19 15:55:12 +00:00
skrll
ef7d3916be
Add __HAVE_CPU_COUNTER
2012-12-19 15:51:51 +00:00
skrll
d884a54458
Get the CPU frequency and set cpu_cc_freq.
2012-12-19 15:49:47 +00:00
matt
8774e5e119
Move the final ip checksum to a common file to be included.
...
Add a generic ip checksum calculator for a buffer (ptr/len).
2012-12-19 15:05:16 +00:00
wiz
50623fa90d
Fix typo.
2012-12-19 15:00:34 +00:00
kiyohara
965ee38b41
Restore spl before continue.
2012-12-19 14:05:29 +00:00
kiyohara
14bd0028e3
Change path-format for scsi. s,scsi/B/T/L_n,scsi/BTL/0_n,.
2012-12-19 13:53:47 +00:00
kiyohara
fd862c9a85
Obsolete options '-s'(standalone) on bebox. bebox can boot no-standalone image
...
from FD or HDD.
2012-12-19 13:47:20 +00:00
mbalmer
f0b3faf064
Better document what options INSECURE means.
2012-12-19 13:35:45 +00:00
roy
8822446620
Import dhcpcd-5.6.6
2012-12-19 09:46:16 +00:00
roy
0cad70d023
Sync
2012-12-19 09:43:31 +00:00
roy
8495b41193
Import dhcpcd-5.6.6 with the following changes:
...
* Grow -4, --ipv4only and -6, --ipv6only options
* Respect AUTO and ONLINK flags for each prefix in the RA
2012-12-19 09:41:09 +00:00
msaitoh
2384203cef
Add pseudo-device lockstat
2012-12-19 07:54:41 +00:00
msaitoh
749b436486
Add Intel 7 series' LPC devices.
2012-12-19 05:52:00 +00:00
msaitoh
f8a724481d
space change.
2012-12-19 05:50:06 +00:00
matt
3a9c3dd87a
Use max_linkhdr to determine what rcvoffset to program.
2012-12-19 02:44:39 +00:00
tron
3e7ba92096
Note import of Postfix 2.8.13.
2012-12-18 23:26:05 +00:00
tron
7e8677122a
Fix typo in last entry.
2012-12-18 23:25:39 +00:00
spz
93a9300055
add entries built for MKDEBUG and MKDEBUGLIB to the set lists
...
Thanks to Hisashi T Fujinaka <htodd@twofifty.com> for pointing out the gap.
2012-12-18 22:45:12 +00:00