NetBSD/sys/arch/macppc
mycroft d40837608f 1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates
most polling.
2) Clean up some goofiness in pciide -- get rid of the whole "candisable" path
   (it's gratuitous) and simplify the code by calling pciide_map_compat_intr(),
   *_set_modes() and wdc_print_modes() from central locations.
3) Add a register writability and register ghost test to eliminate phantom
   drives more quickly.
2003-09-19 21:35:56 +00:00
..
compile
conf add gem and brgphy so we have ethernet on the PowerBook G4 DVI. 2003-09-10 18:06:26 +00:00
dev 1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates 2003-09-19 21:35:56 +00:00
include Move CLKF_BASEPRI to machine specific <intr.h> file since it depends on 2003-09-03 21:33:31 +00:00
macppc use the value of the "soft-reset" property (if it exists) to locate 2003-08-17 18:12:34 +00:00
pci Relax things so that OFW implementations that don't conform to the OFW PCI 2003-08-20 14:41:56 +00:00
stand Adapt to const-ification of first arg of open function in fs_ops. 2003-08-22 08:06:19 +00:00
Makefile