History log of /openbsd-current/sys/dev/ic/anreg.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE 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.12 05-Oct-2007 jsg

gilles missed one of the __attribute__((__packed__)) here in
the __attribute__((__packed__)) -> __packed conversion.


# 1.11 04-Oct-2007 gilles

attribute packed -> __packed

ok miod@ a while ago, ok pyr@


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE
# 1.10 09-Jan-2006 jsg

Move an(4) to a driver based on the NetBSD one.
This brings net80211 support and support for newer hardware.
In addition ancontrol is no longer needed.

This driver does not yet work on big endian archs like the previous
one did.

"do it" deraadt@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B
# 1.9 21-Oct-2003 jmc

typos from Tom Cosgrove;

Tom: I did not commit a couple of your changes.

i did not include some punctuation fixes (full stops, etc.)
mnemorable -> mnemonic: i decided memorable was probably better
instrunctions -> instruction: i kept the plural


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE UBC_BASE UBC_SYNC_A UBC_SYNC_B
# 1.8 29-Sep-2001 mickey

if_media support, from freebsd


# 1.7 25-Jun-2001 mickey

remove struct and contsts duplicated in between the files.
make it work on powerpc.
improve performance by using the bus_*_multi_* finctions instead of loops.


Revision tags: OPENBSD_2_9_BASE
# 1.6 06-Apr-2001 deraadt

branches: 1.6.4;
documentation should follow code


# 1.5 27-Feb-2001 tholo

Garbage collect unused flag
Newer firmware has larger stats struct


# 1.4 26-Feb-2001 tholo

Allow configuration of WEP. From FreeBSD; ok aaron@


# 1.3 26-Feb-2001 tholo

Change default SSID from "ANY" to blank -- this will actually make it
connect to any SSID found.


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.2 03-Apr-2000 aaron

Set the default node name to "OpenBSD".


# 1.1 03-Apr-2000 mickey

aironet 802.11 ds driver from freebsd, isa and pci are missing