diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-30 14:07:11 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-30 14:07:11 +0000 |
commit | 8d88fc81c47cb240f36e8daa81311f36000d290d (patch) | |
tree | abab9c9c30393ff6d4529813202382e41ba7d83d /sys/dev/ic | |
parent | 1515dc1cec7a7fa5b14f85a2ff80073c30f52ea4 (diff) |
Whoops, forgot to list the 3c555 device ID under media selection parts.
Diffstat (limited to 'sys/dev/ic')
-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; |