hikaru
e427b2e5a6
Support external DMA mode and provide an interface for DMA address configuration
2015-05-01 06:58:40 +00:00
msaitoh
38c1b17ca1
Add some workaround code for BGE_ASICREV_BCM5784 from Linux.
2015-05-01 03:42:15 +00:00
msaitoh
988569ba91
Remove PCI_PRODUCT_BROADCOM_BCM5724 and PCI_PRODUCT_BROADCOM_BCM5750M.
...
These devices have not released to public. Same as OpenBSD and Linux.
2015-05-01 03:26:43 +00:00
nat
68235452a4
Forgot RCS ID header.
2015-05-01 02:35:16 +00:00
nat
05dec8ff13
Include splash with genfb.
...
splash.o is only included with options SPLASHSCREEN.
splash_image.o target moved to Makefile.kern.inc.
This commit was approved by matt@
2015-05-01 02:00:41 +00:00
msaitoh
36903b682e
Use another firmware command in bge_asf_driver_up(). Same as Linux.
...
This change fixes a bug that watchdog timeout occurs every 25-30 minutes
on HP ML110 G6 reported enami@ in PR#49657.
2015-04-30 16:09:06 +00:00
christos
087f193c39
Fix more memory leaks by changing the transmit routines to always free the
...
mbuf to send.
2015-04-30 16:01:51 +00:00
msaitoh
4f1ae97bea
- BGE_CHIPID_BCM5784_A1 is not 0x5784100 but 0x5784001. Only dmesg output
...
is affected.
- Add BGE_CHIPREV_5784_AX and BGE_CHIPID_BCM5784_B0.
2015-04-30 15:48:46 +00:00
nat
0fbcd67289
Remove unintended whitespace.
2015-04-30 15:22:32 +00:00
nat
65a1cf7fa9
Added a new option for embedding a splash screen into kernel.
...
Add: options SPLASHSCREEN
makeoptions SPLASHSCREEN_IMAGE="path/to/image"
to your config file. So far it will work on amd64 and RPI/RPI2.
This commit was with ideas, help, and OK from jmcneill@.
2015-04-30 13:46:47 +00:00
ozaki-r
36d424c9ec
Don't take KERNEL_LOCK for if_output when NET_MPSAFE
2015-04-30 10:00:04 +00:00
ozaki-r
4ba55ca742
Make some functions static
...
- rtflushall
- rtcache_clear
- rtcache_invalidate
And pull these static inline functions in route.c
- rt_destroy
- rt_setkey
2015-04-30 09:57:38 +00:00
snj
d36b8cce23
make the english sysinst messages suck a bit less:
...
- improve wording
- correct outdated info
- pick some consistency nits
- fix whitespace
2015-04-30 06:37:26 +00:00
riz
eff2366669
blacklistd and friends will actually be in NetBSD 7.
2015-04-30 06:20:43 +00:00
riastradh
3e01a48fc5
Forgot to commit set list update for viadrmums.
2015-04-29 23:27:45 +00:00
riastradh
6628d7ec9f
Regen to get real rcsids here.
2015-04-29 19:26:59 +00:00
martin
2ea02f975a
Add options COPY_SYMTAB to make module loading (and /dev/ksyms) work again.
2015-04-29 19:05:51 +00:00
riastradh
4106d73f52
Add commented viadrmums to i386/GENERIC.
2015-04-29 17:43:06 +00:00
riastradh
79c6f514b8
Enable build of viadrmums module, i386-only.
2015-04-29 17:38:50 +00:00
riastradh
2bcaefb093
Include files.pci to get the necessary definitions in viadrmums.
2015-04-29 17:36:32 +00:00
riastradh
f069bfda14
Add Chrome9 HC IGP to viadrm device ids.
2015-04-29 17:36:09 +00:00
christos
874b0026ee
Add missing doc flags (B,M,m)
2015-04-29 17:07:11 +00:00
riastradh
ec108ffe70
Add bintimecmp, ms2bintime, us2bintime, ns2bintime.
2015-04-29 12:55:23 +00:00
riastradh
037658e85e
Hold off on building viadrmums module until it works.
2015-04-29 12:53:08 +00:00
riastradh
f4b38f0325
Module for viadrmums.
2015-04-29 12:52:05 +00:00
riastradh
328fc44014
Empty suspend/resume handler for viadrmums.
2015-04-29 12:30:43 +00:00
riastradh
e988ad91e3
Hook up viadrmums and include it it i386/ALL.
2015-04-29 11:37:31 +00:00
riastradh
101a1af633
Avoid void *->paddr_t cast warning on i386.
2015-04-29 11:36:43 +00:00
riastradh
c03fed454d
Just use `drm' for DRM/UMS PCI attachments at PCI devices.
...
It'll make life simpler. No need to distinguish drm from drm2 here
because it's just an interface attribute, no content, and we use it
compatibly: parent provides pci_attach_args.
2015-04-29 11:28:32 +00:00
riastradh
a72b8c43e9
Add the missing viadrm files omitted last night.
2015-04-29 11:25:36 +00:00
hikaru
f693c92206
Initial import of Cavium Octeon and Octeon Plus SoC and
...
specifically Ubiquiti Networks EdgeRouter LITE support.
Currently the ethernet and uart are worked.
This support was contributed by Internet Initiative Japan Inc.
2015-04-29 08:32:00 +00:00
riastradh
42bda9b449
Make viadrm (UMS) almost build.
...
Missing part: something needs to issue config_found_ia("drmums_pci"),
and config(5) needs to be told that it will do that. The sensible
approach is for vga_pci to do so. But config(5) doesn't seem to
understand that *only* vga_pci will do that, not all vga.
The old scheme was to tell config(5) that vga would always attach
drm, and actually attach it in vga_pci, and hope that nobody would
ever consider trying to attach non-PCI devices but quietly leave the
token `pci' out of the name of the drm interface attribute so it
didn't look wrong to have it outside dev/pci/files.pci.
Maybe that's still the right thing, as far as anything UMS can be
right.
2015-04-29 04:45:03 +00:00
riastradh
9f0b3ec037
Replace drm_ioremap by drm_core_ioremap, reducing diff a little.
2015-04-29 04:38:55 +00:00
nonaka
242c5369e5
Added control debugging output via sysctl.
2015-04-29 03:35:09 +00:00
pgoyette
9de73f0bfc
At suggestion from riastradh@ ...
...
Remove auto_configure(9) goop from sysmon device. It does make things
a bit cleaner, and also reduces source code by about 10%.
Tested via QEMU with no obvious side-effects.
2015-04-29 03:27:27 +00:00
christos
c4603cb30b
- use calloc to zero memory
...
- pass the proper buffer to mkdir
- fix for apple ufs
2015-04-29 01:49:25 +00:00
martin
8f4af8381b
Remove reference to (no longer existing) ialloc.c
2015-04-28 19:59:14 +00:00
jmcneill
fd24bc2e28
isb after writing cpacr, from Andrew Turner
2015-04-28 17:14:21 +00:00
christos
7b216f83e1
new tzcode.
2015-04-28 17:01:40 +00:00
christos
1275c9b3e8
remove unused
2015-04-28 17:00:42 +00:00
christos
0c69da7c8a
welcome to tzcode 2015d (zic performance improvements and cleanups)
2015-04-28 17:00:24 +00:00
ginsbach
7b940a5b54
Add hour tests as a standalone test case.
2015-04-28 16:06:09 +00:00
nonaka
b789114cab
Use MSI instead of legacy INTx, if available.
...
should fix PR/49663.
2015-04-28 15:38:02 +00:00
christos
4f6ce6a7d2
reduce bss usage
2015-04-28 15:15:53 +00:00
christos
d5a931670f
remove 80211 stats if small.
2015-04-28 15:14:57 +00:00
christos
ae5191b56d
Add small.
2015-04-28 15:14:07 +00:00
christos
98223238c6
remove unused flags
2015-04-28 15:13:45 +00:00
macallan
0d580d9e18
add entries for sdmmc hosts, no driver yet
2015-04-28 15:08:07 +00:00
macallan
b476f8d357
'USB' -> 'USB OTG' to distinguish this one from the other USB hosts
2015-04-28 15:07:07 +00:00
macallan
dfeb853a61
add sdmmc ('MSC') registers
2015-04-28 15:05:45 +00:00