PATCH: new/fixed pcidevs from Attansic, Intel, Ralink

2014-01-06 Thread Alexey E. Suslikov
hi tech@. (diff is at the bottom of this message). references used: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=a89534edaaa7008992b878680490e9b02a665563 http://lwn.net/Articles/555179/ Attansic entries being corrected according to above lwn.net reference. Ralink

PATCH: new usbdevs vendor Sunplus, new wi-fi devices

2014-01-06 Thread Alexey E. Suslikov
hi tech@. references used: http://svnweb.freebsd.org/base?view=revisionrevision=238779 http://svnweb.freebsd.org/base?view=revisionrevision=257955 Cheers, Alexey Controller /dev/usb0: addr 1: high speed, self powered, config 1, EHCI root hub(0x), Intel(0x8086), rev 1.00 port 1 addr 2:

Re: PATCH: new usbdevs vendor Sunplus, new wi-fi devices

2014-01-06 Thread Alexey E. Suslikov
previous diff may be mangled. resending. Index: usbdevs === RCS file: /cvs/src/sys/dev/usb/usbdevs,v retrieving revision 1.618 diff -u -p -r1.618 usbdevs --- usbdevs 17 Dec 2013 12:51:14 - 1.618 +++ usbdevs 6 Jan

Re: PATCH: new/fixed pcidevs from Attansic, Intel, Ralink

2014-01-06 Thread Alexey E. Suslikov
previous diff may be mangled. resending. Index: sys/dev/pci/pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1708 diff -u -p -r1.1708 pcidevs --- sys/dev/pci/pcidevs 5 Jan 2014 23:55:25 - 1.1708

Re: Randomization from the bootblocks

2014-01-03 Thread Alexey E. Suslikov
Theo de Raadt deraadt at cvs.openbsd.org writes: Having no interrupt (and such) entropy means less entropy. From other hand, there are lot of speculations about some hardware entropy sources are suspected (proven?) bad (or intentionally hijacked?). So question here is, does moving random

Re: Weird loop in ftp client

2013-11-23 Thread Alexey E. Suslikov
sven falempin sven.falempin at gmail.com writes: Hello, Another point of vue : Because curl is in base, what does ftp client add to the system ? pkg_delete curl and you'll understand.

Re: new queue support for systat(1)

2013-11-21 Thread Alexey E. Suslikov
Arto Jonsson ajonsson at kapsi.fi writes: the following adds new queue support for systat(1). Both old and new queues are shown in the same display (newqs are shown first). Majority of the code taken from pfctl. I would love to see prio support too :)

Re: FDDI/ATM leftovers

2013-11-18 Thread Alexey E. Suslikov
Martin Pieuchot mpieuchot at nolizard.org writes: - case IFT_FDDI: - case IFT_ATM: case IFT_IEEE1394: any plans for FireWire? :)

Re: Don't link multicast records to the first address

2013-11-18 Thread Alexey E. Suslikov
Martin Pieuchot mpieuchot at nolizard.org writes: at at -1803,8 +1651,12 at at in6_delmulti(struct in6_multi *in6m) snip + s = splsoftnet(); + TAILQ_REMOVE(ifp-if_maddrlist, in6m-in6m_ifma, ifma_list); + splx(s); + free(in6m,

Re: rfc: acpi wmi diff

2013-11-17 Thread Alexey E. Suslikov
Kyle R W Milz kyle at getaddrinfo.net writes: tech at , Here is an initial implementation of a generic acpi wmi framework and a single consumer for the framework that lets the volume adjustment keys on an asus ux31e work. The generic framework could be used to support hotkeys found in

5.4 html Security Improvements section

2013-10-09 Thread Alexey E. Suslikov
hi tech@. Security Improvements section needs love. I have found these: * rand(3)/random(3) - arc4random*() conversion * new secure identd implementation (not started by default) * security(8) now checks npppd(8) configuration files More?

Re: OpenBSD on a Nokia IP380

2013-08-28 Thread Alexey E. Suslikov
s_gammons at charter.net writes: installed. Guess I'll have to live with the 4 onboard NICs for the time being. If you have no plans to forward full-blown 100Mbps between fxps and there's a dot1q-aware switch near you, using vlans may be a workaround for a limited number of physical ports.

viomb(4) assert with 1.35 of sys/arch/amd64/amd64/intr.c

2013-07-01 Thread Alexey E. Suslikov
Hi ports@. See here http://article.gmane.org/gmane.os.openbsd.misc/205448 In addition, viomb_worker is doing splvm() and workq itself is viomb_workq = workq_create(viomb, 1, IPL_VM); Cheers, Alexey

Re: sysctl fix

2013-06-06 Thread Alexey E. Suslikov
Sylvestre Gallon ccna.syl at gmail.com writes: at at -2586,6 +2587,7 at at struct emulname { } *emul_names; int emul_num, nemuls; int emul_init(void); +int emulcmp(const void *, const void *); this seems unrelated to rest of changes you've made. no?

Re: Stop printing excessive numbers of ACPI wakeup devices

2013-06-01 Thread Alexey E. Suslikov
Mike Larkin mlarkin at azathoth.net writes: It's sometimes nice to know what devices can wake up a machine, and from what sleep state. But I'm fine suppressing these also. Don't want this to end up being a bikeshed :) why not dnprintf them?

Re: pf state tracking and tos/dscp

2013-05-23 Thread Alexey E. Suslikov
Adam Gensler openbsd at kristenandadam.net writes: all udp 1.1.1.1:4500 - 172.28.1.3:4500 MULTIPLE:MULTIPLE age 00:15:50, expires in 00:00:57, 394:196 pkts, 52356:39176 bytes, rule 37 put pass all tos higher in your ruleset and see if it matches.

Re: pf state tracking and tos/dscp

2013-05-23 Thread Alexey E. Suslikov
Adam Gensler openbsd at kristenandadam.net writes: local_nets = { 172.28.1.0/24, 172.28.10.0/24, 172.28.11.0/24 } work871 = 172.28.1.3 pass in quick inet proto udp from $work871 tos 0xB8 tag VOIP-RTP pass in quick inet proto udp from $work871 tos 0x60 tag VOIP-SIG pass in quick inet proto {

De-static functions' prototypes

2013-05-21 Thread Alexey E. Suslikov
CVSROOT: /cvs Module name: src Changes by: kettenis at cvs.openbsd.org 2013/05/20 11:34:08 Modified files: sys/arch/i386/i386: amd64errata.c sys/arch/amd64/amd64: amd64errata.c Log message: de-static-ize, such that people don't get confused by aesni failures on

Re: cvsweb says 'No viewable change' for i915_drv.c diffs

2013-05-15 Thread Alexey E. Suslikov
Mark Kettenis mark.kettenis at xs4all.nl writes: Try this http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/drm/i915/i915_drv.c.diff?r1=1.26;r2=1.27;f=h and, for instance, this http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/drm/i915/i915_dma.c.diff?r1=1.6;r2=1.7;f=h

Re: DPI for pf(4)

2013-04-30 Thread Alexey E. Suslikov
Franco Fichtner slashy83 at gmail.com writes: so I have been working on a BSD licensed DPI engine. It's a very lightweight, non-intrusive approach and I know that teasers are boring, but I'd like to know if it's worth the time to work on inclusion for pf(4). So far I have about 25 supported

Re: beaglebone

2013-04-25 Thread Alexey E. Suslikov
Raphael Graf r at undefined.ch writes: I have a beaglebone (AM3359) running OpenBSD, see below. Is there any interest in such code? Diffs are interesting. Teasers are not.

Re: goodbye to some isa devices

2013-03-28 Thread Alexey E. Suslikov
Nick Holland nick at holland-consulting.net writes: There is a lot of ISA stuff I'd object to removing from the kernel; none of this is it. I'm entirely ok with this stuff going... How about this one? ie0 at isa? port 0x360 iomem 0xd irq 7 # StarLAN and 3C507 Looking at

Re: goodbye to some isa devices

2013-03-26 Thread Alexey E. Suslikov
Todd T. Fries todd at fries.net writes: I'd wager a bet that I could make my sea(4) scsi adapter work more reliably than any variant of usb wi(4), so perhaps we should disable usb wi(4) to save you time building instead? My 2 cents. Nuke tcic0 *and* pcic*: * searching archives bring dmesgs

Re: goodbye to some isa devices

2013-03-26 Thread Alexey E. Suslikov
Alexey E. Suslikov alexey.suslikov at gmail.com writes: Not sure about ancient 3Com's, but they are Ethernet at least, in contract to Token-Ring device like tr*. Do we support Token-Ring? Joystick driver?

Re: softraid(4) about boot support

2013-03-11 Thread Alexey E. Suslikov
Alexander Polakov plhk at sdf.org writes: It seems like this is not true any more. Right? Index: softraid.4 snip -There is no boot support at this time for any disciplines. -.Pp Not telling RAID1 and CRYPTO are only bootable disciplines, won't make truth either.

Re: raid10 for softraid(4)

2013-02-21 Thread Alexey E. Suslikov
Dmitry Bogdan dmitry.bogdan at gmail.com writes: Is there any interest in the raid10 independent discipline in openbsd community? With hardware based RAID-controllers our company prefer RAID10 for better write speeds (because RAID5 needs parity calculations, for instance). We also use

Re: Add ATI Radeon HD 7850 and 7850 HD Audio to pcidevs

2013-01-13 Thread Alexey E. Suslikov
Thomas Pfaff tpfaff at tp76.info writes: product ATI RADEON_HD6400_HDA0xaa98 Radeon HD 6400 Audio +product ATI RADEON_HD7850_HDA0xaab0 Radeon HD 7850 HD Audio I think 7850 audio entry shouldn't say HD twice (see 6400).

Re: upstream vendors and why they can be really harmful

2012-11-09 Thread Alexey E. Suslikov
sickmind at lavabit.com writes: As far as I know they are going to release their own linux distro called GNOME OS with it's own API (GNOME API) and stuff. In this case making GNOME incompatible with everything else and all that talk about brands and marketing both make sense. From

Re: Use ACPI to detect secondary PCI root segments on x86

2012-09-14 Thread Alexey E. Suslikov
Christian Ehrhardt ehrhardt at genua.de writes: However, host bridges that are handled e.g. in arch/i386/pci/pchb.c can appear downstream of another bridge but use bus numbers that are outside of the upstream bridge's bus number range. What I understood from the discussion, there is a

KERNEL MODIFICATION in config(8)

2012-03-21 Thread Alexey E. Suslikov
Hello tech@. In KERNEL MODIFICATION section: ... When invoked, the kernel identification is first shown. # config -e -o bsd.new /bsd OpenBSD 2.6-beta (GENERIC.rz0) #0: Mon Oct 4 03:57:22 MEST 1999 root@winona:/usr/src/sys/arch/pmax/compile/GENERIC.rz0

Re: Proxy ARP, but network interface specific

2012-01-23 Thread Alexey E. Suslikov
Gerlach, Hendrik hendrik.gerlach at siemens.com writes: In opposite to Linux it seems to be impossible in OpenBSD to add proxy ARP entries only for a specific network interface (missing option for the ARP command) nor to disable proxy ARP at all for some interfaces (sysctl or ifconfig

Re: enable aucat by default

2011-10-07 Thread Alexey E. Suslikov
Jona Joachim jaj at hcl-club.lu writes: On 2011-10-07, Henning Brauer lists-openbsdtech at bsws.de wrote: * Jona Joachim jaj at hcl-club.lu [2011-10-07 12:06]: Do you want to start sshd by default? [Y/n] Do you want to start aucat by default? [Y/n] yeah right. what an awesome

Re: enable aucat by default

2011-10-07 Thread Alexey E. Suslikov
Vadim Zhukov persgray at gmail.com writes: 2011/10/7 Alexey E. Suslikov alexey.suslikov at gmail.com: Either audioctl or mixerctl, which both return Device not configured if no audio device is present, can be used by aucat rc.d script to detect speechless setups. Still will not work

Re: enable aucat by default

2011-10-07 Thread Alexey E. Suslikov
Theo de Raadt deraadt at cvs.openbsd.org writes: Either audioctl or mixerctl, which both return Device not configured if no audio device is present, can be used by aucat rc.d script to detect speechless setups. Until a hotplug one is put in, and doesn't work. Is it feasible for aucat