Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/dev/twe/twe.c 123103 2003-12-02 07:57:20Z ps $
---
> * $FreeBSD: head/sys/dev/twe/twe.c 126099 2004-02-22 01:03:38Z cperciva $
276c276
< if (unit < 0 || unit > TWE_MAX_UNITS)
---
> if (unit < 0 || unit >= TWE_MAX_UNITS)