diff options
author | peter <peter@FreeBSD.org> | 1999-11-18 04:20:23 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-11-18 04:20:23 +0000 |
commit | 76de652082e3dd91266681272257e6504d7bd1e2 (patch) | |
tree | b55078f312a27dc9b563b580508235664f28da4c /sys/alpha/tlsb | |
parent | 31081e234ac6b93f5fb839b54429ba24adcc784f (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/alpha/tlsb/zs_tlsb.c | 2 |
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, |