Home | History | Annotate | Download | only in mca
History log of /src/sys/dev/mca/aha_mca.c
RevisionDateAuthorComments
 1.22  22-Sep-2009  tsutsui Make local functions static.
 1.21  21-Sep-2009  tsutsui Split device_t/softc. Tested on AHA-1542CF.
 1.20  12-May-2009  cegger struct device * -> device_t, no functional changes intended.
 1.19  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.18  08-Apr-2008  cegger branches: 1.18.4; 1.18.18;
use aprint_*_dev and device_xname
 1.17  19-Oct-2007  ad branches: 1.17.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.16  16-Nov-2006  christos branches: 1.16.8; 1.16.22; 1.16.24; 1.16.28;
__unused removal on arguments; approved by core.
 1.15  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.14  29-Mar-2006  thorpej branches: 1.14.8; 1.14.10;
Use device_private().
 1.13  11-Dec-2005  christos branches: 1.13.4; 1.13.6; 1.13.8; 1.13.10; 1.13.12;
merge ktrace-lwp.
 1.12  27-Feb-2005  perry branches: 1.12.4;
nuke trailing whitespace
 1.11  04-Feb-2005  perry de-__P
 1.10  02-Oct-2002  thorpej branches: 1.10.6; 1.10.14; 1.10.16;
Add trailing ; to CFATTACH_DECL.
 1.9  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.8  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.7  24-Mar-2002  jdolecek update comments + cosmetic change in aha_mca_probe()

Driver is now confirmed working. Tested with AHA-1640 card provided to me
by Jonathan Hankins.
 1.6  22-Nov-2001  jdolecek add a comment clarifying the DMA support, g/c the commented
out isa_dmacascade() call
some minor intendation changes, while here
 1.5  15-Nov-2001  lukem don't need <sys/types.h> when including <sys/param.h>
 1.4  13-Nov-2001  lukem add RCSID
 1.3  23-Apr-2001  jdolecek branches: 1.3.2;
Compact autoconf info by printing the IRQ number together
with 'at mca0 slot foo' info.
 1.2  05-Apr-2001  jdolecek change the attach message to contain slot number and product name
 1.1  11-May-2000  jdolecek branches: 1.1.6; 1.1.8;
MI part of MicroChannel Architecture bus support

This work is based on code written by Scott D. Telford, the IBM
Token Ring card attachment was written by Gregory McGarry.

XXX this is still very experimental and development version; use at your
XXX own risk
 1.1.8.6  18-Oct-2002  nathanw Catch up to -current.
 1.1.8.5  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.1.8.4  08-Jan-2002  nathanw Catch up to -current.
 1.1.8.3  14-Nov-2001  nathanw Catch up to -current.
 1.1.8.2  21-Jun-2001  nathanw Catch up to -current.
 1.1.8.1  09-Apr-2001  nathanw Catch up with -current.
 1.1.6.4  23-Apr-2001  bouyer Sync with HEAD.
 1.1.6.3  21-Apr-2001  bouyer Sync with HEAD
 1.1.6.2  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.1.6.1  11-May-2000  bouyer file aha_mca.c was added on branch thorpej_scsipi on 2000-11-20 11:41:27 +0000
 1.3.2.3  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.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.10.16.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.10.16.1  12-Feb-2005  yamt sync with head.
 1.10.14.1  29-Apr-2005  kent sync with -current
 1.10.6.2  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.10.6.1  04-Feb-2005  skrll Sync with HEAD.
 1.12.4.3  27-Oct-2007  yamt sync with head.
 1.12.4.2  30-Dec-2006  yamt sync with head.
 1.12.4.1  21-Jun-2006  yamt sync with head.
 1.13.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.13.10.1  19-Apr-2006  elad sync with head.
 1.13.8.1  01-Apr-2006  yamt sync with head.
 1.13.6.1  22-Apr-2006  simonb Sync with head.
 1.13.4.1  09-Sep-2006  rpaulo sync with head
 1.14.10.2  10-Dec-2006  yamt sync with head.
 1.14.10.1  22-Oct-2006  yamt sync with head
 1.14.8.1  18-Nov-2006  ad Sync with head.
 1.16.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.16.24.1  06-Nov-2007  matt sync with HEAD
 1.16.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.16.8.1  23-Oct-2007  ad Sync with head.
 1.17.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.18.18.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.18.4.2  11-Mar-2010  yamt sync with head
 1.18.4.1  16-May-2009  yamt sync with head

RSS XML Feed