Re: Boot on a device with only one video mode 1280 x 850 x 16

2015-10-09 Thread edward wandasiewicz
resolution, is at present, the SeaVGABIOS does not have support for mode switching on Intel graphics adapters. So even if we had more than one resolution available, the SeaVGABIOS can't switch to it. On Fri, Oct 9, 2015 at 9:14 PM, edward wandasiewicz <0.w3...@gmail.com> wrote: > Is it possibl

Boot on a device with only one video mode 1280 x 850 x 16

2015-10-09 Thread edward wandasiewicz
Is it possible to boot OpenBSD on a device which only has one video mode available through the BIOS? At present, we boot in text mode via vga(4) and wscons(4). If we have a machine compatible with inteldrm(4), it attaches, and the dmesg output is then set to the highest resolution. Is it

Re: iwm(4) 11n support: it just works

2015-12-16 Thread edward wandasiewicz
Works nicely on the Chrombook Pixel 2015 i7. Thanks for the update Peter. $ dmesg OpenBSD 5.8-current (GENERIC.MP) #1749: Wed Dec 16 01:22:42 MST 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 17094049792 (16302MB) avail mem = 16571850752 (15804MB)

Re: No USB 3.0 on 5.8 -current Broadwell

2015-12-16 Thread edward wandasiewicz
Update to 5.8 -current. It now works. See 1.65 of http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/xhci.c?sortby=date Edward On 16 Dec 2015 3:14 p.m., "Mark Carroll" <m...@ixod.org> wrote: > On 20 Nov 2015, edward wandasiewicz wrote: > > > If I try to plu

Re: Meaning of '+', '*' in disk: hd0+ hd1+* hd2*

2015-11-30 Thread edward wandasiewicz
rd disk -- this indicates a disk that > does not seem to have a valid OpenBSD disk label on it. > > http://www.openbsd.org/faq/faq14.html#Boot386 So hd2* means - cannot be accessed via LBA - no OpenBSD disklabel Edward. > > > > On 2015-11-30 19:28, edward wandasiewicz wrot

Meaning of '+', '*' in disk: hd0+ hd1+* hd2*

2015-11-30 Thread edward wandasiewicz
If I have the following showing after a probe during biosboot disk: hd0+ hd1+* h2* What is the meaning of '+', '+*' and '*' next to each disk? Edward.

Re: Meaning of '+', '*' in disk: hd0+ hd1+* hd2*

2015-11-30 Thread edward wandasiewicz
PM, Ted Unangst <t...@tedunangst.com> wrote: > edward wandasiewicz wrote: >> If I have the following showing after a probe during biosboot >> >> disk: hd0+ hd1+* h2* >> >> What is the meaning of '+', '+*' and '*' next to each disk? > > + means big d

No USB 3.0 on 5.8 -current Broadwell

2015-11-20 Thread edward wandasiewicz
If I try to plug in various USB 3.0 umass(4) devices into a USB 3.0 or USB 3.1 Type C port, nothing gets registered via dmesg, even if I add option USB_DEBUG option UMASS_DEBUG option XHCI_DEBUG and compile a kernel. No dmesg output upon attachment of USB 3.0 devices. If I try, via config(8)

Re: No USB 3.0 on 5.8 -current Broadwell

2015-11-20 Thread edward wandasiewicz
On 20 Nov 2015 5:54 p.m., "Martin Pieuchot" <m...@openbsd.org> wrote: > > On 20/11/15(Fri) 17:32, edward wandasiewicz wrote: > > If I try to plug in various USB 3.0 umass(4) devices into a USB 3.0 or > > USB 3.1 Type C port, nothing gets registered via dmesg,

Re: No USB 3.0 on 5.8 -current Broadwell

2015-11-20 Thread edward wandasiewicz
what it's worth. Edward. On Fri, Nov 20, 2015 at 5:32 PM, edward wandasiewicz <0.w3...@gmail.com> wrote: > If I try to plug in various USB 3.0 umass(4) devices into a USB 3.0 or > USB 3.1 Type C port, nothing gets registered via dmesg, even if I add > > option USB_DEBUG &

Missing "boot> machine regs" on amd64

2016-01-21 Thread edward wandasiewicz
The man page on boot(8) for amd64 says we should be able to print the contents of the processor registers if compiled with DEBUG. If we can do so on amd64, it seems we are missing a few debug.* files in the amd64 source tree to do so. % find /usr/src/sys/ -type f | xargs grep -l "DUMP_REGS"

Re: Copy files to usb (slow)

2017-01-29 Thread edward wandasiewicz
>From your dmesg, your machine has USB 3.0 hardware ports usb0 at xhci0: USB revision 3.0 and you're using a USB 2.0 flash drive - rev 2.00/1.10 umass0 at uhub0 port 2 configuration 1 interface 0 "Kingston DataTraveler 2.0" rev 2.00/1.10 addr 6 You could upgrade to a USB 3.0 flash drive. On

Loss of USB connection if I "wiggle the cable at device end"

2017-01-24 Thread edward wandasiewicz
I am noticing a loss of USB connection if I accidentally / purposely wiggle the cable near the USB type-C device end, using 6.0-current #150. I have 2 USB-A male to type-C cables, one implements USB 2.1, the other USB 3.1 I get the same problem with both cables. The problem doesn't happen all