1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/dev/zs
Jake Burkholder 6bfa8a2ef2 Split this into bus specific front end(s), so that it can be used by ppc.
This abstracts out all the differences I could see between the netbsd
sparc64 and macppc zs drivers.   In particular the offsets of the csr and
data registers are different, so we use a separate bus handle for each and
use bus_space_subregion to add the bus specific offsets.

Requested by:	benno
2003-01-08 23:36:16 +00:00
..
z8530reg.h Split this into bus specific front end(s), so that it can be used by ppc. 2003-01-08 23:36:16 +00:00
z8530var.h Split this into bus specific front end(s), so that it can be used by ppc. 2003-01-08 23:36:16 +00:00
zs_sbus.c Split this into bus specific front end(s), so that it can be used by ppc. 2003-01-08 23:36:16 +00:00
zs.c Split this into bus specific front end(s), so that it can be used by ppc. 2003-01-08 23:36:16 +00:00