History log of /netbsd/sys/arch/mvme68k/dev/zs_pcc.c (Results 1 – 21 of 21)
Revision Date Author Comments
# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 02cb47ca 29-Mar-2008 tsutsui <tsutsui@NetBSD.org>

Split softc and device_t for zsc(4) and its children.

XXX we should restructure MI APIs and make it really machine independent.


# a07f7c80 12-Jan-2008 tsutsui <tsutsui@NetBSD.org>

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.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 8476e675 04-Dec-2003 keihan <keihan@NetBSD.org>

NetBSD.ORG -> NetBSD.org

Now all "NetBSD.ORG" are gone from src/sys.


# 4b2744bf 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# c5e91d44 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# f818766a 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# 77a6b82b 06-Sep-2002 gehenna <gehenna@NetBSD.org>

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 st

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.

show more ...


# 59ba4788 31-May-2001 scw <scw@NetBSD.org>

Deprecate intrcnt/intrnames in favour of the generic evcnt(9) interface.


# 7d191ffe 24-Nov-2000 scw <scw@NetBSD.org>

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 dependen

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.

show more ...


# 7f3786d3 06-Sep-2000 scw <scw@NetBSD.org>

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

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.

show more ...


# 2f194db8 23-Jul-2000 scw <scw@NetBSD.org>

G/C cf_unit. It wasn't really being used in a meaningfull way.


# 9c745dbd 18-Mar-2000 scw <scw@NetBSD.org>

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) implementa

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.

show more ...


# a72d37c4 14-Feb-1999 scw <scw@NetBSD.org>

Merge support for mvme167 into main tree.


# 2d53e59a 12-Jan-1998 thorpej <thorpej@NetBSD.org>

Update for changes to config.


# 4229acf7 09-Oct-1997 jtc <jtc@NetBSD.org>

Fix tipo inherited from old version of TNF copyright template.


# b5afc4b2 19-Mar-1997 gwr <gwr@NetBSD.org>

Change arg two of all the match functions back to struct cfdata
now that __BROKEN_INDIRECT_CONFIG has been removed.


# 3da720df 17-Dec-1996 gwr <gwr@NetBSD.org>

Adapt to the new version of dev/ic/z8530*


# 66cbbf68 09-Dec-1996 thorpej <thorpej@NetBSD.org>

Copyright assigned to The NetBSD Foundation.


# d80422cd 26-Apr-1996 chuck <chuck@NetBSD.org>

- 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>