History log of /src/sys/arch/evbarm/iq80321/i80321_mainbus.c |
Revision | | Date | Author | Comments |
1.18 |
| 12-Feb-2012 |
matt | Change old-stlye-defintions to C89 prototypes. Switch to CFATTACH_DECL_NEW/device_t/cfdata_t Defer attaching interrupt evcnts.
Approved by releng.
|
1.17 |
| 01-Jul-2011 |
dyoung | branches: 1.17.2; 1.17.6; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.16 |
| 15-Dec-2005 |
briggs | Add an offset to the I/O port translations. This allows IQ80321 and others to avoid providing PCI I/O space at address 0. Iyonix, however, needs to provide PCI I/O space at 0. The others require I/O space to be offset in part due to a bug work-around in wm(4) which requires that I/O space access be used to reset the controllers. If I/O space is mapped at zero, the card claims, but ignores, the transactions, and the controller doesn't get reset properly and can't then be used.
|
1.15 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.14 |
| 23-Apr-2004 |
simonb | branches: 1.14.12; s/the the/the/ (only in sources that aren't regularly imported from elsewhere).
|
1.13 |
| 17-Dec-2003 |
abs | Small fixed to tense in comment.
|
1.12 |
| 04-Dec-2003 |
briggs | Make PCI host/slave detection work for the iq31244 as well as the iq80321.
|
1.11 |
| 12-Sep-2003 |
briggs | Don't assume that we are the PCI host. Actually check, and make sure that we set things up so that we can run either as a PCI host or as a PCI slave (working within the PCI BARs that the system BIOS has configured for us).
|
1.10 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.9 |
| 29-Apr-2003 |
thorpej | branches: 1.9.2; Use aprint*().
|
1.8 |
| 06-Feb-2003 |
briggs | Go back to using BAR2 instead of BAR3 for inbound access to SDRAM.
|
1.7 |
| 23-Jan-2003 |
briggs | Use iwin[3] instead of iwin[2] for RAM access and leave iwin[2] unused.
|
1.6 |
| 03-Oct-2002 |
thorpej | Fix script-o.
|
1.5 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.4 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.3 |
| 27-Sep-2002 |
provos | remove trailing \n in panic(). approved perry.
|
1.2 |
| 27-Sep-2002 |
thorpej | Rather than referencing the cfdriver directly in the cfdata entries, instead use a string naming the driver. The cfdriver is then looked up in a list which is built at run-time.
|
1.1 |
| 27-Mar-2002 |
thorpej | branches: 1.1.6; 1.1.8; Support for the Intel IQ80321 eval board for the i80321 I/O Processor.
|
1.1.8.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.8.1 |
| 27-Mar-2002 |
nathanw | file i80321_mainbus.c was added on branch nathanw_sa on 2002-10-18 02:36:33 +0000
|
1.1.6.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.6.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.6.1 |
| 27-Mar-2002 |
jdolecek | file i80321_mainbus.c was added on branch kqueue on 2002-06-23 17:35:42 +0000
|
1.9.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.9.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.9.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.14.12.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.17.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.17.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|