Re: problems with wi driver.

From: M. Warner Losh <imp_at_bsdimp.com>
Date: Thu, 14 Aug 2003 23:21:36 -0600 (MDT)
: 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
Received on Thu Aug 14 2003 - 20:20:42 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:18 UTC