History log of /src/sys/arch/mvme68k/dev/zs_pcctwo.c |
Revision | | Date | Author | Comments |
1.14 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.13 |
| 29-Mar-2008 |
tsutsui | branches: 1.13.2; 1.13.4; Split softc and device_t for zsc(4) and its children.
XXX we should restructure MI APIs and make it really machine independent.
|
1.12 |
| 12-Jan-2008 |
tsutsui | branches: 1.12.6; 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.11 |
| 11-Dec-2005 |
christos | branches: 1.11.50; 1.11.56; 1.11.64; merge ktrace-lwp.
|
1.10 |
| 04-Dec-2003 |
keihan | branches: 1.10.16; NetBSD.ORG -> NetBSD.org
Now all "NetBSD.ORG" are gone from src/sys.
|
1.9 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.8 |
| 02-Oct-2002 |
thorpej | branches: 1.8.6; Use CFATTACH_DECL().
|
1.7 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.6 |
| 06-Sep-2002 |
gehenna | Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
1.5 |
| 12-Feb-2002 |
scw | branches: 1.5.8; Separate out devices common to many Motorola mvme boards (68k, 88k and ppc) in preparation for future mvmeppc and mvme88k ports.
This needs a bit if tidying up to make it trully shareable, which will happen as the new mvme ports are added.
|
1.4 |
| 31-May-2001 |
scw | branches: 1.4.2; 1.4.8; Deprecate intrcnt/intrnames in favour of the generic evcnt(9) interface.
|
1.3 |
| 24-Nov-2000 |
scw | branches: 1.3.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.2 |
| 20-Nov-2000 |
scw | branches: 1.2.2; 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.1 |
| 06-Sep-2000 |
scw | branches: 1.1.2; 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.1.2.2 |
| 17-Oct-2000 |
scw | Pullup new file on the branch. (approved by tv) Bring support for MVME162 into the 1.5 branch.
|
1.1.2.1 |
| 06-Sep-2000 |
scw | file zs_pcctwo.c was added on branch netbsd-1-5 on 2000-10-17 19:54:48 +0000
|
1.2.2.4 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.2.2.3 |
| 22-Nov-2000 |
bouyer | Sync with HEAD.
|
1.2.2.2 |
| 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.2.2.1 |
| 20-Nov-2000 |
bouyer | file zs_pcctwo.c was added on branch thorpej_scsipi on 2000-11-20 20:15:20 +0000
|
1.3.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.4.8.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.4.8.3 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.4.8.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.4.8.1 |
| 31-May-2001 |
nathanw | file zs_pcctwo.c was added on branch nathanw_sa on 2002-02-28 04:10:51 +0000
|
1.4.2.2 |
| 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.4.2.1 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.5.8.1 |
| 19-May-2002 |
gehenna | Replace the access to devsw table and the hard-coded majors with devsw API.
|
1.8.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.8.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.8.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.10.16.1 |
| 21-Jan-2008 |
yamt | sync with head
|
1.11.64.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.11.56.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.11.50.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.12.6.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.12.6.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.13.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.13.2.1 |
| 18-May-2008 |
yamt | sync with head.
|