summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-12-31 20:29:56 +0000
committermjacob <mjacob@FreeBSD.org>2000-12-31 20:29:56 +0000
commit455cbaec150af71fa466e446ceb656c50cc8c145 (patch)
tree05d7ebd514b57a221e9fa504ad2fd56484b0a5eb /sys
parent1a641391629820dfdce27d28a225245a73dcab7a (diff)
downloadFreeBSD-src-455cbaec150af71fa466e446ceb656c50cc8c145.zip
FreeBSD-src-455cbaec150af71fa466e446ceb656c50cc8c145.tar.gz
Oops, I'm such an idiot. For reasons I don't really agree with,
all devices are by default known by their 'cooked' name, so my change was wrong. I thought it was a hangover from old 'block tape device' support which hasn't worked (if it ever did) since v6/PWB. So, the default tape name is now the same as Linux. Far out, man....
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mtio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h
index e41a282..11c6e58 100644
--- a/sys/sys/mtio.h
+++ b/sys/sys/mtio.h
@@ -225,7 +225,7 @@ union mterrstat {
#define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t)
#ifndef _KERNEL
-#define DEFTAPE "/dev/nrsa0"
+#define DEFTAPE "/dev/nsa0"
#endif
#ifdef _KERNEL
OpenPOWER on IntegriCloud