diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1997-07-29 21:50:04 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1997-07-29 21:50:04 +0000 |
| commit | 5a6006b9122bbd42f905ff1a61b4663b7a71c63c (patch) | |
| tree | 5f964d9d03e04f9a378a38d8c73e26f197dccb52 | |
| parent | 82a43a3d46bb72bd5da7177dae390e7810a45e91 (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 1a0a1e81f19e..0891a051d069 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.100 1997/07/25 20:45:05 se Exp $ +** $Id: ncr.c,v 1.101 1997/07/28 21:32:05 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -1350,7 +1350,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.100 1997/07/25 20:45:05 se Exp $\n"; + "\n$Id: ncr.c,v 1.101 1997/07/28 21:32:05 se Exp $\n"; static const u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7 @@ -6215,10 +6215,10 @@ static int ncr_show_msg (u_char * msg) }; return (1); } - u_char scntl3; void ncr_int_sir (ncb_p np) { + u_char scntl3; u_char chg, ofs, per, fak, wide; u_char num = INB (nc_dsps); ccb_p cp=0; |
