Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 00:55:30 +0200
From:      Petar Bogdanovic <petar@smokva.net>
To:        freebsd-wireless@freebsd.org
Subject:   Re: high latency due to distant clients
Message-ID:  <20130718225530.GA1326@pintail.NGC004>
In-Reply-To: <9A1C017F-E982-4317-B92F-4B2D494A3081@jnielsen.net>
References:  <20130718155200.GA381@pintail.NGC004> <CAJ-VmonT=PDLOXQpeyvCGwS3QPciUTJuB316nMAvAUzSfx7HEg@mail.gmail.com> <20130718160436.GB381@pintail.NGC004> <CAJ-VmokBOrwDF926V6jnXPCu6zbxHo1rNVddPJfLbTA-SgkFeQ@mail.gmail.com> <20130718171945.GA6817@pintail.NGC004> <9A1C017F-E982-4317-B92F-4B2D494A3081@jnielsen.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Thu, Jul 18, 2013 at 04:31:10PM -0600, John Nielsen wrote:
> 
> If it makes you feel any better, I've been running -HEAD (with
> semi-regular updates) on my ALIX AP for a while without any trouble.
> Of course, I do the builds on another box... I'm happy to share make
> settings, etc if that would be useful.

Your kernel configuration would be interesting.  Mine is attached.  I
think it's a modified version from http://m0n0.ch/wall/.

		Petar Bogdanovic

--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=ALIX

machine		i386
cpu		I586_CPU
ident		ALIX

makeoptions	MODULES_OVERRIDE=""

options		HZ=1000
options		CONSPEED=38400

options		CPU_GEODE

hints		"ALIX.hints"

options		SCHED_4BSD		# 4BSD scheduler
options		INET			# InterNETworking
options		FFS			# Berkeley Fast Filesystem
options		SOFTUPDATES		# Enable FFS soft updates support
options		TMPFS			# Efficient memory file system
options		MD_ROOT			# MD is a potential root device
options		SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
options		SYSVSHM			# SYSV-style shared memory
options		SYSVMSG			# SYSV-style message queues
options		SYSVSEM			# SYSV-style semaphores
options		_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions

options		NO_SWAPPING
options	 	DEVICE_POLLING

device		apic			# I/O APIC

# Bus support.
device		eisa
device		pci

# ATA and ATAPI devices
device		ata
device		atadisk			# ATA disk drives
options		ATA_STATIC_ID		# Static device numbering

device		scbus			# SCSI bus (required for SCSI)
device		da			# Direct Access (disks)

# Add suspend/resume support for the i8254.
device		pmtimer

# Serial (COM) ports
device		uart			# Generic UART driver

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus			# MII bus support
device		vr			# VIA Rhine, Rhine II

# Wireless NIC cards
device		wlan			# 802.11 support
device		wlan_wep		# 802.11 WEP support
device		wlan_ccmp		# 802.11 CCMP support
device		wlan_tkip		# 802.11 TKIP support
device		wlan_amrr		# AMRR transmit rate control algorithm
device		wlan_xauth		# 802.11 external authenticator support
device		wlan_acl
device		ath
device		ath_pci			# Atheros pci/cardbus glue
device		ath_hal			# Atheros HAL (includes binary component)
device		ath_rate_sample		# SampleRate rate control for the ath driver
options		AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors

# Pseudo devices.
device		loop			# Network loopback
device		random			# Entropy device
device		ether			# Ethernet support
device		tun			# Packet tunnel
device		tap			# Ethernet tunnel
device		pty			# Pseudo-ttys (telnet etc)
device		md			# Memory "disks"
device		gif			# IPv6 and IPv4 tunneling

device		if_bridge		# Bridge interface
device		vlan			# VLAN support (needs miibus)
device		bpf			# Berkeley packet filter
device		pf			# PF OpenBSD packet-filter firewall
device		pflog			# logging support interface for PF
#device		pfsync			# synchronization interface for PF

options		ALTQ
options		ALTQ_CBQ		# Class Bases Queueing
options		ALTQ_RED		# Random Early Detection
options		ALTQ_RIO		# RED In/Out
options		ALTQ_HFSC		# Hierarchical Packet Scheduler
options		ALTQ_CDNR		# Traffic conditioner
options		ALTQ_PRIQ		# Priority Queueing
#options	ALTQ_NOPCC		# Required if the TSC is unusable

options		NETGRAPH		# netgraph(4) system
options		NETGRAPH_ASYNC
options		NETGRAPH_BPF
options		NETGRAPH_ETHER
options		NETGRAPH_IFACE
options		NETGRAPH_KSOCKET
options		NETGRAPH_L2TP
options		NETGRAPH_MPPC_ENCRYPTION
options		NETGRAPH_PPP
options		NETGRAPH_PPPOE
options		NETGRAPH_PPTPGRE
options		NETGRAPH_SOCKET
options		NETGRAPH_TCPMSS
options		NETGRAPH_TEE
options		NETGRAPH_UI
options		NETGRAPH_VJC

device		crypto
device		cryptodev
device		hifn

--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ALIX.hints"

# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.16 2006/05/17 21:25:22 marius Exp $
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.fd.1.at="fdc0"
hint.fd.1.drive="1"
hint.ata.0.at="isa"
hint.ata.0.port="0x1F0"
hint.ata.0.irq="14"
hint.ata.1.at="isa"
hint.ata.1.port="0x170"
hint.ata.1.irq="15"
hint.adv.0.at="isa"
hint.adv.0.disabled="1"
hint.bt.0.at="isa"
hint.bt.0.disabled="1"
hint.aha.0.at="isa"
hint.aha.0.disabled="1"
hint.aic.0.at="isa"
hint.aic.0.disabled="1"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"
hint.vga.0.at="isa"
hint.sc.0.at="isa"
hint.sc.0.flags="0x100"
hint.vt.0.at="isa"
hint.vt.0.disabled="1"
hint.apm.0.disabled="1"
hint.apm.0.flags="0x20"
hint.uart.0.at="isa"
hint.uart.0.port="0x3F8"
hint.uart.0.flags="0x10"
hint.uart.0.irq="4"
hint.uart.1.at="isa"
hint.uart.1.port="0x2F8"
hint.uart.1.irq="3"
hint.uart.2.at="isa"
hint.uart.2.disabled="1"
hint.uart.2.port="0x3E8"
hint.uart.2.irq="5"
hint.uart.3.at="isa"
hint.uart.3.disabled="1"
hint.uart.3.port="0x2E8"
hint.uart.3.irq="9"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
hint.ed.0.at="isa"
hint.ed.0.disabled="1"
hint.ed.0.port="0x280"
hint.ed.0.irq="10"
hint.ed.0.maddr="0xd8000"
hint.cs.0.at="isa"
hint.cs.0.disabled="1"
hint.cs.0.port="0x300"
hint.sn.0.at="isa"
hint.sn.0.disabled="1"
hint.sn.0.port="0x300"
hint.sn.0.irq="10"
hint.ie.0.at="isa"
hint.ie.0.disabled="1"
hint.ie.0.port="0x300"
hint.ie.0.irq="10"
hint.ie.0.maddr="0xd0000"
hint.fe.0.at="isa"
hint.fe.0.disabled="1"
hint.fe.0.port="0x300"
hint.le.0.at="isa"
hint.le.0.disabled="1"
hint.le.0.port="0x280"
hint.le.0.irq="10"
hint.le.0.drq="0"

--ZGiS0Q5IWpPtfppv--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130718225530.GA1326>