NetBSD/sys/arch/acorn32
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
..
acorn32 Add a little comment explaining how to convert between RISC OS and hardware 2003-12-31 18:49:00 +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 Rename arch/acorn32/dev/wskbdmap_mfii.c to arch/acorn32/dev/wskbdmap_mfii_rpc.c 2004-03-13 19:20:50 +00:00
doc Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
eb7500atx - Split the register handles out of struct wdc_channel into a separate 2004-08-14 15:08:04 +00:00
include Add more defines for the available IRQ's on a 7500. 2004-07-04 13:11:43 +00:00
mainbus - Split the register handles out of struct wdc_channel into a separate 2004-08-14 15:08:04 +00:00
podulebus - Split the register handles out of struct wdc_channel into a separate 2004-08-14 15:08:04 +00:00
stand Add BOOT_LEAVE_MEMORY (desired memory left unused) and BOOT_MIN_AVAIL_MEMORY 2004-06-13 20:50:14 +00:00
Makefile