Home | History | Annotate | Download | only in ic
History log of /src/sys/dev/ic/smc93cx6.c
RevisionDateAuthorComments
 1.15  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.14  19-Oct-2007  ad branches: 1.14.20; 1.14.28; 1.14.34;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.13  29-Jan-2007  hubertf branches: 1.13.6; 1.13.18; 1.13.20; 1.13.24;
Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.
 1.12  11-Dec-2005  christos branches: 1.12.20;
merge ktrace-lwp.
 1.11  22-Jun-2005  dyoung branches: 1.11.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.10  02-May-2003  dyoung branches: 1.10.2;
Adapt SMC 93cx6 library so that it will work with both 8- and 32-bit
registers. This is so that I can read an SMC 93cx6 through the
32-bit registers of the ADMtek ADM8211 802.11 wireless MAC.

Adapt aic to choose 8-bit registers.
 1.9  13-Nov-2001  lukem add/cleanup RCSID
 1.8  20-Aug-2001  wiz precede, not preceed.
 1.7  30-Apr-2001  lukem branches: 1.7.2;
delint
 1.6  15-Mar-2000  fvdl branches: 1.6.6;
New ahc driver, a port of Justin Gibbs' FreeBSD driver. This adds
support for the U2W chips, and U160 controllers.
 1.5  21-Oct-1996  thorpej branches: 1.5.28;
New bus.h implementation/interface:
- No more distinction between i/o-mapped and memory-mapped
devices. It's all "bus space" now, and space tags
differentiate the space with finer grain than the
bus chipset tag.
- Add memory barrier methods.
- Implement space alloc/free methods.
- Implement region read/write methods (like memcpy to/from
bus space).
This interface provides a better abstraction for dealing with
machine-independent chipset drivers.
 1.4  13-Oct-1996  christos backout kprintf changes
 1.3  10-Oct-1996  christos - printf -> kprintf, sprintf -> ksprintf
 1.2  10-Jul-1996  explorer Updates to aic7xxx driver ; from pr port-i386/2600
 1.1  16-May-1996  mycroft branches: 1.1.4;
New version, with changes from Justin Gibbs and Noriyuki Soda.
 1.1.4.1  18-Jul-1996  jtc Pulled up from rev 1.2, ahc fixes
 1.5.28.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.6.6.3  14-Nov-2001  nathanw Catch up to -current.
 1.6.6.2  24-Aug-2001  nathanw Catch up with -current.
 1.6.6.1  21-Jun-2001  nathanw Catch up to -current.
 1.7.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.2.1  25-Aug-2001  thorpej Merge Aug 24 -current into the kqueue branch.
 1.10.2.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.11.2.2  27-Oct-2007  yamt sync with head.
 1.11.2.1  26-Feb-2007  yamt sync with head.
 1.12.20.1  01-Feb-2007  ad Sync with head.
 1.13.24.1  25-Oct-2007  bouyer Sync with HEAD.
 1.13.20.1  06-Nov-2007  matt sync with HEAD
 1.13.18.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.13.6.1  23-Oct-2007  ad Sync with head.
 1.14.34.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.14.28.1  28-Apr-2009  skrll Sync with HEAD.
 1.14.20.1  04-May-2009  yamt sync with head.

RSS XML Feed