christos
d2c586bb77
simplify.
2015-01-06 16:04:58 +00:00
bouyer
87fe8c7aca
As proposed on tech-net@, introduce a new switch type, PSWITCH_TYPE_RADIO,
...
to be used to report to userland hardware radio switch changes.
powerd(8) will call a "radio_button" script to handle the event.
This script can e.g. start or stop wpa_supplicant.
Update wpi(4) to report PSWITCH_TYPE_RADIO events to sysmon.
2015-01-06 15:39:54 +00:00
martin
87706a3247
Invoke the helper program from the test installation directory (instead
...
of the current/temporary).
Properly register failure.
2015-01-06 15:13:16 +00:00
macallan
3ea142811f
- enable alpha fonts now that we have acceleration and glyphcache
...
- fix drawing of underlined characters
- try to flush framebuffer writes before reading them with the blitter
2015-01-06 13:54:18 +00:00
hannken
392dc36056
Add missing vrele() and vfs_vnode_iterator_destroy() to coda_cacheprint().
2015-01-06 11:24:46 +00:00
jmcneill
be99da844f
Make sure to write our MAC address to the chip
2015-01-06 11:22:09 +00:00
jmcneill
d9f51f4ff5
fix multicast hash calculation
2015-01-06 11:19:16 +00:00
hannken
9e220db89c
No need to load a vnode/fnode pair to lookup attributes on a ntnode.
...
Use ntfs_ntlookup()/ntfs_ntput() instead.
2015-01-06 11:04:00 +00:00
hannken
e8b589e23d
Adjust printf and add missing ntfs_ntput().
2015-01-06 11:03:09 +00:00
nils
ba2edce401
Added myself
2015-01-06 06:31:31 +00:00
christos
74e389883f
fix helper program installation
2015-01-06 03:41:42 +00:00
christos
19e95bc726
Missed one
2015-01-06 03:26:05 +00:00
christos
0900ce68ab
fix directory
2015-01-06 03:20:24 +00:00
christos
fb3ca3528d
new tests directory
2015-01-06 03:14:03 +00:00
christos
2568fa481f
assym.h moved.
2015-01-06 02:49:21 +00:00
nonaka
1c6e486917
No need to call e500_tlb1_sync() at e500_cpu_hatch(). It has already
...
been called at e500_spinup_trampoline().
Pointed by mrg@.
2015-01-06 01:23:24 +00:00
jmcneill
401a108a75
use BOOTOPT_TYPE_MACADDR
2015-01-06 00:52:26 +00:00
jmcneill
1a6d2c6b3b
typo fix
2015-01-06 00:45:45 +00:00
jmcneill
3b928cbe55
allow passing rkemac0.mac-address=xx:xx:xx:xx:xx:xx on kernel cmdline to override random mac address
2015-01-06 00:43:59 +00:00
jmcneill
a52589d6bc
add BOOTOPT_TYPE_MACADDR for parsing mac address parameters
2015-01-06 00:43:21 +00:00
christos
003f1382bf
Form the sources in a better way.
2015-01-05 23:48:46 +00:00
christos
82329ad88d
Too hard to cross-build mkassym.c correctly, use a standard assym.h
2015-01-05 23:46:49 +00:00
christos
6d5379c9ea
add a dummy mkassym
...
look in more places for cpu_in_cksum
2015-01-05 23:25:10 +00:00
jmcneill
329dd20084
dont clear EMAC_STAT_MDIO on irq, as we poll this bit in readreg/writereg
2015-01-05 23:00:52 +00:00
christos
ae512c3e1e
add in_cksum tests
2015-01-05 22:45:09 +00:00
christos
bac8521a43
moved to tests/net/in_cksum.
2015-01-05 22:39:29 +00:00
christos
fca19cad2d
Port the in_cksum test from regress.
2015-01-05 22:38:36 +00:00
jmcneill
1e3894553e
remove rgephy, radxa rock seems to have an smsc phy that works with ukphy
2015-01-05 22:17:38 +00:00
jmcneill
1bda6e818a
add multicast filter support
2015-01-05 22:16:49 +00:00
jmcneill
98b7a8eb59
various fixes from FUKAUMI Naoki <fun@naobsd.org> and martin@
2015-01-05 21:57:49 +00:00
martin
ef1102215b
Fix index vs. count confusion when syncing a range of newly queued TX
...
descriptors. Pointed out by "naobsd" in private chat.
2015-01-05 21:37:07 +00:00
jmcneill
afdba1bd96
add GRF bus space handle to obio_attach_args, from FUKAUMI Naoki <fun@naobsd.org>
2015-01-05 21:35:53 +00:00
joerg
8fa1a38636
Don't bail out on the broken inline functions that use static variables.
2015-01-05 20:06:06 +00:00
gson
e8e618c179
Test for ${MKDEBUG} using the same construct as in other places, so that
...
we get consistent behavior when the value is neither "no" nor "yes".
2015-01-05 18:51:10 +00:00
joerg
025900ca94
cleandir-llvm should not exist in the filesystem
2015-01-05 18:41:59 +00:00
joerg
e200023875
Add missing gcccmds tags.
2015-01-05 18:03:59 +00:00
joerg
2080303b20
Mark end of cpu_reboot as unreachable.
2015-01-05 17:04:24 +00:00
christos
152cf5a6f1
Prevent .y.c from regenerating c files from yacc.
...
XXX: Why are we compiling glcpp-parse.c both here and in the gallium
subdirectory?
2015-01-05 16:26:48 +00:00
palle
38b5777de0
Add reminder to change run-time cpu type checks
2015-01-05 11:42:19 +00:00
palle
dada16e8be
cache_flush_phys(): Avoid run-time check for cpu type/implementation by installing correct function pointer in cache_setup_funcs()
2015-01-05 11:40:56 +00:00
jmcneill
e9957d6bc4
add Realtek RTL8152B Ethernet controller to supported device list
2015-01-05 10:48:40 +00:00
nonaka
dbfe359d0d
Initialize TLB for non cpu0.
2015-01-05 08:40:56 +00:00
nonaka
44e8d61c08
Initialize lock objects.
2015-01-05 07:40:05 +00:00
mrg
1851f5322b
apply a patch from rjs@, which is necessary for radeondrmkms on i386:
...
set DRM_FILE_PAGE_OFFSET to 0xa0000000UL for 32 bit platforms.
2015-01-05 06:28:34 +00:00
nonaka
038a27157d
Use PMAP_TLB_MAX instead of MAXCPUS.
2015-01-05 05:35:18 +00:00
mrg
0e4eb59327
sets.subr:
...
support machine=<xxx>, machine_arch=<xxx>, machine_cpu=<xxx> tags.
dri7: build Mesa 7 r300_dri.so for x86 platforms.
2015-01-05 03:45:31 +00:00
mrg
a4ee9f7109
fix MKGCCCMDS=no, and turn it on by default for sun2.
2015-01-05 01:52:23 +00:00
joerg
e0e6683d61
Map GCC_PRINTFLIKE to our __printflike.
2015-01-05 01:36:36 +00:00
joerg
f4ce1f311d
Make a number of clang warnings non-fatal, too many changes with little
...
gain.
2015-01-05 01:34:42 +00:00
mrg
cf216beef9
elftosb depends upon MKCXX.
2015-01-05 00:51:50 +00:00