diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-16 21:42:18 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-16 21:42:18 +0000 |
commit | fca520c1cec86189f29e49b06cc98d4e7638c34d (patch) | |
tree | f853582f111152ad926fd13946971bfae4e5449b /sys/dev/cardbus/if_xl_cardbus.c | |
parent | 02350e93099c65d76824cb19e4150ebb699653a3 (diff) |
Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops
(i.e., HP OmniBooks). I have sent these changes to a tester but I haven't
heard back yet. Assume for now the changes are OK since all of the other
variants I have still work.
Diffstat (limited to 'sys/dev/cardbus/if_xl_cardbus.c')
-rw-r--r-- | sys/dev/cardbus/if_xl_cardbus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cardbus/if_xl_cardbus.c b/sys/dev/cardbus/if_xl_cardbus.c index f4ca9841b38..af381e276a8 100644 --- a/sys/dev/cardbus/if_xl_cardbus.c +++ b/sys/dev/cardbus/if_xl_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_cardbus.c,v 1.7 2000/09/16 21:11:16 aaron Exp $ */ +/* $OpenBSD: if_xl_cardbus.c,v 1.8 2000/09/16 21:42:17 aaron Exp $ */ /* $NetBSD: if_xl_cardbus.c,v 1.13 2000/03/07 00:32:52 mycroft Exp $ */ /* @@ -229,6 +229,7 @@ xl_cardbus_attach(parent, self, aux) sc->xl_bustype = XL_BUS_CARDBUS; sc->xl_cb_flags = ecp->ecp_flags; + sc->xl_flags = XL_FLAG_EEPROM_OFFSET_30|XL_FLAG_8BITROM; iob = adr; sc->xl_bhandle = ioh; |