Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 23:21:36 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        freebsd-current@guldan.demon.nl
Cc:        current@freebsd.org
Subject:   Re: problems with wi driver.
Message-ID:  <20030814.232136.00311239.imp@bsdimp.com>
In-Reply-To: <20030814192748.GF61386@bombur.guldan.demon.nl>
References:  <20030813114415.GD61386@bombur.guldan.demon.nl> <20030814192748.GF61386@bombur.guldan.demon.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
: Is there a better way to toggle the start address  for 16 bit and 32 bit
: cards with sysctl??

u_long cbb_start_16_io = CBB_START_16_IO;
TUNABLE_INT("hw.cbb.start_16_io", (int *)&cbb_start_16_io);
SYSCTL_ULONG(_hw_cbb, OID_AUTO, start_16_io, CTLFLAG_RW,
    &cbb_start_16_io, CBB_START_16_IO,
    "Starting ioport for 16-bit cards");


so hw.cbb.start_16_io

Warner



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