jklos
7f15b0acd9
Add kernel configuration file for PogoPlug Pink, PogoPlug Mobile and
...
PogoPlug v4. Add conditional because PogoPlug v4 can't run SD interface at
50 MHz.
2016-03-12 00:41:30 +00:00
macallan
327c8d271f
malo_rx_desc::status is uint8_t, so don't try to endian-twiddle it
2016-03-11 22:39:01 +00:00
macallan
ace06e28b0
fix tpyo
2016-03-11 22:09:54 +00:00
christos
3dce53befa
PR/50950: David Binderman: Fix misplaced parens
2016-03-11 18:34:59 +00:00
christos
aa3efa577d
PR/50949: David Binderman: Fix misplaced parens.
2016-03-11 18:34:15 +00:00
christos
9da51837fd
PR/50948: David Binderman: Fix misplaced parens
2016-03-11 18:33:18 +00:00
christos
bdb256cbc1
PR/50927: David Binderman: Fix wrong paren
2016-03-09 20:07:04 +00:00
christos
4b1394af25
PR/50926: David Binderman: Fix wrong paren
2016-03-09 20:06:31 +00:00
skrll
b482692892
PR/50904: Fix variable assignment inside if-clause.
2016-03-07 10:52:17 +00:00
christos
76c55f5ab8
PR/50898: David Binderman: remove redundant memset.
2016-03-06 19:42:25 +00:00
macallan
c1adbebef1
allow mmap()ing blitter registers
2016-03-04 22:08:09 +00:00
christos
4387d8ea3a
PR/50882: David Binderman: Remove redundant code.
2016-03-02 19:26:15 +00:00
christos
a2f023e884
PR/50874: David Binderman: unsigned can't be negative
2016-02-29 18:18:04 +00:00
mlelstv
41881ca9de
dk_ioctl already calls disk_ioctl.
...
Remove redundant return statement for a void function.
2016-02-27 08:54:49 +00:00
nat
69ec26e42b
Allow reads from pad(4) less or greater than PAD_BLKSIZE.
...
Ensure that audio data is ready before reading.
Addresses PR 39204.
OK jmcneil@.
2016-02-26 13:17:04 +00:00
nat
449e51467a
Fix soft volume audio distortion. OK jmcneil@.
...
Update atf pad expected output.
2016-02-26 13:08:28 +00:00
joerg
65721537ef
Mark mgx_wait_host explicitly as unused.
2016-02-25 17:09:39 +00:00
skrll
c6d67033fa
Provide a ugen_clear_endpoints declaration
2016-02-22 08:06:47 +00:00
skrll
ad352a3a63
Only clear the endpoint information in ugen_set_interface only if setting
...
the new altno suceeds.
Avoids the null de-ref in PR/50597 and PR/50810
2016-02-22 07:46:00 +00:00
skrll
98ea35dc21
Remove always true conditional
2016-02-21 09:50:10 +00:00
skrll
189373a1de
One more s/0/NULL/
2016-02-20 17:07:32 +00:00
skrll
b59397546a
s/0/NULL/
2016-02-20 09:38:28 +00:00
skrll
ca9e3f8040
Why KASSERT when you can KASSERTMSG
2016-02-19 21:41:59 +00:00
riastradh
f2a2263adb
Avoid reading one byte past end of array.
...
Fixes
acpiout0: brightness levels: [20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,uvm_fault(0xffffffff8133d200, 0xffff80000c1d8000, 1) -> e
fatal page fault in supervisor mode
trap type 6 code 0 rip ffffffff803b63d7 cs 8 rflags 10212 cr2 ffff80000c1d8000 ilevel 8 rsp ffffffff816a1b00
2016-02-18 15:42:44 +00:00
christos
7bafbf922e
PR/50818: David Binderman: Delete dead code (copied from if_et.c)
2016-02-17 20:05:45 +00:00
christos
90f8d4262f
PR/50817: David Binderman: Delete dead code (copy from if_et.c)
2016-02-17 20:04:39 +00:00
christos
f6aa81a51c
PR/50819: David Binderman: Delete dead code.
2016-02-17 20:02:41 +00:00
christos
6e07b6674d
PR/50820: David Binderman: Fail when !(edge|pulse) instead of !edge && edge
2016-02-17 20:00:15 +00:00
plunky
e6e528b81c
extend the match function, to match devices from a selection of
...
manufacturers that use modern Broadcom chips, and which represent
as a vendor-specific device class.
2016-02-17 10:52:55 +00:00
riastradh
0cbde2cd73
Match various Apple USB Bluetooth controllers.
...
From mlelstv.
2016-02-17 00:49:28 +00:00
riastradh
bb2b89402e
regen
2016-02-17 00:48:57 +00:00
riastradh
535089561c
Add various USB Bluetooth controllers.
...
From mlelstv.
2016-02-17 00:46:17 +00:00
skrll
970a1b8e99
Re-enable the TT support that existed previously.
2016-02-16 07:51:13 +00:00
chs
2f02870f3b
zero the i2c_attach_args structure before filling it in.
...
fixes occasional crashes in iic_attach().
2016-02-14 19:54:19 +00:00
dholland
0107a58a68
Add missing va_end, from David Binderman in PR 50797.
2016-02-14 18:11:16 +00:00
hikaru
03068386e3
Pass all unicast addresses if it is promisc mode.
2016-02-13 08:44:22 +00:00
hikaru
e5a183c233
Make all packets are enqueued into queue 0.
...
queue 7 is not default, it is caused by the filter tables.
The fields are including queue number, not bitfields.
So MVXPE_DF_QUEUE_ALL (b111) means queue 7.
And also, pass all unicast addresses if it is promisc mode.
MVXPE_PXC_UPM is working in almost cases,
but this change is needed for some cases; bridging frames through inter units,
using products have consecutive MAC addresses.
2016-02-13 08:05:06 +00:00
hikaru
cbb771782b
Fix typo in sysctls.
2016-02-13 06:44:22 +00:00
hikaru
65e1200c74
Count up if_{opackets,oerrors,ierrors,collisions}.
...
And also "MAC Transmit Error" is tx error, not rx.
2016-02-13 06:33:21 +00:00
hikaru
e48ad7e887
Style.
2016-02-13 06:12:46 +00:00
hikaru
ea31d1a6f5
Preserve rx csum bad flags.
2016-02-13 06:02:31 +00:00
hikaru
3cb6f1bced
Fix mitake, disable SERDES error interrupts again.
2016-02-13 05:47:38 +00:00
hikaru
e26a9e7c97
Don't use RXTX intr that is excess and requires another IRQ handler,
...
and disable SERDES error interrupts.
2016-02-13 05:44:01 +00:00
hikaru
d841c5696c
Correct bus_dmamap_sync operaion.
2016-02-13 05:21:11 +00:00
hikaru
141ef376c5
Correct locks and missing breaks.
2016-02-13 03:33:02 +00:00
hikaru
16e5bed744
Fix the bitmask of MVXPE_PMACC0_FRAMESIZELIMIT. It did no harm.
2016-02-12 09:24:15 +00:00
mrg
7202fb4d10
regen.
2016-02-12 08:36:29 +00:00
mrg
ad9be1f043
add several NVIDIA geforce and NVS cards.
2016-02-12 08:36:08 +00:00
macallan
55009e9dd3
support screen blanking and hw cursor
2016-02-11 20:53:06 +00:00
macallan
541d482572
switch to 32bit colour in WSDISPLAYIO_MODE_MAPPED, now X with wsfb will work
...
Not optimal though - for some reason the framebuffer's endianness in 32bit
colour is wrong and I have no idea (yet) how to change that, so many apps
using xrender will crash.
2016-02-11 02:23:44 +00:00