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.
This commit is contained in:
parent
f06f71af59
commit
806983a7c0
@ -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,
|
||||
|
@ -150,9 +150,6 @@ chrdev name comments
|
||||
95 md Memory Disk
|
||||
96 altq alternate queueing (including cbq, red, wfq)
|
||||
97 prom Alpha PROM console
|
||||
# Alpha vs. i386 conflicts
|
||||
#98 zsc TurboLaser console uart
|
||||
#99 ipr Iprobe on-chip perf. counters (gallatin@freebsd.org)
|
||||
98 loe Loopback pseudo-ethernet (sbabkin@dcn.att.com)
|
||||
99 ct Cronyx/Tau serial adaptor
|
||||
100 xrpu Xilinx Reprogrammable Processing Unit
|
||||
@ -190,5 +187,7 @@ chrdev name comments
|
||||
132 amr AMI MegaRAID (control device)
|
||||
133 amrd AMI MegaRAID (disk device)
|
||||
134 taupci Cronyx Tau-PCI card <vak@hanoi.cronyx.ru>
|
||||
135 zsc TurboLaser console uart
|
||||
136 ipr Iprobe on-chip perf. counters (gallatin@freebsd.org)
|
||||
200 ?? entries from 200-255 are reserved for local use
|
||||
255 ?? entries from 200-255 are reserved for local use
|
||||
|
Loading…
Reference in New Issue
Block a user