summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
committerjulian <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
commit198d88e0ae0e12a2ddafb80a60372116b0b1c0c6 (patch)
tree82e0b24f955f894892cc1c396f300233c0d0607a /sys/scsi/sd.c
parent1758bf79ff52b23e5828e97e6ed62be161d761bf (diff)
downloadFreeBSD-src-198d88e0ae0e12a2ddafb80a60372116b0b1c0c6.zip
FreeBSD-src-198d88e0ae0e12a2ddafb80a60372116b0b1c0c6.tar.gz
If you're going to mechanically replicate something in 50 files
it's best to not have a (compiles cleanly) typo in it! (sigh)
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 586812d..d0a9331 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.72 1995/11/20 12:42:32 phk Exp $
+ * $Id: sd.c,v 1.73 1995/11/29 10:49:02 julian Exp $
*/
#define SPLSD splbio
@@ -995,8 +995,8 @@ static void sd_drvinit(void *unused)
x=devfs_add_devsw(
"/", "sd", major(dev), 0, DV_BLK, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(sddev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,sd_drvinit,NULL)
OpenPOWER on IntegriCloud