Home | History | Annotate | Download | only in mca
History log of /src/sys/dev/mca/esp_mca.c
RevisionDateAuthorComments
 1.22  14-Jul-2016  msaitoh - Use aprint*() more in xxx_attach().
- Add missing aprint_naive("\n").
- Remove extra spaces and tabs.
- KNF.
 1.21  23-Nov-2009  rmind branches: 1.21.22; 1.21.40;
Remove some unecessary includes sys/user.h header.
 1.20  20-Jan-2009  christos Fix obvious errors in conversion to device_t from Wojciech Galazka
Please compile-test at least!
 1.19  28-Apr-2008  martin branches: 1.19.8; 1.19.10;
Remove clause 3 and 4 from TNF licenses
 1.18  13-Apr-2008  tsutsui branches: 1.18.2; 1.18.4;
Split device_t/softc for MI ncr53c9x and some related devices,
with various cleanup.
 1.17  08-Apr-2008  cegger 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  04-Mar-2007  christos branches: 1.15.2; 1.15.14; 1.15.16; 1.15.20;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.14  16-Nov-2006  christos branches: 1.14.4;
__unused removal on arguments; approved by core.
 1.13  13-Oct-2006  dogcow More -Wunused fallout. sprinkle __unused when possible; otherwise, use the
do { if (&x) {} } while (/* CONSTCOND */ 0);
construct as suggested by uwe in <20061012224845.GA9449@snark.ptc.spbu.ru>.
 1.12  29-Mar-2006  thorpej branches: 1.12.8; 1.12.10;
Use device_private().
 1.11  08-Mar-2006  lukem branches: 1.11.2;
Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.
Add a space between numbers and Hz unit.
 1.10  11-Dec-2005  christos branches: 1.10.4; 1.10.6; 1.10.8; 1.10.10;
merge ktrace-lwp.
 1.9  27-Feb-2005  perry branches: 1.9.4;
nuke trailing whitespace
 1.8  04-Feb-2005  perry de-__P
 1.7  14-Jul-2003  lukem branches: 1.7.8; 1.7.10;
add missing __KERNEL_RCSID()
 1.6  02-Oct-2002  thorpej branches: 1.6.6;
Add trailing ; to CFATTACH_DECL.
 1.5  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.4  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.3  04-Dec-2001  jdolecek branches: 1.3.2; 1.3.4;
clarify copyright - this is all freshly written, no older code used
 1.2  04-Dec-2001  jdolecek Make this NCR 53C90 driver work, using the chip information from
Tymm Twillman's Linux mca_53c9x driver.
Tested with external ZIP100 only.
 1.1  01-Dec-2001  jdolecek Nonworking NCR 53c90 attachment. I don't get any interrupts from
the device yet, need to find real NCR53c90 docs to figure out what's wrong.
 1.3.4.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.4.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.3.4.1  04-Dec-2001  thorpej file esp_mca.c was added on branch kqueue on 2002-01-10 19:55:59 +0000
 1.3.2.3  18-Oct-2002  nathanw Catch up to -current.
 1.3.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.3.2.1  04-Dec-2001  nathanw file esp_mca.c was added on branch nathanw_sa on 2002-01-08 00:30:42 +0000
 1.6.6.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.6.6.4  04-Feb-2005  skrll Sync with HEAD.
 1.6.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.6.6.1  03-Aug-2004  skrll Sync with HEAD
 1.7.10.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.7.10.1  12-Feb-2005  yamt sync with head.
 1.7.8.1  29-Apr-2005  kent sync with -current
 1.9.4.4  27-Oct-2007  yamt sync with head.
 1.9.4.3  03-Sep-2007  yamt sync with head.
 1.9.4.2  30-Dec-2006  yamt sync with head.
 1.9.4.1  21-Jun-2006  yamt sync with head.
 1.10.10.1  19-Apr-2006  elad sync with head.
 1.10.8.2  01-Apr-2006  yamt sync with head.
 1.10.8.1  13-Mar-2006  yamt sync with head.
 1.10.6.1  22-Apr-2006  simonb Sync with head.
 1.10.4.1  09-Sep-2006  rpaulo sync with head
 1.11.2.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.12.10.2  10-Dec-2006  yamt sync with head.
 1.12.10.1  22-Oct-2006  yamt sync with head
 1.12.8.1  18-Nov-2006  ad Sync with head.
 1.14.4.1  12-Mar-2007  rmind Sync with HEAD.
 1.15.20.1  25-Oct-2007  bouyer Sync with HEAD.
 1.15.16.1  06-Nov-2007  matt sync with HEAD
 1.15.14.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.2.1  23-Oct-2007  ad Sync with head.
 1.16.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.18.4.3  11-Mar-2010  yamt sync with head
 1.18.4.2  04-May-2009  yamt sync with head.
 1.18.4.1  16-May-2008  yamt sync with head.
 1.18.2.1  18-May-2008  yamt sync with head.
 1.19.10.1  26-Jan-2009  snj Pull up following revision(s) (requested by tsutsui in ticket #310):
sys/dev/mca/esp_mca.c: revision 1.20
Fix obvious errors in conversion to device_t from Wojciech Galazka
Please compile-test at least!
 1.19.8.1  03-Mar-2009  skrll Sync with HEAD.
 1.21.40.1  05-Oct-2016  skrll Sync with HEAD
 1.21.22.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed