mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Set cn_name, not cn_dev
This commit is contained in:
parent
5e27a46ce9
commit
26b0e90ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which)
|
|||
static void
|
||||
ssccnprobe(struct consdev *cp)
|
||||
{
|
||||
cp->cn_dev = makedev(CDEV_MAJOR, 0);
|
||||
sprintf(cp->cn_name, "ssccons");
|
||||
cp->cn_pri = CN_INTERNAL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue