Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2004 16:08:20 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files kmod.mk src/sys/dev/eisa eisaconf.c eisaconf.h
Message-ID:  <200406091608.i59G8K04061035@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406091608.i59G8K04061035>