Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 1999 23:22:27 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sio sio.c
Message-ID:  <199910090622.XAA59158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/10/08 23:22:27 PDT

  Modified files:
    sys/dev/sio          sio.c 
  Log:
  A couple of tweaks to make this closer to being able to be used under
  non-isa busses, eg: pccard.  Having to emulate isa ivars is evil.  The
  resource lists accessed through ISA_GET_RESOURCE()/ISA_SET_RESOURCE() etc
  should probably be raised up the stack to the device/bus system since just
  about everything (except pci at this point) uses resources now.  This is
  not complete (and not active, so don't panic), but works for me so far.
  
  Revision  Changes    Path
  1.268     +47 -19    src/sys/dev/sio/sio.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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