Purpose of #if 0 in boot code

2016-12-31 Thread Nick Gonella
Hey Misc, As I read through the code, especially in the boot code, there seem to be quite a few blocks of code of the style: #if 0 /* some code here */ #endif On example of this is in sys/arch/amd64/amd64/pmap.c:2326 #if 0 pool_cache_invalidate(&pmap_pdp_cache); #endif Obviously, this cod

Re: PC Engines APU2xx wireless card for router?

2016-12-31 Thread Eike Lantzsch
On Saturday, 31 December 2016 11:13:53 PYST Steve Williams wrote: > Hi, > > I have decided to modernize my OpenBSD system from an old desktop PC to > something lower power. It seems that the PC Engines APU line is well > supported by OpenBSD and low power and the price point is rather attractive.

Re: Custom installation iso

2016-12-31 Thread Stuart Henderson
On 2016-12-31, Thuban wrote: > Hello, > I currently use customized install60.iso images with site60.tgz set. It > works quite well, but I need to include in site60.tgz set some packages. > > For now, I used pkg_add in a rc.firsttime script, but it requires an > internet access at first boot, and i

Re: PC-Engines Wireless - PPPOE timeouts.

2016-12-31 Thread Stuart Henderson
On 2016-12-15, Tom wrote: >> Thanks. I was wondering about a bug with LCP echoes I accidentally >> introduced that made it into 5.9 (fixed for 6.0). > could you please point me to the changes you are talking about here. > I started using pppoe in 5.9 and the LCP-echo gave me a hard time. I > frequ

PC Engines APU2xx wireless card for router?

2016-12-31 Thread Steve Williams
Hi, I have decided to modernize my OpenBSD system from an old desktop PC to something lower power. It seems that the PC Engines APU line is well supported by OpenBSD and low power and the price point is rather attractive. I've never done wireless with OpenBSD. Since some of the APU cases co

Re: Custom installation iso

2016-12-31 Thread Maurice McCarthy
On Sat, Dec 31, 2016 at 10:35:31AM +0100 or thereabouts, Thuban wrote: > Hello, > I currently use customized install60.iso images with site60.tgz set. It > works quite well, but I need to include in site60.tgz set some packages. > > For now, I used pkg_add in a rc.firsttime script, but it requires

Custom installation iso

2016-12-31 Thread Thuban
Hello, I currently use customized install60.iso images with site60.tgz set. It works quite well, but I need to include in site60.tgz set some packages. For now, I used pkg_add in a rc.firsttime script, but it requires an internet access at first boot, and it's not handy. Do you have any advice to