summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_nge.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_nge.c')
-rw-r--r--sys/dev/pci/if_nge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_nge.c b/sys/dev/pci/if_nge.c
index 91b21e76c95..bcb5094a51b 100644
--- a/sys/dev/pci/if_nge.c
+++ b/sys/dev/pci/if_nge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_nge.c,v 1.53 2006/05/27 10:03:15 brad Exp $ */
+/* $OpenBSD: if_nge.c,v 1.54 2006/05/28 00:04:24 jason Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2000, 2001
@@ -2130,7 +2130,7 @@ nge_ioctl(ifp, command, data)
}
break;
default:
- error = EINVAL;
+ error = ENOTTY;
break;
}