Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 1997 19:39:49 -0500
From:      Randall Hopper <rhh@ct.picker.com>
To:        John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Cc:        multimedia@freebsd.org
Subject:   AWE driver ready for -current check-in
Message-ID:  <19971220193949.65419@ct.picker.com>

next in thread | raw e-mail | index | archive | help
Hi John-Mark,

I just updated the AWE driver and its ports to build on -current (and
-stable), and its now prepped and ready for check-in to -current!

When you get a minute, I'd sure appeciate it if you would pull it, do a
quick build (to check me), and add it into the CVS tree.  I don't think it'll
take very long.

Here's the base URL:  
                  http://multiverse.com/~rhh/awedrv/
In particular, grab the driver pkg:
                  http://multiverse.com/~rhh/awedrv/awedrv-0.4.2c-+freebsd.tgz

INSTALL.frbsd details what to do, but basically on a 3.0-current system:

        # mkdir -p /usr/src/sys/gnu/i386/isa/sound
        # cp *.[ch] to /usr/src/sys/gnu/i386/isa/sound
        # cd /usr/src
        # patch < voxware-fbsd30-awe.diff
        # rm -f /usr/include/machine/soundcard.h
        # ln -s /usr/src/sys/i386/include/soundcard.h /usr/include/machine

Then after a test kernel build, here are the CVS ops needed:

        UPDATE THESE FILES:
                sys/i386/conf/files.i386
                sys/i386/isa/include/soundcard.h
                sys/i386/isa/sound/sound_calls.h
                sys/i386/isa/sound/dev_table.h

        DELETE THESE FILES:
                sys/i386/isa/sound/awe_hw.h
                sys/i386/isa/sound/awe_voice.h
                sys/i386/isa/sound/awe_wave.c

        AND ADD THESE FILES:
                sys/gnu/i386/isa/sound/awe_wave.c
                sys/gnu/i386/isa/sound/awe_voice.h
                sys/gnu/i386/isa/sound/awe_version.h
                sys/gnu/i386/isa/sound/awe_hw.h
                sys/gnu/i386/isa/sound/awe_config.h
                sys/gnu/i386/isa/sound/awe_compat.h

After this is checked in, I'll get the ports to Satashi.

Thanks!

Randy



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