patch-2.1.107 linux/drivers/block/hd.c
Next file: linux/drivers/block/ht6560b.c
Previous file: linux/drivers/block/genhd.c
Back to the patch index
Back to the overall index
-  Lines: 32
-  Date:
Wed Jun 24 14:30:09 1998
-  Orig file: 
v2.1.106/linux/drivers/block/hd.c
-  Orig date: 
Sun Jun  7 11:16:28 1998
diff -u --recursive --new-file v2.1.106/linux/drivers/block/hd.c linux/drivers/block/hd.c
@@ -690,10 +690,10 @@
 }
 
 /*
- * This is the harddisk IRQ description. The SA_INTERRUPT in sa_flags
- * means we run the IRQ-handler with interrupts disabled: this is bad for
+ * This is the hard disk IRQ description. The SA_INTERRUPT in sa_flags
+ * means we run the IRQ-handler with interrupts disabled:  this is bad for
  * interrupt latency, but anything else has led to problems on some
- * machines...
+ * machines.
  *
  * We enable interrupts in some of the routines after making sure it's
  * safe.
@@ -760,7 +760,7 @@
 	}
 	if (NR_HD) {
 		if (request_irq(HD_IRQ, hd_interrupt, SA_INTERRUPT, "hd", NULL)) {
-			printk("hd: unable to get IRQ%d for the harddisk driver\n",HD_IRQ);
+			printk("hd: unable to get IRQ%d for the hard disk driver\n",HD_IRQ);
 			NR_HD = 0;
 		} else {
 			request_region(HD_DATA, 8, "hd");
@@ -790,7 +790,7 @@
 __initfunc(int hd_init(void))
 {
 	if (register_blkdev(MAJOR_NR,"hd",&hd_fops)) {
-		printk("hd: unable to get major %d for harddisk\n",MAJOR_NR);
+		printk("hd: unable to get major %d for hard disk\n",MAJOR_NR);
 		return -1;
 	}
 	blk_dev[MAJOR_NR].request_fn = DEVICE_REQUEST;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov