remove goto in rdioctl()

2018-01-28 Thread Michael W. Bombardieri
Hello, Function rdioctl() uses a goto to leave the switch statement but a break would be enough. There is no other code to jump over (avoid) as with rdstrategy() which has goto bad and goto done. - Michael Index: rd.c === RCS

[PATCH] Fix Order of Intel Graphics on amd64.html

2018-01-28 Thread Bryan Vyhmeister
I noticed that the order of listed Intel integrated graphics support is not consistent from newest to oldest as it is for Radeon devices on the same page. The patch puts Kaby Lake above Skylake as it is 7th and then 6th generation respectively. Bryan Index: amd64.html

install.sub: Simplify interface listing

2018-01-28 Thread Klemens Nanni
On Sun, Jan 28, 2018 at 09:09:42PM +, Stuart Henderson wrote: > On 2018/01/28 21:34, bijan wrote: > > On 01/28/18 21:24, bijan wrote: > > > Hi, > > > > > > Added -l argument to ifconfig to only print names of interfaces. > > > (Maybe a lame excuse from me for being too lazy but FreeBSD > > >

Re: list only names of interfaces in ifconfig.8

2018-01-28 Thread Stuart Henderson
On 2018/01/28 21:34, bijan wrote: > On 01/28/18 21:24, bijan wrote: > > Hi, > > > > Added -l argument to ifconfig to only print names of interfaces. > > (Maybe a lame excuse from me for being too lazy but FreeBSD > > supports it too) > Missed the usage string, Update! Pretty sure this diff has

Re: list only names of interfaces in ifconfig.8

2018-01-28 Thread bijan
On 01/28/18 21:24, bijan wrote: Hi, Added -l argument to ifconfig to only print names of interfaces. (Maybe a lame excuse from me for being too lazy but FreeBSD supports it too) Missed the usage string, Update! >From 2d00dbc563db1f2581342cbf02a83cbb3a6a5966 Mon Sep 17 00:00:00 2001 From:

list only names of interfaces in ifconfig.8

2018-01-28 Thread bijan
Hi, Added -l argument to ifconfig to only print names of interfaces. (Maybe a lame excuse from me for being too lazy but FreeBSD supports it too) Hope it helps, B.E >From dc4f0f8d85a9aa2007b47139f6d609c9830bbfc3 Mon Sep 17 00:00:00 2001 From: Bijan Ebrahimi Date:

Re: remove link from oce.4

2018-01-28 Thread Jason McIntyre
On Sun, Jan 28, 2018 at 12:34:55PM +0100, Denis Fondras wrote: > Hi, > > The link to Emulex website is not available anymore. Remove it. > > Denis > fixed, thanks. jmc > Index: oce.4 > === > RCS file:

Re: attach ampintc/ampintcmsi early on arm64

2018-01-28 Thread Mark Kettenis
> Date: Sun, 28 Jan 2018 16:22:34 +1100 > From: Jonathan Gray > > Attach ampintc/ampintcmsi0 early. Makes it possible to use qemu_arm64 > U-Boot (which isn't aware of virtio devices) with root on pci ahci. > > pciecam0 at mainbus0 > pci0 at pciecam0 > "Red Hat Host" rev 0x00 at

Re: psci function id register on arm64

2018-01-28 Thread Mark Kettenis
> Date: Sun, 28 Jan 2018 14:35:52 +1100 > From: Jonathan Gray > > semarie reported problems with running arm64 on qemu which turned > out to be triggered by the psci version call. > > [ using 979488 bytes of bsd ELF symbol table ] > Copyright (c) 1982, 1986, 1989, 1991, 1993 >

remove link from oce.4

2018-01-28 Thread Denis Fondras
Hi, The link to Emulex website is not available anymore. Remove it. Denis Index: oce.4 === RCS file: /cvs/src/share/man/man4/oce.4,v retrieving revision 1.3 diff -u -p -r1.3 oce.4 --- oce.4 15 Aug 2012 18:10:06 - 1.3