NetBSD/sys/arch/macppc
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 enable "INSECURE" kernel option so that GENERIC kernels are capable of 2004-04-02 14:06:23 +00:00
dev Add the notion of "shadow registers" to the wdc driver. These shadow 2004-05-25 20:42:40 +00:00
include Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. 2004-05-08 21:51:47 +00:00
macppc Remove UCB ad clause from tsubai's license. 2004-05-12 00:34:25 +00:00
pci pass string length (= boundary info) to pci_devinfo so that we do not run over 2004-04-23 21:13:05 +00:00
stand When linking, use ${_MKTARGET_LINK} so that MAKEVERBOSE=1 looks right. 2004-04-09 04:01:42 +00:00
Makefile Add a 'tags' target to macppc. 2004-03-13 05:55:40 +00:00