Home | History | Annotate | Download | only in podulebus
History log of /src/sys/dev/podulebus/if_ei.c
RevisionDateAuthorComments
 1.17  03-Jun-2011  tsutsui Split device_t/softc of i82586. No crash on TME emulating sun2.
 1.16  12-May-2009  cegger branches: 1.16.4; 1.16.6; 1.16.10;
struct device * -> device_t, no functional changes intended.
 1.15  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.14  05-Apr-2008  cegger branches: 1.14.4; 1.14.18;
use aprint_*_dev and device_xname
 1.13  19-Oct-2007  ad branches: 1.13.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.12  29-Mar-2006  thorpej branches: 1.12.18; 1.12.32; 1.12.34; 1.12.38;
Use device_private().
 1.11  19-Mar-2006  he Change MALLOC to malloc and FREE to free in one instance where the
size parameter is not an integer constant. Fixes build problem seen
when building for acorn26.
 1.10  11-Dec-2005  christos branches: 1.10.4; 1.10.6; 1.10.8; 1.10.10; 1.10.12;
merge ktrace-lwp.
 1.9  27-Feb-2005  perry branches: 1.9.4;
nuke trailing whitespace
 1.8  02-Oct-2002  thorpej branches: 1.8.6; 1.8.14; 1.8.16;
Add trailing ; to CFATTACH_DECL.
 1.7  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.6  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.5  22-May-2002  bjh21 Substantial overhaul of podule IDs. Unlike on PCI or USB, podule IDs are
assigned by RISCOS Ltd (and were assigned by Acorn) to be unique across all
manufacturers. This means that associating each one with a manufacturer (and
checking the manufacturer when attaching) is bogus. Thus, we don't do that
any more.

This should have the pleasant side-effect of getting APDL IDE interfaces
working, since they're just ICS ones with a different manufacturer ID.
 1.4  21-Dec-2001  bjh21 branches: 1.4.8; 1.4.10;
Correct a few comments and constant names in the light of the actual
documentation for this card (which I seem to have).
 1.3  13-Nov-2001  lukem branches: 1.3.2;
fix RCSID
 1.2  13-Nov-2001  lukem cleanup RCSID (to be consistent with use in rest of kernel)
 1.1  19-Mar-2001  bjh21 branches: 1.1.2; 1.1.4;
Shared arm26/arm32 version of arm26 Ether1 driver. Seems to work on both
architectures.
 1.1.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.1.4.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.2.2  19-Mar-2001  bjh21 Shared arm26/arm32 version of arm26 Ether1 driver. Seems to work on both
architectures.
 1.1.2.1  19-Mar-2001  bjh21 file if_ei.c was added on branch thorpej_scsipi on 2001-03-19 23:58:13 +0000
 1.3.2.4  18-Oct-2002  nathanw Catch up to -current.
 1.3.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.3.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.3.2.1  13-Nov-2001  nathanw file if_ei.c was added on branch nathanw_sa on 2002-01-08 00:31:31 +0000
 1.4.10.1  01-Nov-2002  tron Pull up revision 1.5 (requested by chris in ticket #120):
Substantial overhaul of podule IDs. Unlike on PCI or USB, podule IDs are
assigned by RISCOS Ltd (and were assigned by Acorn) to be unique across all
manufacturers. This means that associating each one with a manufacturer (and
checking the manufacturer when attaching) is bogus. Thus, we don't do that
any more.
This should have the pleasant side-effect of getting APDL IDE interfaces
working, since they're just ICS ones with a different manufacturer ID.
 1.4.8.1  30-May-2002  gehenna Catch up with -current.
 1.8.16.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.8.14.1  29-Apr-2005  kent sync with -current
 1.8.6.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.9.4.2  27-Oct-2007  yamt sync with head.
 1.9.4.1  21-Jun-2006  yamt sync with head.
 1.10.12.2  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.10.12.1  28-Mar-2006  tron Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
 1.10.10.1  19-Apr-2006  elad sync with head.
 1.10.8.1  01-Apr-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.12.38.1  25-Oct-2007  bouyer Sync with HEAD.
 1.12.34.1  06-Nov-2007  matt sync with HEAD
 1.12.32.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.12.18.1  23-Oct-2007  ad Sync with head.
 1.13.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.14.18.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.14.4.1  16-May-2009  yamt sync with head
 1.16.10.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.16.6.1  06-Jun-2011  jruoho Sync with HEAD.
 1.16.4.1  12-Jun-2011  rmind sync with head

RSS XML Feed