rkujawa
208853a9ca
Add sc_dev removed previously in a moment of insanity. How did this ever work
...
is beyond me.
2012-10-30 01:17:24 +00:00
mrg
973b51a234
fix a problem in half-configured raid devices, found when a "raidctl -c"
...
failed, and a "raidctl -C" was run afterwards, triggering mutex locking
issues. fix this by moving alloc and destroy of mutex/condvar for a
raid device into separate functions, and call the destroy function from
the DO_RAID_FAIL() macro.
probably needs a netbsd-6 pullup. sigh.
2012-10-30 00:33:11 +00:00
rkujawa
0efb944636
Apparently, clockport present at offset 0xC00 is the first clockport.
2012-10-29 23:45:34 +00:00
macallan
e1335f3be0
don't try to init more than 256 CLUT entries, no matter what colour depth
...
we're in
2012-10-29 18:11:36 +00:00
para
9334d2fb72
fix format string
2012-10-29 16:25:25 +00:00
para
9a22f48db4
get rid of not used uvm_map flag (UVM_MAP_KMAPENT)
2012-10-29 16:00:05 +00:00
rkujawa
451ad24202
Include bebox.h only in kernel. Make bebox port build again.
2012-10-29 14:13:22 +00:00
chs
1957a22d40
_ARCH_ARM_6 -> _ARM_ARCH_6
2012-10-29 14:09:38 +00:00
chs
1d10c16682
add missing arg to cpu_setttb().
2012-10-29 14:01:33 +00:00
chs
a10f375e9d
and finally, initialize sc_dev now that I added it back.
2012-10-29 13:46:26 +00:00
chs
c924cd90b4
third try is the charm: really make this build again.
2012-10-29 13:40:56 +00:00
kiyohara
686b023ec8
Add sdmmc.
2012-10-29 13:36:59 +00:00
kiyohara
a29e7e5640
Support omap3 SDHC driver. tested on OVERO only.
2012-10-29 13:30:25 +00:00
chs
bfba6f2a6d
remove unused file.
2012-10-29 13:19:15 +00:00
chs
f187b4e631
remove an unnecessary cast.
...
use the standard name for the third arg to attach.
adjust some whitespace.
2012-10-29 12:59:43 +00:00
chs
0e005595b8
fix compile problems.
2012-10-29 12:55:41 +00:00
chs
5a4166a003
fix compile problems (for POWERMAC_G5).
2012-10-29 12:52:43 +00:00
chs
b8c34ff8df
fix device/softc split errors.
2012-10-29 12:51:38 +00:00
matt
2aa18ae8d4
Change a KASSERT to a KASSERTMSG.
2012-10-29 05:25:19 +00:00
matt
57d76ca064
Make bus_dmamap_sync a noop for BookE.
2012-10-29 05:23:44 +00:00
rmind
64647e51e4
Implement NPF table listing and preservation of entries on reload.
...
Bump the version.
2012-10-29 02:27:11 +00:00
msaitoh
a4f424757e
Don't use old NBPFILTER macro and use new bpf_mtap() API.
...
It fixes a bug that et(4) can't use bpf.
2012-10-29 01:36:33 +00:00
alnsn
87a1a6c0f7
Comment bd_jitcode member.
2012-10-28 21:12:44 +00:00
alnsn
9f58677d69
Document net.bpf.jit sysctl.
2012-10-28 20:19:30 +00:00
christos
fb6139e643
add a cast to appease the compat build.
2012-10-28 19:02:29 +00:00
christos
41e36dd0ba
welcome to 2012h
2012-10-28 17:13:59 +00:00
christos
2f573b07f7
welcome to tzcode2012h via patch.
2012-10-28 17:11:33 +00:00
joerg
0ee52b72c8
Update LLVM/Clang snapshot to r166772. Now builds without RTTI and
...
exceptions. Also features the first round of a loop vectorizer.
2012-10-28 17:07:44 +00:00
joerg
6ab9dfe67b
For GCC 4.1 and later, use the __alignof__ keyword.
2012-10-28 17:06:40 +00:00
msaitoh
dc7301682b
Fix compile error.
2012-10-28 16:41:01 +00:00
rmind
3ed953299c
Fix for npfctl show case. Improve some description while here.
2012-10-28 16:27:20 +00:00
alnsn
0cae5cae2f
Build bpfjit on i386.
2012-10-28 16:25:02 +00:00
alnsn
ca0e5ee369
Update sljit revision in README.import.
2012-10-28 09:41:12 +00:00
alnsn
0e2fbf7d6b
Resolve conflicts.
2012-10-28 09:38:59 +00:00
alnsn
a1fc8f8994
Import of sljit @ r186.
...
This version adds sparc architecture. Other changes:
r184: NAN to UNORDERED renaming and other fixes.
r180: Common caching in PPC and MIPS.
2012-10-28 09:36:12 +00:00
isaki
97e2545aef
Fix indent and style. no functional changes.
2012-10-28 02:01:15 +00:00
isaki
afae845d58
Avoid SEGV even if audio device has no mixer features.
...
Fix PR/47003
2012-10-28 01:51:20 +00:00
chs
4d36a0ad35
no need to define __BROKEN_CONFIG_UNIT_USAGE, the code that this enabled
...
has been gone for years.
2012-10-28 00:25:59 +00:00
alnsn
4d1ae9a9af
Report jit'ed bpf fildes in fstat.
2012-10-27 22:38:07 +00:00
alnsn
e8c0d6c662
Add bpfjit and enable it for amd64.
2012-10-27 22:36:11 +00:00
phx
742208e873
Fixed receiving of odd-length packets. Driver works now perfectly.
...
Thanks to Harald Meinzer for providing me with a Hydra for a few days.
2012-10-27 21:13:03 +00:00
nakayama
b41cd0dbf9
Remove ipl overwrite. Which was missed in previous.
2012-10-27 20:07:12 +00:00
matt
1f0bc47f9c
Use kmem_intr_alloc/kmem_intr_free
2012-10-27 17:34:07 +00:00
chs
00544bc472
malloc -> kmem_zalloc. this also fixes a build error.
2012-10-27 17:29:03 +00:00
matt
ccb222b838
Reenable NO_ESTIMATE now that rnd has been fixed.
2012-10-27 17:24:37 +00:00
chs
cbab9cadce
split device_t/softc for all remaining drivers.
...
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
2012-10-27 17:17:22 +00:00
apb
f18317d7fe
zoneinfo: Import tzdata2012h. [apb 20121027]
...
Also change "zoneinfo:" to "libc:" in an entry for tzcode.
2012-10-27 16:50:13 +00:00
apb
6bc7cc7378
tzcode202h/tzdata2012h have been released. We have updated to tzdata2012h.
2012-10-27 16:48:57 +00:00
apb
8120923daa
Import tzdata2012g from ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz
...
Changes from tzdata2012g to tzdata2012h:
Bahia no longer has DST. (Thanks to Kelley Cook.)
Tocantins has DST. (Thanks to Rodrigo Severo.)
Israel has new DST rules next year. (Thanks to Ephraim Silverberg.)
Jordan stays on DST this winter. (Thanks to Steffen Thorsen.)
Web page updates.
2012-10-27 16:43:06 +00:00
phx
d539a37d01
Fixed dependencies for some new PCI and clockport devices, to make a
...
kernel compile without them.
2012-10-27 11:54:21 +00:00