Re: LLVM warning in dev/pci/if_wpi.c

2013-12-05 Thread Brad Smith
On Tue, Dec 03, 2013 at 08:31:13PM -0500, Brad Smith wrote: > An unused function in wpi(4). #if 0 out the function for now. > > if_wpi.c:510:1: error: unused function 'wpi_mem_write' > [-Werror,-Wunused-function] > > OK? > > > Index: if_wpi.c > =

Re: LLVM warning in dev/ic/uhci.c

2013-12-05 Thread Brad Smith
On Wed, Dec 04, 2013 at 05:04:13PM +0100, Mark Kettenis wrote: > > Date: Wed, 4 Dec 2013 12:53:20 +0100 > > From: Joerg Sonnenberger > > > > On Wed, Dec 04, 2013 at 12:24:50PM +0100, Mark Kettenis wrote: > > > Sorry, but I disagree with LLVM here. It shouldn't complain about > > > static inline

ugl(4): self->dv_unit fix (Re: cdce(4): sc->cdce_unit)

2013-12-05 Thread SASANO Takayoshi
Hello, if_ugl.c has similar issue, and I think this should be fixed. ok to commit? SASANO Takayoshi Index: if_ugl.c === RCS file: /cvs/src/sys/dev/usb/if_ugl.c,v retrieving revision 1.2 diff -u -p -r1.2 if_ugl.c --- if_ugl.c

Re: dhclient support for /32 assignments

2013-12-05 Thread Kenneth R Westerback
On Wed, Dec 04, 2013 at 12:47:19PM -0800, Matthew Dempsky wrote: > On Wed, Dec 04, 2013 at 02:10:21PM -0500, Kenneth R Westerback wrote: > > No, that was my point. i.e. don't avoid adding the route when given > > a /32 address just because class static routes are also present. > > I think there mi