diff options
author | 2000-09-30 14:07:10 +0000 | |
---|---|---|
committer | 2000-09-30 14:07:10 +0000 | |
commit | 751c71025155f001dbf4070e3d795f11f84cf66c (patch) | |
tree | f1cbc47f11b9b75c1983700ee016f73239ac6db7 | |
parent | Oops, time to learn how to count (diff) | |
download | wireguard-openbsd-751c71025155f001dbf4070e3d795f11f84cf66c.tar.xz wireguard-openbsd-751c71025155f001dbf4070e3d795f11f84cf66c.zip |
Whoops, forgot to list the 3c555 device ID under media selection parts.
-rw-r--r-- | sys/dev/ic/xl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index cd5c8090395..fc9158302ae 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.10 2000/09/29 05:28:28 aaron Exp $ */ +/* $OpenBSD: xl.c,v 1.11 2000/09/30 14:07:10 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -971,6 +971,7 @@ void xl_choose_xcvr(sc, verbose) printf("xl%d: guessing 10baseFL\n", sc->xl_unit); break; case TC_DEVICEID_BOOMERANG_10_100BT: /* 3c905-TX */ + case TC_DEVICEID_HURRICANE_555: /* 3c555 */ case TC_DEVICEID_HURRICANE_556: /* 3c556 */ case TC_DEVICEID_HURRICANE_556B: /* 3c556B */ sc->xl_media = XL_MEDIAOPT_MII; |