Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Thu Oct 16 10:30:46 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv24316

Modified Files:
      Tag: marc-pcmcia
        if_ep_pcmcia.c if_sm_pcmcia.c if_ne_pcmcia.c 
Log Message:
Don't establish our interrupt hander at attach time.  Instead, establish
it in the enable hook, and disestablish it in the disable hook.  This gives
us two wins:

        - Allows us to more fairly allocate an interrupt after other
          devices which can't do dynamic allocation have hooked up
          theirs.

        - In the event the default interrupt allocation scheme is bad,
          this allows us to bring an interface down, patch a kernel
          variable (eventually, run a program that does the right
          thing for us) to set up an interrupt allocation scheme suitable
          for our laptop model, bring the interface back up, and have
          the Right Thing happen.


augustss
Thu Oct 16 10:31:06 PDT 1997
Update of /cvsroot/src/lib/libossaudio
In directory netbsd1:/var/slash-tmp/cvs-serv24588

Added Files:
        Makefile ossaudio.3 ossaudio.c shlib_version soundcard.h 
Log Message:
Initial version of a user level emulation of the OSS audio API.
Useful for compiling Linux audio programs.


thorpej
Thu Oct 16 10:38:48 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv25091

Modified Files:
      Tag: marc-pcmcia
        if_ep_pcmcia.c 
Log Message:
Simplify the match function a bit.


augustss
Thu Oct 16 10:38:58 PDT 1997
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv25069

Modified Files:
        CHANGES 
Log Message:
Note the addition of libossaudio.




Home | Main Index | Thread Index | Old Index