summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1993-07-15 17:53:14 +0000
committerdg <dg@FreeBSD.org>1993-07-15 17:53:14 +0000
commit25bd55627585fbce3330a173cb309cb5fd364767 (patch)
tree2d3b523153c2efb7a70dfc4a1a555e14d696e5a4 /sys/i386/eisa
parent11fc15d53f760d42b22fe441368b6a2fc1b99807 (diff)
downloadFreeBSD-src-25bd55627585fbce3330a173cb309cb5fd364767.zip
FreeBSD-src-25bd55627585fbce3330a173cb309cb5fd364767.tar.gz
Modified attach printf's so that the output is compatible with the "new"
way of doing things. There still remain several drivers that need to be updated. Also added a compile-time option to pccons to switch the control and caps-lock keys (REVERSE_CAPS_CTRL) - added for my personal sanity.
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aha1742.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index 721f6f7..655ba4e 100644
--- a/sys/i386/eisa/aha1742.c
+++ b/sys/i386/eisa/aha1742.c
@@ -520,7 +520,6 @@ struct isa_dev *dev;
#ifdef __386BSD__ /* 386BSD */
dev->id_irq = (1 << ahb_data[unit].vect);
dev->id_drq = -1; /* use EISA dma */
- printf("\n **");
#endif __386BSD__
ahb_unit++;
@@ -537,7 +536,7 @@ struct isa_dev *dev;
#ifdef __386BSD__
- printf(" probing for scsi devices**\n");
+ printf("**probing for scsi devices**\n");
#endif __386BSD__
/***********************************************\
@@ -551,9 +550,6 @@ struct isa_dev *dev;
{
ahb_timeout(0);
}
-#ifdef __386BSD__
- printf("ahb%d",unit);
-#endif __386BSD__
return;
}
@@ -864,7 +860,6 @@ int unit;
* level *
\***********************************************/
#ifdef __386BSD__
- printf("ahb%d reading board settings, ",unit);
#define PRNT(x)
#else __386BSD__
printf("ahb%d:",unit);
OpenPOWER on IntegriCloud