diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1995-02-27 17:10:20 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1995-02-27 17:10:20 +0000 |
| commit | dff6de1a8c7ce74603d327353fdd839d34819363 (patch) | |
| tree | 02cff2ba60f5a735b7e34fe4a0a22bbf99fb7163 | |
| parent | 5321a06fb8631334bc6430a74395cd81f22fd275 (diff) | |
Notes
| -rw-r--r-- | sys/pci/ncr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index f6605349e549..e155b8012e50 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.26 1995/02/22 18:04:56 se Exp $ +** $Id: ncr.c,v 1.27 1995/02/25 17:34:03 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -218,7 +218,7 @@ */ #ifdef SCSI_DEBUG_FLAGS - #define DEBUG_FLAGS ncr_debug; + #define DEBUG_FLAGS ncr_debug #else /* SCSI_DEBUG_FLAGS */ #define SCSI_DEBUG_FLAGS 0 #define DEBUG_FLAGS 0 @@ -1254,7 +1254,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.26 1995/02/22 18:04:56 se Exp $\n"; + "\n$Id: ncr.c,v 1.27 1995/02/25 17:34:03 se Exp $\n"; u_long ncr_version = NCR_VERSION + (u_long) sizeof (struct ncb) |
