summaryrefslogtreecommitdiffstats
path: root/sys/alpha/tlsb/zs_tlsb.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-18 04:20:23 +0000
committerpeter <peter@FreeBSD.org>1999-11-18 04:20:23 +0000
commit76de652082e3dd91266681272257e6504d7bd1e2 (patch)
treeb55078f312a27dc9b563b580508235664f28da4c /sys/alpha/tlsb/zs_tlsb.c
parent31081e234ac6b93f5fb839b54429ba24adcc784f (diff)
downloadFreeBSD-src-76de652082e3dd91266681272257e6504d7bd1e2.zip
FreeBSD-src-76de652082e3dd91266681272257e6504d7bd1e2.tar.gz
Move Alpha conflicting entries (98,99) to 135,136. Renumber the zsc
CDEV_MAJOR entry to match.. Is "ipr" in the tree? I can't find it.
Diffstat (limited to 'sys/alpha/tlsb/zs_tlsb.c')
-rw-r--r--sys/alpha/tlsb/zs_tlsb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/tlsb/zs_tlsb.c b/sys/alpha/tlsb/zs_tlsb.c
index 544e0f2..7b22012 100644
--- a/sys/alpha/tlsb/zs_tlsb.c
+++ b/sys/alpha/tlsb/zs_tlsb.c
@@ -66,7 +66,7 @@ static d_open_t zsopen;
static d_close_t zsclose;
static d_ioctl_t zsioctl;
-#define CDEV_MAJOR 98
+#define CDEV_MAJOR 135
static struct cdevsw zs_cdevsw = {
/* open */ zsopen,
/* close */ zsclose,
OpenPOWER on IntegriCloud