problems with wi driver.

M. Warner Losh imp at bsdimp.com
Thu Aug 14 22:20:42 PDT 2003


: 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


More information about the freebsd-current mailing list