NetBSD/sys/arch/mac68k
thorpej 2ecdd552dc Add the notion of "shadow registers" to the wdc driver. These shadow
registers are registers that overlap with others on many controllers, but
which may actually be distinct on some controllers.  Right now, the two
shadows are:

- wd_status (usually overlaps wd_command)
- wd_features (usually overlaps wd_error)

Add a new helper function, wdc_init_shadow_regs(), used to initialize
the shadow register handles on controllers where they do actually overlap.

Partially from Jordan Rhody @ Wasabi Systems, Inc.
2004-05-25 20:42:40 +00:00
..
compile
conf Change reference at bottom from sys/dev/majors to sys/conf/majors to match 2003-12-10 02:04:00 +00:00
dev Update David Huang's email address in the license 2004-03-26 12:15:46 +00:00
include Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. 2004-05-08 21:51:47 +00:00
mac68k Update David Huang's email address in the license 2004-03-26 12:15:46 +00:00
nubus Add the TI microExplorer card. 2004-04-25 14:22:32 +00:00
obio Add the notion of "shadow registers" to the wdc driver. These shadow 2004-05-25 20:42:40 +00:00
Makefile