svn commit: r327422 - head

2017-12-30 Thread Eitan Adler
/ObsoleteFiles.inc Sun Dec 31 07:25:55 2017(r327421) +++ head/ObsoleteFiles.inc Sun Dec 31 07:26:24 2017(r327422) @@ -39,7 +39,7 @@ # done # 20171230: Remove /etc/skel from mtree -OLD_DIRS=/etc/skel +OLD_DIRS+=/etc/skel # 20171208: Remove basename_r(3) OLD_FILES+=usr/share

svn commit: r327421 - in head: . etc/mtree

2017-12-30 Thread Eitan Adler
Sun Dec 31 06:58:58 2017(r327420) +++ head/ObsoleteFiles.inc Sun Dec 31 07:25:55 2017(r327421) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20171230: Remove /etc/skel from mtree +OLD_DIRS=/etc/skel # 20171208: Remove basename_r(3) OLD_FILES+=usr/share

svn commit: r327420 - head/share/skel

2017-12-30 Thread Eitan Adler
Author: eadler Date: Sun Dec 31 06:58:58 2017 New Revision: 327420 URL: https://svnweb.freebsd.org/changeset/base/327420 Log: skel: Quote PAGER in dot.shrc PR: 181853 Submitted by: p...@catslair.org MFC After:1 week Modified: head/share/skel/dot.shrc Modified: head/sha

svn commit: r327419 - head/sys/arm/allwinner

2017-12-30 Thread Kyle Evans
Author: kevans Date: Sun Dec 31 06:44:15 2017 New Revision: 327419 URL: https://svnweb.freebsd.org/changeset/base/327419 Log: aw_sid: rewrite compat-string configuration to be more flexible This will allow easiser support in the future for boards that have thermal data and different offse

svn commit: r327418 - head/sys/powerpc/ps3

2017-12-30 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Dec 31 06:10:07 2017 New Revision: 327418 URL: https://svnweb.freebsd.org/changeset/base/327418 Log: Use data from the boot loader to pick the appropriate output graphics mode instead of hard-coding a default. This information is passed implicitly by the PS3 firm

svn commit: r327405 - head/usr.sbin/bsdinstall/partedit

2017-12-30 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Dec 31 03:13:45 2017 New Revision: 327405 URL: https://svnweb.freebsd.org/changeset/base/327405 Log: Teach bsdinstall partedit/sade how to format FAT partitions on GPT, which have the partition type code "ms-basic-data". MFC after:2 weeks Modified: head

svn commit: r327417 - head/sys/powerpc/aim

2017-12-30 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Dec 31 05:38:19 2017 New Revision: 327417 URL: https://svnweb.freebsd.org/changeset/base/327417 Log: Make sure the first instruction of the low-memory spinloop is in the cacheline being invalidated. MFC after:1 month Modified: head/sys/powerpc/aim/locor

svn commit: r327416 - head/stand/fdt

2017-12-30 Thread Kyle Evans
Author: kevans Date: Sun Dec 31 05:22:26 2017 New Revision: 327416 URL: https://svnweb.freebsd.org/changeset/base/327416 Log: stand/fdt: Make fdt_overlay_apply signature-compatible with libfdt libfdt will assume a writable fdt overlay blob has been passed in, so make ours compatible to al

svn commit: r327402 - head/sys/kern

2017-12-30 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 31 02:31:01 2017 New Revision: 327402 URL: https://svnweb.freebsd.org/changeset/base/327402 Log: locks: adjust loop limit check when waiting for readers The check was for the exact value, but since the counter started being incremented by the number of readers it

svn commit: r327410 - head/sys/vm

2017-12-30 Thread Alan Cox
Author: alc Date: Sun Dec 31 04:01:47 2017 New Revision: 327410 URL: https://svnweb.freebsd.org/changeset/base/327410 Log: Previously, swap_pager_copy() freed swap blocks one at at time, via swp_pager_meta_ctl(), with no opportunity to recognize freeing of consecutive blocks and free fewer b

svn commit: r327408 - head/sys/kern

2017-12-30 Thread Pedro F. Giffuni
Author: pfg Date: Sun Dec 31 03:34:00 2017 New Revision: 327408 URL: https://svnweb.freebsd.org/changeset/base/327408 Log: sysv_{ipc|shm}: update the NetBSD VCS tags to match nearer our files. Both files originated in NetBSD: sysv_ipc.c CVS 1.9: Most of their changes don't apply to u

svn commit: r327401 - head/sys/kern

2017-12-30 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 31 01:59:56 2017 New Revision: 327401 URL: https://svnweb.freebsd.org/changeset/base/327401 Log: sx: fix up non-smp compilation after r327397 Modified: head/sys/kern/kern_sx.c Modified: head/sys/kern/kern_sx.c

svn commit: r327400 - head/lib/msun/man

2017-12-30 Thread Eitan Adler
Author: eadler Date: Sun Dec 31 00:55:00 2017 New Revision: 327400 URL: https://svnweb.freebsd.org/changeset/base/327400 Log: cacos(3): correct spelling of 'I' In some cases we had 'i' instead of 'I'. PR: 195517 Submitted by: stephen Modified: head/lib/msun/man/cacos.3

svn commit: r327399 - head/sys/kern

2017-12-30 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 31 00:47:04 2017 New Revision: 327399 URL: https://svnweb.freebsd.org/changeset/base/327399 Log: locks: re-check the reason to go to sleep after locking sleepq/turnstile In both rw and sx locks we always go to sleep if the lock owner is not running. We do sp

svn commit: r327398 - head/lib/libc/gen

2017-12-30 Thread Eitan Adler
Author: eadler Date: Sun Dec 31 00:46:41 2017 New Revision: 327398 URL: https://svnweb.freebsd.org/changeset/base/327398 Log: isgreater(3): correct description of isunordered macro PR: 211376 Submitted by: Duane MFC After:1 week Modified: head/lib/libc/gen/isgreater.3

svn commit: r327397 - head/sys/kern

2017-12-30 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 31 00:37:50 2017 New Revision: 327397 URL: https://svnweb.freebsd.org/changeset/base/327397 Log: sx: read the SX_NOADAPTIVE flag and Giant ownership only once These used to be read multiple times when waiting for the lock the become free, which had the potential

svn commit: r327396 - head/usr.bin/man

2017-12-30 Thread Eitan Adler
Author: eadler Date: Sun Dec 31 00:35:11 2017 New Revision: 327396 URL: https://svnweb.freebsd.org/changeset/base/327396 Log: man(1): document exit code man(1) uses standard exit codes, document that. PR: 223517 Reported by: wosch MFC after:1 week Modified: head/u

svn commit: r327395 - head/sys/kern

2017-12-30 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 31 00:34:29 2017 New Revision: 327395 URL: https://svnweb.freebsd.org/changeset/base/327395 Log: mtx: deduplicate indefinite wait check in spinlocks and thread lock Modified: head/sys/kern/kern_mutex.c Modified: head/sys/kern/kern_mutex.c ===

svn commit: r327394 - head/sys/kern

2017-12-30 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 31 00:33:28 2017 New Revision: 327394 URL: https://svnweb.freebsd.org/changeset/base/327394 Log: mtx: pre-read the lock value in thread_lock_flags_ Since this function is effectively slow path, if we get here the lock is most likely already taken in which case it

svn commit: r327393 - head/sys/kern

2017-12-30 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 31 00:31:14 2017 New Revision: 327393 URL: https://svnweb.freebsd.org/changeset/base/327393 Log: rwlock: tidy up __rw_runlock_hard similarly to r325921 Modified: head/sys/kern/kern_rwlock.c Modified: head/sys/kern/kern_rwlock.c ==

svn commit: r327392 - in head/sys: arm/altera/socfpga arm/rockchip arm/samsung/exynos dev/mmc/host

2017-12-30 Thread Emmanuel Vadot
Author: manu Date: Sat Dec 30 22:01:17 2017 New Revision: 327392 URL: https://svnweb.freebsd.org/changeset/base/327392 Log: dwmmc: Fully subclass driver Fully subclass the dwmmc driver and split every driver into multiple files. There is still a few quirks in the dwmmc driver that will

Re: svn commit: r327381 - in head/sys: conf dev/ep i386/isa modules modules/elink modules/ep

2017-12-30 Thread Warner Losh
On Sat, Dec 30, 2017 at 2:14 PM, Konstantin Belousov wrote: > On Sat, Dec 30, 2017 at 04:02:39PM -0500, Pedro Giffuni wrote: > > Hi; > > > > On 30/12/2017 06:42, Konstantin Belousov wrote: > > > Author: kib > > > Date: Sat Dec 30 11:42:49 2017 > > > New Revision: 327381 > > > URL: https://svnweb.

Re: svn commit: r327379 - head/sys/isa

2017-12-30 Thread Warner Losh
On Sat, Dec 30, 2017 at 1:56 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Sat, Dec 30, 2017 at 10:09 AM, Rodney W. Grimes < > > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > [ Charset UTF-8 unsupported, converting... ] > > > > On Sat, Dec 30, 2017 at 8:27 AM, Rodney W. G

Re: svn commit: r327381 - in head/sys: conf dev/ep i386/isa modules modules/elink modules/ep

2017-12-30 Thread Konstantin Belousov
On Sat, Dec 30, 2017 at 04:02:39PM -0500, Pedro Giffuni wrote: > Hi; > > On 30/12/2017 06:42, Konstantin Belousov wrote: > > Author: kib > > Date: Sat Dec 30 11:42:49 2017 > > New Revision: 327381 > > URL: https://svnweb.freebsd.org/changeset/base/327381 > > > > Log: > >Move i386/isa/elink.[hc

Re: svn commit: r327381 - in head/sys: conf dev/ep i386/isa modules modules/elink modules/ep

2017-12-30 Thread Pedro Giffuni
Hi; On 30/12/2017 06:42, Konstantin Belousov wrote: Author: kib Date: Sat Dec 30 11:42:49 2017 New Revision: 327381 URL: https://svnweb.freebsd.org/changeset/base/327381 Log: Move i386/isa/elink.[hc] to dev/ep. The ep(4) driver is the only consumer of the two functions from elink.

Re: svn commit: r327379 - head/sys/isa

2017-12-30 Thread Rodney W. Grimes
> On Sat, Dec 30, 2017 at 10:09 AM, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > [ Charset UTF-8 unsupported, converting... ] > > > On Sat, Dec 30, 2017 at 8:27 AM, Rodney W. Grimes < > > > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > > > [ Charset UTF-8 unsupported, conve

Re: svn commit: r327384 - head/sys/dev/ep

2017-12-30 Thread Cy Schubert
In message <37c6dd5a-ef90-4c62-9139-35df00cd0...@freebsd.org>, Pedro Giffuni wr ites: > Oops ... > > > On 30/12/2017 14:27, Cy Schubert wrote: > > Author: cy > > Date: Sat Dec 30 19:27:22 2017 > > New Revision: 327384 > > URL: https://svnweb.freebsd.org/changeset/base/327384 > > > > Log: > >Fi

Re: svn commit: r327384 - head/sys/dev/ep

2017-12-30 Thread Pedro Giffuni
Oops ... On 30/12/2017 14:27, Cy Schubert wrote: Author: cy Date: Sat Dec 30 19:27:22 2017 New Revision: 327384 URL: https://svnweb.freebsd.org/changeset/base/327384 Log: Fix r327383: .../sys/dev/ep/elink.c:31:1: error: '/*' within block comment [-Werror,-Wcomment] /* $NetBSD:

svn commit: r327391 - head/sys/dev/ofw

2017-12-30 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Dec 30 20:28:29 2017 New Revision: 327391 URL: https://svnweb.freebsd.org/changeset/base/327391 Log: Avoid use of the fdt_get_property_*() API, which is intrinsically incompatible with FDT versions < 16. This also simplifies the code a bit. MFC after:1 mon

svn commit: r327390 - head/stand/powerpc/ps3

2017-12-30 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Dec 30 20:27:13 2017 New Revision: 327390 URL: https://svnweb.freebsd.org/changeset/base/327390 Log: Garbage-collect loader.ps3. It is currently disconnected from the build and is superseded by either direct loading of the kernel by petitboot (soon to become the

svn commit: r327389 - head/sys/powerpc/ps3

2017-12-30 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Dec 30 20:25:33 2017 New Revision: 327389 URL: https://svnweb.freebsd.org/changeset/base/327389 Log: Remove logic for early console with loader.ps3 now that loader.ps3 is dead. Modified: head/sys/powerpc/ps3/mmu_ps3.c Modified: head/sys/powerpc/ps3/mmu_ps3.c

svn commit: r327388 - head/sys/powerpc/ps3

2017-12-30 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Dec 30 20:24:33 2017 New Revision: 327388 URL: https://svnweb.freebsd.org/changeset/base/327388 Log: Change the way SMP startup works to match the new multi-AP features in locore64.S introduced in r327358. MFC after:3 weeks Modified: head/sys/powerpc/ps

svn commit: r327387 - head/sys/dev/vt/hw/ofwfb

2017-12-30 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Dec 30 20:23:14 2017 New Revision: 327387 URL: https://svnweb.freebsd.org/changeset/base/327387 Log: Check more aggressively for whether the desired properties actually exist. If they don't, the code would look up some random part of the device tree and seize the

svn commit: r327386 - head/sys/net

2017-12-30 Thread Bryan Venteicher
Author: bryanv Date: Sat Dec 30 19:49:40 2017 New Revision: 327386 URL: https://svnweb.freebsd.org/changeset/base/327386 Log: Add macro for vxlan list mutex lock and unlock This will simplify some later VNET support. Submitted by: hrs MFC after:2 weeks Modified: head/sys/net/i

Re: svn commit: r327368 - head/sbin/ccdconfig

2017-12-30 Thread Pedro Giffuni
On 30/12/2017 11:58, Rodney W. Grimes wrote: On 12/30/17 11:10, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] On 12/30/17 10:11, Rodney W. Grimes wrote: Author: pfg Date: Sat Dec 30 00:22:47 2017 New Revision: 327368 URL: https://svnweb.freebsd.org/changeset/base/3273

svn commit: r327385 - head/sys/net

2017-12-30 Thread Bryan Venteicher
Author: bryanv Date: Sat Dec 30 19:35:12 2017 New Revision: 327385 URL: https://svnweb.freebsd.org/changeset/base/327385 Log: Advertise IFCAP_LINKSTAT after r326480 added link status support MFC after:2 weeks Modified: head/sys/net/if_vxlan.c Modified: head/sys/net/if_vxlan.c ==

Re: svn commit: r327383 - head/sys/dev/ep

2017-12-30 Thread Cy Schubert
In message <201712301513.vbufdxkj082...@repo.freebsd.org>, "Pedro F. Giffuni" w rites: > Author: pfg > Date: Sat Dec 30 15:13:33 2017 > New Revision: 327383 > URL: https://svnweb.freebsd.org/changeset/base/327383 > > Log: > elink.[ch]: Move historic VCS tags after the license. > > This matc

svn commit: r327384 - head/sys/dev/ep

2017-12-30 Thread Cy Schubert
Author: cy Date: Sat Dec 30 19:27:22 2017 New Revision: 327384 URL: https://svnweb.freebsd.org/changeset/base/327384 Log: Fix r327383: .../sys/dev/ep/elink.c:31:1: error: '/*' within block comment [-Werror,-Wcomment] /* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ ^ Modif

Re: svn commit: r327379 - head/sys/isa

2017-12-30 Thread Warner Losh
On Sat, Dec 30, 2017 at 10:09 AM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Sat, Dec 30, 2017 at 8:27 AM, Rodney W. Grimes < > > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > [ Charset UTF-8 unsupported, converting... ] > > >

Re: svn commit: r327379 - head/sys/isa

2017-12-30 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Sat, Dec 30, 2017 at 8:27 AM, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > [ Charset UTF-8 unsupported, converting... ] > > > Author: imp > > > Date: Sat Dec 30 08:16:31 2017 > > > New Revision: 327379 > > > URL: https://svnweb

Re: svn commit: r327368 - head/sbin/ccdconfig

2017-12-30 Thread Rodney W. Grimes
> > > On 12/30/17 11:10, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > >> > >> On 12/30/17 10:11, Rodney W. Grimes wrote: > Author: pfg > Date: Sat Dec 30 00:22:47 2017 > New Revision: 327368 > URL: https://svnweb.freebsd.org/changeset/base/327368

Re: svn commit: r327379 - head/sys/isa

2017-12-30 Thread Warner Losh
On Sat, Dec 30, 2017 at 8:27 AM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > Author: imp > > Date: Sat Dec 30 08:16:31 2017 > > New Revision: 327379 > > URL: https://svnweb.freebsd.org/changeset/base/327379 > > > > Log: > > On furt

Re: svn commit: r327368 - head/sbin/ccdconfig

2017-12-30 Thread Pedro Giffuni
On 12/30/17 11:10, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] On 12/30/17 10:11, Rodney W. Grimes wrote: Author: pfg Date: Sat Dec 30 00:22:47 2017 New Revision: 327368 URL: https://svnweb.freebsd.org/changeset/base/327368 Log: ccdconfig: Update licensing terms

Re: svn commit: r327365 - head/targets/pseudo/userland

2017-12-30 Thread Eugene Grosbein
30.12.2017 22:01, Rodney W. Grimes пишет: > [ Charset UTF-8 unsupported, converting... ] >> Author: eadler >> Date: Fri Dec 29 23:56:06 2017 >> New Revision: 327365 >> URL: https://svnweb.freebsd.org/changeset/base/327365 >> >> Log: >> Remove a reference to burncd >> >> I'm unclear of the pu

Re: svn commit: r327368 - head/sbin/ccdconfig

2017-12-30 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > > > On 12/30/17 10:11, Rodney W. Grimes wrote: > >> Author: pfg > >> Date: Sat Dec 30 00:22:47 2017 > >> New Revision: 327368 > >> URL: https://svnweb.freebsd.org/changeset/base/327368 > >> > >> Log: > >>ccdconfig: Update licensing terms to match

Re: svn commit: r327368 - head/sbin/ccdconfig

2017-12-30 Thread Pedro Giffuni
On 12/30/17 10:11, Rodney W. Grimes wrote: Author: pfg Date: Sat Dec 30 00:22:47 2017 New Revision: 327368 URL: https://svnweb.freebsd.org/changeset/base/327368 Log: ccdconfig: Update licensing terms to match NetBSD. The code originated in NetBSD which has since removed Clauses 3 and

Re: svn commit: r327370 - head/sbin/ccdconfig

2017-12-30 Thread Pedro Giffuni
On 12/30/17 10:14, Rodney W. Grimes wrote: Author: pfg Date: Sat Dec 30 00:26:42 2017 New Revision: 327370 URL: https://svnweb.freebsd.org/changeset/base/327370 Log: ccdconfig: Move VCS tags to be more consistent with our style. Update a now-bogus SPDX tag while here. Modified: h

Re: svn commit: r327379 - head/sys/isa

2017-12-30 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: imp > Date: Sat Dec 30 08:16:31 2017 > New Revision: 327379 > URL: https://svnweb.freebsd.org/changeset/base/327379 > > Log: > On further testing on actual machines with this hardware, we should > only warn for devices that are attached. A

Re: svn commit: r327370 - head/sbin/ccdconfig

2017-12-30 Thread Rodney W. Grimes
> Author: pfg > Date: Sat Dec 30 00:26:42 2017 > New Revision: 327370 > URL: https://svnweb.freebsd.org/changeset/base/327370 > > Log: > ccdconfig: Move VCS tags to be more consistent with our style. > > Update a now-bogus SPDX tag while here. > > Modified: > head/sbin/ccdconfig/ccdconfi

svn commit: r327383 - head/sys/dev/ep

2017-12-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Dec 30 15:13:33 2017 New Revision: 327383 URL: https://svnweb.freebsd.org/changeset/base/327383 Log: elink.[ch]: Move historic VCS tags after the license. This matches better our common practices and style. Modified: head/sys/dev/ep/elink.c head/sys/dev/ep/elink.h

Re: svn commit: r327365 - head/targets/pseudo/userland

2017-12-30 Thread Eitan Adler
On 30 December 2017 at 07:01, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: eadler >> Date: Fri Dec 29 23:56:06 2017 >> New Revision: 327365 >> URL: https://svnweb.freebsd.org/changeset/base/327365 >> >> Log: >> Remove a reference to burncd >> >> I'm unclear

Re: svn commit: r327368 - head/sbin/ccdconfig

2017-12-30 Thread Rodney W. Grimes
> Author: pfg > Date: Sat Dec 30 00:22:47 2017 > New Revision: 327368 > URL: https://svnweb.freebsd.org/changeset/base/327368 > > Log: > ccdconfig: Update licensing terms to match NetBSD. > > The code originated in NetBSD which has since removed Clauses 3 and 4. > > Approved by:

Re: svn commit: r327365 - head/targets/pseudo/userland

2017-12-30 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: eadler > Date: Fri Dec 29 23:56:06 2017 > New Revision: 327365 > URL: https://svnweb.freebsd.org/changeset/base/327365 > > Log: > Remove a reference to burncd > > I'm unclear of the purpose of this pseudo-target > but while its here k

svn commit: r327382 - head/usr.sbin/usbconfig

2017-12-30 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Dec 30 12:56:50 2017 New Revision: 327382 URL: https://svnweb.freebsd.org/changeset/base/327382 Log: Improve usbconfig(8) manual page by adding descriptions for subcommands. Reviewed by: hselasky MFC after:2 weeks Sponsored by: The FreeBSD Foundation Diffe

svn commit: r327381 - in head/sys: conf dev/ep i386/isa modules modules/elink modules/ep

2017-12-30 Thread Konstantin Belousov
Author: kib Date: Sat Dec 30 11:42:49 2017 New Revision: 327381 URL: https://svnweb.freebsd.org/changeset/base/327381 Log: Move i386/isa/elink.[hc] to dev/ep. The ep(4) driver is the only consumer of the two functions from elink.c. I removed the standalone module as well, and most likely

svn commit: r327380 - in head/sys: conf i386/i386 i386/isa

2017-12-30 Thread Konstantin Belousov
Author: kib Date: Sat Dec 30 11:33:04 2017 New Revision: 327380 URL: https://svnweb.freebsd.org/changeset/base/327380 Log: Move i386/isa/npx.c to i386i386/npx.c. The i386 FPU (AKA npx) code does not depend on ISA devices at all, after the support for IRQ13 FPU exceptions was removed. Put

svn commit: r327379 - head/sys/isa

2017-12-30 Thread Warner Losh
Author: imp Date: Sat Dec 30 08:16:31 2017 New Revision: 327379 URL: https://svnweb.freebsd.org/changeset/base/327379 Log: On further testing on actual machines with this hardware, we should only warn for devices that are attached. Add missing \n. Modified: head/sys/isa/isa_common.c Modifi

svn commit: r327378 - head/sys/i386/conf

2017-12-30 Thread Warner Losh
Author: imp Date: Sat Dec 30 07:59:32 2017 New Revision: 327378 URL: https://svnweb.freebsd.org/changeset/base/327378 Log: Remove two stray references to wl driver, removed some time ago. Modified: head/sys/i386/conf/GENERIC head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/GENERIC ===