aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-09-24 10:43:42 +0000
committerBruce Evans <bde@FreeBSD.org>1998-09-24 10:43:42 +0000
commitf28d6834e1ed19d60566df46f4c7aa858b7f401f (patch)
treea3265813a15fe6b5e12eeea14964262843afe219 /sys/dev
parent849ded1371e2456eb2f4a88638bf83a198fd28d4 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/aha/aha_isa.c4
-rw-r--r--sys/dev/buslogic/bt_isa.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c
index 3a1a91dc7571..d1e75c4d8276 100644
--- a/sys/dev/aha/aha_isa.c
+++ b/sys/dev/aha/aha_isa.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: aha_isa.c,v 1.1 1998/09/15 07:39:55 gibbs Exp $
*/
#include <sys/param.h>
@@ -42,8 +42,6 @@
#include <cam/scsi/scsi_all.h>
-#include "ioconf.h"
-
static int aha_isa_probe __P((struct isa_device *dev));
static int aha_isa_attach __P((struct isa_device *dev));
static void aha_isa_intr __P((void *unit));
diff --git a/sys/dev/buslogic/bt_isa.c b/sys/dev/buslogic/bt_isa.c
index adab9cfaa91f..b74752ab6f7b 100644
--- a/sys/dev/buslogic/bt_isa.c
+++ b/sys/dev/buslogic/bt_isa.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: bt_isa.c,v 1.1 1998/09/15 07:32:54 gibbs Exp $
*/
#include <sys/param.h>
@@ -40,8 +40,6 @@
#include <cam/scsi/scsi_all.h>
-#include "ioconf.h"
-
static int bt_isa_probe __P((struct isa_device *dev));
static int bt_isa_attach __P((struct isa_device *dev));
static void bt_isa_intr __P((void *unit));