Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 18:30:20 -0800 (PST)
From:      Cameron Grant <cg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sound/isa sb.c sb.h sbc.c
Message-ID:  <199912120230.SAA06026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cg          1999/12/11 18:30:20 PST

  Modified files:
    sys/dev/sound/isa    sb.c sb.h sbc.c 
  Log:
  make sb dependant on sbc
  add support for non-pnp cards to sbc
  move card identification to sbc
  channel-swapping code is in sb now instead of dsp
  vibra16x support is still broken, but will be fixed soon
  
  note: sbc is now compulsory for sb cards
  
  for pnp cards use:
  device sbc0
  
  for non-pnp cards eg:
  device sbc0 at isa? port 0x240 irq 5 drq 3 flags 0x15
  (hints as oldpcm)
  
  both in addition to:
  device pcm0
  
  Reviewed by:	tanimura,dfr
  Said he liked it: peter
  
  Revision  Changes    Path
  1.37      +94 -357   src/sys/dev/sound/isa/sb.c
  1.10      +43 -53    src/sys/dev/sound/isa/sb.h
  1.7       +316 -97   src/sys/dev/sound/isa/sbc.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?199912120230.SAA06026>