NetBSD/sys/arch/amiga
thorpej 4b51cecfc2 - Split the register handles out of struct wdc_channel into a separate
wdc_regs structure, and array of which (indexed per channel) is pointed
  to by struct wdc_softc.
- Move the resulting wdc_channel structure to atavar.h and rename it to
  ata_channel.  Rename the corresponding flags.
- Add a "ch_ndrive" member to struct ata_channel, which indicates the
  maximum number of drives that can be present on the channel.  For now,
  this is always 2.  Add an ATA_MAXDRIVES constant that places an upper
  limit on this value, also currently 2.
2004-08-14 15:08:04 +00:00
..
amiga Don't recompute loadbase; use the value passed by the bootloader instead. 2004-06-11 12:23:10 +00:00
compile
conf Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented 2004-07-15 03:53:44 +00:00
dev - Split the register handles out of struct wdc_channel into a separate 2004-08-14 15:08:04 +00:00
include Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. 2004-05-08 21:51:47 +00:00
stand AmigaDOS installation tools moving to distrib/amiga/stand. 2004-06-16 02:04:11 +00:00
Makefile