aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/bt9xx.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
| | | | Notes: svn path=/head/; revision=27845
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-2/+2
| | | | Notes: svn path=/head/; revision=18946
* Add PCI ID for older revision Buslogic 946 cardsJustin T. Gibbs1996-02-181-1/+3
| | | | | | | Submitted by: greg@greg.rim.or.jp Notes: svn path=/head/; revision=14140
* Allow I/O port ranges above the standard ISA one so the PCI probe will succeed.Justin T. Gibbs1996-02-161-8/+11
| | | | | | | Reviewed by: Richard J Kuhns <rjk@sparcmill.grauel.com> Notes: svn path=/head/; revision=14111
* Correct the PCI ID for the Buslogic 946.Justin T. Gibbs1996-02-121-2/+2
| | | | Notes: svn path=/head/; revision=14068
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-21/+2
| | | | | | | Reviewed by: davidg Notes: svn path=/head/; revision=13597
* Change the generic "btintr" function's name to "bt_intr" - the same asPeter Wemm1995-12-141-2/+2
| | | | | | | | | | | | | | | all the other bt_XXX() functions in i386/scsi/bt*. This the important effect of forcing a link error if the user is still using the old "vector btintr" which is dangerously wrong after Justin's updates to the driver. The correct isa vector line for the bt driver is "vector bt_isa_intr". Justin mentioned this in the commit message and updated LINT and GENERIC. This change is to enforce that.. :-) Notes: svn path=/head/; revision=12824
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+2
| | | | Notes: svn path=/head/; revision=12820
* PCI portion of the Buslogic SCSI driver. Needs to be tested and moreJustin T. Gibbs1995-12-121-0/+134
PCI ids for Buslogic products added. Notes: svn path=/head/; revision=12794