cvs commit: src/sys/conf files kmod.mk src/sys/dev/eisa eisaconf.c eisaconf.h

Warner Losh imp at FreeBSD.org
Wed Jun 9 16:08:49 GMT 2004


imp         2004-06-09 16:08:20 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files kmod.mk 
    sys/dev/eisa         eisaconf.c eisaconf.h 
  Log:
  Step 1 in moving EISA devices to kobj/newbus.  Use kobj methods for
  all of the interface between the driver and the bus.  This will enable
  us to stop special casing eisa bus attachments in modules and treat them
  like we treat all other busses.
  
  In the longer run, we need to eliminate much (all?) of these interfaces
  and switch to using the standard bus_alloc_resource(), but that's not
  done right now.
  
  # I've not updated the modules to include eisa, etc, just yet
  
  Tested on: Compaq Proliant 3000/333 purchased for eisa work
  
  Revision  Changes    Path
  1.902     +1 -0      src/sys/conf/files
  1.160     +1 -1      src/sys/conf/kmod.mk
  1.66      +13 -6     src/sys/dev/eisa/eisaconf.c
  1.23      +24 -7     src/sys/dev/eisa/eisaconf.h


More information about the cvs-src mailing list