Use correct interface name (it's different on -current).
Submitted by: Brooks Davis <brooks@one-eyed-alien.net> MFC after: 20 days
This commit is contained in:
parent
8ad8452bd4
commit
3c1493dcbd
@ -131,7 +131,7 @@ static struct _devname {
|
||||
{ DEVICE_TYPE_NETWORK, "cuaa%d", "%s on device %s (COM%d)", 28, 128, 1, 16 },
|
||||
{ DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" },
|
||||
{ DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" },
|
||||
{ DEVICE_TYPE_NETWORK, "ds", "Software discard network interface" },
|
||||
{ DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" },
|
||||
#ifdef PC98
|
||||
{ DEVICE_TYPE_DISK, "wd%d", "IDE disk device", 3, 65538, 8, 16 },
|
||||
{ DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 69, 2, 8, 4 },
|
||||
|
@ -131,7 +131,7 @@ static struct _devname {
|
||||
{ DEVICE_TYPE_NETWORK, "cuaa%d", "%s on device %s (COM%d)", 28, 128, 1, 16 },
|
||||
{ DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" },
|
||||
{ DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" },
|
||||
{ DEVICE_TYPE_NETWORK, "ds", "Software discard network interface" },
|
||||
{ DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" },
|
||||
#ifdef PC98
|
||||
{ DEVICE_TYPE_DISK, "wd%d", "IDE disk device", 3, 65538, 8, 16 },
|
||||
{ DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 69, 2, 8, 4 },
|
||||
|
Loading…
Reference in New Issue
Block a user