NetBSD/sys/arch/macppc
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
..
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
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 remove now unnecessary "pci_enumerate_bus" definitions 2004-07-29 16:55:25 +00:00
macppc When the keyboard type is unknwon, don't attach both ADB and USB, as the 2004-07-03 16:24:57 +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 Ignore errors on some rm -rf's for platforms that aren't quite 2004-06-21 18:20:08 +00:00
Makefile Add a 'tags' target to macppc. 2004-03-13 05:55:40 +00:00