Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2000 19:44:21 -0800 (PST)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/buslogic bt.c bt_eisa.c btreg.h
Message-ID:  <200011130344.TAA98813@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2000/11/12 19:44:21 PST

  Modified files:
    sys/dev/buslogic     bt.c bt_eisa.c btreg.h 
  Log:
  Classify all EISA cards with major firmware revions '2' as 742As.
  This allows us to successfully attach early Storage Dimension cards.
  
  Allocate mailboxes for the 742A bellow the 16MB limit.  Although these
  cards seem to be able to deal with all other types of data anywhere
  in a 32bit address space, 24bit addresses are required for mailboxes.
  
  bt_eisa.c:
  	Add device IDs for all Storage Dimension products I could
  	find from their web site.
  
  Thanks to Ted Mittelstaed for loaning me the equipment to diagnose
  and fix these problems.
  
  Revision  Changes    Path
  1.29      +10 -4     src/sys/dev/buslogic/bt.c
  1.13      +13 -1     src/sys/dev/buslogic/bt_eisa.c
  1.14      +2 -1      src/sys/dev/buslogic/btreg.h



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?200011130344.TAA98813>