realtek 8179 wireless pci

2016-08-13 Thread Prabhu Gurumurthy
Hello, I installed OpenBSD 5.9 on relatively new system running AMD A4 processor (dmesg included) and the system has realtek 8179 wireless pci which does not get recognized by the stock kernel. The stock GENERIC kernel throws the following message during bootup for the PCI device vendor "Realtek

Re: realtek 8179 wireless pci

2016-08-14 Thread Prabhu Gurumurthy
. Thanks again, Prabhu - On Sat, Aug 13, 2016 at 11:49 PM Stefan Sperling wrote: > On Sun, Aug 14, 2016 at 12:40:33AM +0000, Prabhu Gurumurthy wrote: > > I think I might be missing firmware, which might need to be loaded, but > > linux-firmare.git has so many firmware, I am lost

typecast to int in awk lshift function.

2018-01-06 Thread Prabhu Gurumurthy
On my 6.2 OpenBSD europa: [/usr/src/usr.bin/awk] [1270]>> uname -a OpenBSD europa.undisclosed.noname 6.2 GENERIC.MP#134 amd64 europa: [/usr/src/usr.bin/awk] [1271]>> echo "172" | awk '{ print lshift($0, 24); }' -1409286144 this seems to be caused by typecasting getfval in run.c to signed integer