NetBSD/sys/arch/prep
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 Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) 2004-03-13 17:31:33 +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
isa Use new isa_attach_args structures. 2004-04-24 23:32:08 +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
prep
stand Use the BFD ELF headers rather than simply including <elf.h>. This 2004-05-09 01:31:27 +00:00
Makefile