diff options
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r-- | sys/dev/pci/if_bge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 32857ed571e..cc74ac3d280 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.147 2006/05/27 10:03:15 brad Exp $ */ +/* $OpenBSD: if_bge.c,v 1.148 2006/05/28 00:04:24 jason Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -3157,7 +3157,7 @@ bge_ioctl(struct ifnet *ifp, u_long command, caddr_t data) } break; default: - error = EINVAL; + error = ENOTTY; break; } |