History log of /src/sys/arch/mvme68k/dev/zsvar.h |
Revision | | Date | Author | Comments |
1.14 |
| 19-Jan-2024 |
thorpej | Make sure to include opt_mvmeconf.h.
|
1.13 |
| 09-Aug-2021 |
andvar | s/definitons/definitions/
|
1.12 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.11 |
| 12-Jan-2008 |
tsutsui | branches: 1.11.6; 1.11.8; 1.11.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.10 |
| 20-Nov-2000 |
scw | branches: 1.10.40; 1.10.102; 1.10.108; 1.10.116; Add support for the m68060-based machines: MVME-172 and MVME-177. CPU support taken from a combination of NetBSD/amiga and NetBSD/x68k.
At this time, MVME-172 works but MVME-177 is untested. Since the '177 is otherwise identical to the MVME-167, this should *just work*.
|
1.9 |
| 15-Nov-2000 |
scw | Doh! Revert all but the baudrate clock changes from that last commit; a bunch of local stuff crept in.
|
1.8 |
| 09-Nov-2000 |
scw | The ZS chips are actually clocked at 5MHz and 10MHz on mvme147 and mvme162 respectively. Thanks to Neil Lubdan and a frequency counter. :-)
|
1.7 |
| 06-Sep-2000 |
scw | Add preliminary support for the MVME162-LX 200/300 series of boards.
Currently, the major onboard devices are supported (disk, network, rs232 and VMEbus). However, work is still need to support the remaining devices (eg. IndustryPack sites).
These boards are available with a dazzling array of build options. At this time, the following options are *required*:
o Real floating point hardware (the 68LC040 model isn't tested), o The VMEchip2 must be present, o If offboard VMEbus RAM is not present, at least 8MB of onboard RAM is required. o Even if offboard VMEbus RAM *is* present, at least 4MB of onboard RAM is required. (Boards with 1 or 2MB onboard RAM *can* be supported with offboard RAM, but not without some funky values in the VMEbus Master mapping registers.)
There is no support for boards other than those in the -LX 200/300 series.
|
1.6 |
| 20-Jul-2000 |
scw | Implement generic soft interrupts for mvme68k. Based on Jason Thorpe's Alpha implementation.
|
1.5 |
| 18-Mar-2000 |
scw | branches: 1.5.4; 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 |
| 12-Jan-1998 |
thorpej | branches: 1.4.16; 1.4.24; Update for changes to config.
|
1.3 |
| 09-Oct-1997 |
jtc | Fix tipo inherited from old version of TNF copyright template.
|
1.2 |
| 17-Dec-1996 |
gwr | branches: 1.2.10; Adapt to the new version of dev/ic/z8530*
|
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.10.1 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.4.24.2 |
| 18-Mar-2000 |
scw | MI VMEbus glue more or less complete. Kernels now compiled with -Wall, etc. (lots of fixes needed for this) All MD drivers now bus_spaced/bus_dma'd. The two SCSI drivers should be replaced with bus_spaced MI versions at some point.
|
1.4.24.1 |
| 14-Mar-2000 |
scw | Get rid of PCC{,TWO}_VADDR(), and some general tidying up.
|
1.4.16.2 |
| 22-Nov-2000 |
bouyer | Sync with HEAD.
|
1.4.16.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.5.4.2 |
| 17-Oct-2000 |
scw | Pullup 1.6 - 1.7 (approved by tv) Bring support for MVME162 into the 1.5 branch.
|
1.5.4.1 |
| 22-Jul-2000 |
scw | Pullup from trunk: 1.6 Approved by: thorpej
Implement generic soft interrupts for mvme68k.
|
1.10.116.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.10.108.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.10.102.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.10.40.1 |
| 21-Jan-2008 |
yamt | sync with head
|
1.11.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.11.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.11.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|