History log of /src/sys/arch/mvme68k/dev/pccvar.h |
Revision | | Date | Author | Comments |
1.11 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.10 |
| 28-Apr-2008 |
martin | branches: 1.10.34; 1.10.44; Remove clause 3 and 4 from TNF licenses
|
1.9 |
| 12-Jan-2008 |
tsutsui | branches: 1.9.6; 1.9.8; 1.9.10; Misc cleanup: - KNF, ANSIfy, remove __P() - use __func__ to print function names - use __arraycount() - include "ioconf.h" for struct cfdriver - u_intNN_t -> uintNN_t - wrap long lines etc.
|
1.8 |
| 31-May-2001 |
scw | branches: 1.8.8; 1.8.40; 1.8.102; 1.8.108; 1.8.116; Deprecate intrcnt/intrnames in favour of the generic evcnt(9) interface.
|
1.7 |
| 24-Nov-2000 |
scw | branches: 1.7.2; Revamp the bus_space(9) implementation: . use a structure for the tag instead of an integer constant, . add bus_space_{peek,poke}_N() (and G/C `badaddr()'), . fix a few drivers which have dependencies on the implementation.
|
1.6 |
| 20-Aug-2000 |
scw | Expand on how VMEbus master addressing modes are specified, to better deal with dynamic address modifier generation based on the CPU's function code pins.
Also implement VMEbus slave mode for mvme147. (Not yet 100% working.)
|
1.5 |
| 18-Mar-2000 |
scw | Merge 'scw_mvme68k_bus_space' branch with the trunk. These changes add support for:
o The MI VMEbus framework on both MVME147 and MVME167. o Enhancements to the existing MD bus_space(9) implementation. o Most of the bus_dma(9) API.
|
1.4 |
| 14-Feb-1999 |
scw | branches: 1.4.8; 1.4.16; Merge support for mvme167 into main tree.
|
1.3 |
| 09-Oct-1997 |
jtc | branches: 1.3.10; Fix tipo inherited from old version of TNF copyright template.
|
1.2 |
| 17-Jul-1997 |
jtk | branches: 1.2.2; use locator defines in "locators.h" to index cf_loc[]
|
1.1 |
| 26-Apr-1996 |
chuck | - zs: switch to MI driver - clock, le, pcc, wdsc, zs: convert to new autoconfig scheme - vme: add vme support
Contributed by: Jason R. Thorpe <thorpej@og.org>
|
1.2.2.1 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.3.10.1 |
| 30-Jan-1999 |
scw | Initial changes for upcoming MVME1[67]7 support.
|
1.4.16.1 |
| 11-Mar-2000 |
scw | Checkpoint of development of the following features of mvme68k:
. Preliminary support for the MI VMEbus framework. . Full bus_space* and "mostly-there" bus_dma* support.
At this time, MI VMEbus drivers may well work 'as is' on an MVME147 board. Work to get the MVME167 to this stage is ongoing.
Testers will be required at some point as I have no VMEbus boards which have existing MI drivers! (Although I am able to test things in a limited fashion using a noddy driver and a VMEbus RAM card).
TODO:
. Expunge all remaining use of IIOV() and freinds. . Flag the 'boot device' using bus_space_tag_t and offset. . Add a 24bit address constraint to bus_dmamem_alloc() (for le/ie) . VMEChip2 support on MVME167/MVME177 . Support the mvme68k boards in VMEbus slave mode. . Anything else I can thing of, besides having another beer. ;-)
|
1.4.8.2 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.4.8.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.7.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.8.116.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.8.108.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.8.102.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.8.40.1 |
| 21-Jan-2008 |
yamt | sync with head
|
1.8.8.2 |
| 31-May-2001 |
scw | Deprecate intrcnt/intrnames in favour of the generic evcnt(9) interface.
|
1.8.8.1 |
| 31-May-2001 |
scw | file pccvar.h was added on branch nathanw_sa on 2001-05-31 18:46:09 +0000
|
1.9.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.9.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.9.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.10.44.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.10.34.1 |
| 30-Oct-2012 |
yamt | sync with head
|