Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 1995 01:13:53 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/i386/isa bt742a.c
Message-ID:  <199512070913.BAA15330@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       95/12/07 01:13:52

  Modified:    sys/i386/isa  bt742a.c
  Log:
  Implement detection of whether or not bounce-buffering is required
  for the particular card in use.  At the moment, I've set it to any of
  the bt445S VLB cards (not the bt445C which apparently work) and the
  bt5xx series (isa cards).  The 742 and PCI cards should not need it. :-)
  
  It may be useful to have something like this:
  #ifndef BOUNCE_BUFFERS
    if (bounce_buffers_required && more_than_16MB_ram)
      panic("this card requires bounce buffers for more than 16MB ram!")
  #endif
  
  Revision  Changes    Path
  1.45      +10 -3     src/sys/i386/isa/bt742a.c



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