OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Brad Smith (bradcvs.openbsd.org)
Date: Thu Oct 02 2008 - 20:31:24 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2008/10/02 19:31:24

Modified files:
        sys/dev/pcmcia : if_xe.c

Log message:
Merge xe_ether_ioctl() into xe_ioctl() which was just a handler for
SIOCSIFADDR, now this looks like every other driver. Also return ENOTTY
for unknown ioctl's. Reduces i386 GENERIC by 112 bytes.