History log of /openbsd-current/sys/dev/ic/atwreg.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.7 16-Aug-2009 jsg

remove use of BITS and BIT macros.


# 1.6 16-Aug-2009 jsg

start getting rid of some of these horrific bit macros, remove
usage of BITS(). There is a binary change due to the way these
macros are further used in the MASK_AND_RSHIFT specifically
for ATW_SR_RFTYPE_MASK and ATW_SR_BBPTYPE_MASK.


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.5 27-Jun-2008 ray

More removal of clauses 3 and 4 from NetBSD licenses.

OK deraadt@ and millert@


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.4 25-Jul-2004 millert

Improve register definitions and slightly demystify some magic
numbers. From NetBSD (dyoung)


# 1.3 15-Jul-2004 millert

Refine some register definitions. From NetBSD (dyoung)


# 1.2 15-Jul-2004 millert

Countdown correctly to the Target Beacon Transmission Time.
Borrowing an idea from the reference driver, use no 64-bit arithmetic.
From NetBSD (dyoung)


# 1.1 23-Jun-2004 millert

Missed this in the atw(4) commit.