Peter Wemm
|
96b3554e5c
|
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
hurt the driver portability to 3.x too much for where drivers are shared.
|
1999-04-24 20:17:05 +00:00 |
|
Justin T. Gibbs
|
b2608b2c73
|
Staticize the overrun buffer so that they are not shared between
cards of different bus types as each bus type may have a different
bus mapping.
Submitted by: Eivind Eklund <eivind@yes.no>
|
1998-12-22 18:14:15 +00:00 |
|
Matthew Dillon
|
2cbe36f725
|
probe function changed from returning char * to const char *.
|
1998-12-14 06:37:37 +00:00 |
|
Archie Cobbs
|
f1d19042b0
|
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
and local variables, goto labels, and functions declared but not defined.
|
1998-12-07 21:58:50 +00:00 |
|
Justin T. Gibbs
|
a5a2d1bfe9
|
Advance Systems SCSI Host Adapter driver for CAM. Currently only support
the 8bit SCSI AdvanSys products.
|
1998-09-15 07:03:43 +00:00 |
|