Home | History | Annotate | Download | only in isapnp
History log of /src/sys/dev/isapnp/if_an_isapnp.c
RevisionDateAuthorComments
 1.24  25-Sep-2022  thorpej Remove unnecessary include of <sys/malloc.h>.
 1.23  11-Jul-2016  msaitoh KNF. No functional change.
 1.22  12-May-2009  cegger branches: 1.22.22; 1.22.40;
struct device * -> device_t, no functional changes intended.
 1.21  04-Jul-2008  cegger branches: 1.21.10;
struct device * -> device_t
struct cfdata * -> cfdata_t
 1.20  04-Jul-2008  cegger make this build again after device_t/softc split
 1.19  03-Jul-2008  drochner split device/softc (tested with an@pcmcia)
 1.18  28-Apr-2008  martin branches: 1.18.2; 1.18.4;
Remove clause 3 and 4 from TNF licenses
 1.17  08-Apr-2008  cegger branches: 1.17.2; 1.17.4;
use aprint_*_dev and device_xname
 1.16  19-Oct-2007  ad branches: 1.16.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.15  16-Nov-2006  christos branches: 1.15.8; 1.15.22; 1.15.24; 1.15.28;
__unused removal on arguments; approved by core.
 1.14  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.13  13-Apr-2006  christos branches: 1.13.8; 1.13.10;
Coverity CID 2853: Return if we cannot establish an interrupt instead
of crashing later.
 1.12  29-Mar-2006  thorpej Use device_private().
 1.11  11-Dec-2005  christos branches: 1.11.4; 1.11.6; 1.11.8; 1.11.10; 1.11.12;
merge ktrace-lwp.
 1.10  22-Jun-2005  dyoung branches: 1.10.2;
Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
from FreeBSD. Introduce compatibility shims (sys/dev/ic/ath_netbsd.[ch],
sys/net80211/ieee80211_netbsd.[ch]). Update drivers (an, atu, atw,
awi, ipw, iwi, rtw, wi) for the new net80211(9) API.
 1.9  28-Jan-2004  onoe Adopt to new 802.11 framework.
Add support of version 5.30.17 firmware of PCMCIA 350 series.
MPI350 mini-PCI is NOT YET supported.
MONITOR mode is still not yet working.
 1.8  13-Oct-2003  dyoung Switch an(4) to using the header files in the new 802.11 layer.
 1.7  02-Oct-2002  thorpej branches: 1.7.6;
Add trailing ; to CFATTACH_DECL.
 1.6  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.5  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.4  13-Nov-2001  lukem add RCSID
 1.3  08-Jul-2001  thorpej branches: 1.3.2;
Remove unnecessary include files. From Onno van der Linden.
 1.2  21-Jun-2001  onoe add #include <net/if_ieee80211.h> to make it compilable.
 1.1  17-Dec-2000  thorpej branches: 1.1.2; 1.1.4;
ISAPnP front-end for the Aironet 802.11 cards. Note this is currently
untested.
 1.1.4.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.4.2  14-Nov-2001  nathanw Catch up to -current.
 1.1.4.1  24-Aug-2001  nathanw Catch up with -current.
 1.1.2.2  05-Jan-2001  bouyer Sync with HEAD
 1.1.2.1  17-Dec-2000  bouyer file if_an_isapnp.c was added on branch thorpej_scsipi on 2001-01-05 17:35:54 +0000
 1.3.2.2  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.3.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.6.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.7.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.7.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.7.6.1  03-Aug-2004  skrll Sync with HEAD
 1.10.2.3  27-Oct-2007  yamt sync with head.
 1.10.2.2  30-Dec-2006  yamt sync with head.
 1.10.2.1  21-Jun-2006  yamt sync with head.
 1.11.12.2  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.11.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.11.10.1  19-Apr-2006  elad sync with head.
 1.11.8.2  24-May-2006  yamt sync with head.
 1.11.8.1  01-Apr-2006  yamt sync with head.
 1.11.6.1  22-Apr-2006  simonb Sync with head.
 1.11.4.1  09-Sep-2006  rpaulo sync with head
 1.13.10.2  10-Dec-2006  yamt sync with head.
 1.13.10.1  22-Oct-2006  yamt sync with head
 1.13.8.1  18-Nov-2006  ad Sync with head.
 1.15.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.15.24.1  06-Nov-2007  matt sync with HEAD
 1.15.22.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.15.8.1  23-Oct-2007  ad Sync with head.
 1.16.16.2  28-Sep-2008  mjf Sync with HEAD.
 1.16.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.17.4.3  16-May-2009  yamt sync with head
 1.17.4.2  04-May-2009  yamt sync with head.
 1.17.4.1  16-May-2008  yamt sync with head.
 1.17.2.1  18-May-2008  yamt sync with head.
 1.18.4.1  18-Jul-2008  simonb Sync with head.
 1.18.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.21.10.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.22.40.1  05-Oct-2016  skrll Sync with HEAD
 1.22.22.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed