History log of /openbsd-current/sys/dev/cardbus/if_rl_cardbus.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.33 24-May-2024 jsg

remove unneeded includes


Revision tags: OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.32 06-Apr-2022 naddy

constify struct cfattach


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.31 17-Jun-2020 claudio

Remove the bus specific sc_ih (interrup handle) variable and use the common
sc_ih value of struct rl_softc. This fixes a crash in re(4) because
intr_barrier(9) is called with the rl_softc sc_ih which was NULL.
OK kettenis@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.30 24-Nov-2015 mpi

You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.


# 1.29 24-Nov-2015 mpi

The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.28 19-Dec-2014 guenther

Use <sys/endian.h> instead of <machine/endian.h>

ok dlg@ mpi@ bcook@ millert@ miod@


# 1.27 24-Nov-2014 brad

use the correct capitalization for Realtek.


# 1.26 11-Aug-2014 mpi

Fewer <netinet/in_systm.h>


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.25 07-Aug-2013 bluhm

Most network drivers include netinet/in_var.h, but apparently they
don't have to. Just remove these include lines.
Compiled on amd64 i386 sparc64; OK henning@ mikeb@


Revision tags: OPENBSD_5_4_BASE
# 1.24 07-Mar-2013 brad

Sort the CardBus ids.


# 1.23 07-Mar-2013 brad

Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
the 8129 PCI id is a 8129, everything else is a 8139.

Allows the D-Link DFE-520TX board to work and would ensure proper determination
of the chipset for at least the 8138 based boards (PCI/CardBus).

Tested by kirby@
Ok kirby@ sthen@ chris@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.22 02-Apr-2011 jasper

- use nitems(); no binary change@

ok jsg@


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.21 27-Mar-2010 jsg

Give cardbus the pci_chipset_tag_t from pccbb and push it out through
cardbus_attach_args so we can switch to using proper pci config
space functions instead of callback based wrappers.

ok oga@ krw@ kettenis@


# 1.20 27-Mar-2010 jsg

Bring back cardbus_chipset_tag_t which is in practice a
pointer to the pccbb softc, to distinguish it from a pci_chipset_tag_t
which can be passed to the normal pci functions.

Suggested by and ok kettenis@


# 1.19 22-Mar-2010 jsg

Remove some cardbus defines and types which are identical to
their pci counterparts, similar to recent changes in NetBSD.

ok oga@ deraadt@ jasper@


Revision tags: OPENBSD_4_7_BASE
# 1.18 21-Dec-2009 naddy

Some cleaning for the rl(4) driver:
- ANSI
- KNF
- remove the use of register

from Brad


Revision tags: OPENBSD_4_6_BASE
# 1.17 02-Jun-2009 jsg

make rl at pci detachable; untested.


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.16 08-May-2007 deraadt

rl_detach() is only used for cardbus case


Revision tags: OPENBSD_4_1_BASE
# 1.15 16-Oct-2006 tom

Fix some "is is"s. ok otto@.


# 1.14 12-Oct-2006 grange

Add a symbolic name parameter to cardbus_intr_establish().
Count cardbus devices interrupts in cbb(4) using evcount(9).

ok deraadt@


Revision tags: OPENBSD_4_0_BASE
# 1.13 21-Jun-2006 fkr

removal of '#ifdef rbus ... #else ...' directives, we use rbus in all
cases anyways, so we might as well remove code (the !rbus case) thats been
dead throughout the last years and just use the rbus code without ifdefs.

brad, miod "I am all for this diff"
ok deraadt, mickey


# 1.12 17-Jun-2006 brad

add sys/timeout.h


# 1.11 29-May-2006 pvalchev

minor space nit


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.10 29-May-2005 brad

- better pcidevs entries for Intel Gig and add 82573 ids
- add/fix up Abocom enries


# 1.9 16-May-2005 brad

Use cardbus_matchbyid().

ok millert@ jsg@


Revision tags: OPENBSD_3_7_BASE
# 1.8 07-Oct-2004 brad

cardbusdevs -> pcidevs

From NetBSD


Revision tags: OPENBSD_3_6_BASE
# 1.7 09-Jul-2004 brad

attach to Planex and Corega Ethernet cards.

From NetBSD

ok deraadt@


Revision tags: SMP_SYNC_A SMP_SYNC_B
# 1.6 07-Apr-2004 mickey

attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>


Revision tags: OPENBSD_3_5_BASE
# 1.5 21-Oct-2003 jmc

typos from Tom Cosgrove;


# 1.4 27-Sep-2003 fgsch

CardBus D-Link DFE-690TXD support.
Prompted by Ed White <ed at overminder dot com>, tested by
Joshua Johnson <joshua.johnson at ftlsys dot com>.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE UBC_SYNC_A UBC_SYNC_B
# 1.3 12-Oct-2002 krw

branches: 1.3.4;
Remove more '\n's from panic() statements. Both trailing and leading.

Diff generated by Chris Kuethe.


Revision tags: OPENBSD_3_2_BASE
# 1.2 08-Jun-2002 jason

branches: 1.2.2;
de pee


# 1.1 08-Jun-2002 aaron

Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing.


# 1.32 06-Apr-2022 naddy

constify struct cfattach


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.31 17-Jun-2020 claudio

Remove the bus specific sc_ih (interrup handle) variable and use the common
sc_ih value of struct rl_softc. This fixes a crash in re(4) because
intr_barrier(9) is called with the rl_softc sc_ih which was NULL.
OK kettenis@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.30 24-Nov-2015 mpi

You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.


# 1.29 24-Nov-2015 mpi

The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.28 19-Dec-2014 guenther

Use <sys/endian.h> instead of <machine/endian.h>

ok dlg@ mpi@ bcook@ millert@ miod@


# 1.27 24-Nov-2014 brad

use the correct capitalization for Realtek.


# 1.26 11-Aug-2014 mpi

Fewer <netinet/in_systm.h>


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.25 07-Aug-2013 bluhm

Most network drivers include netinet/in_var.h, but apparently they
don't have to. Just remove these include lines.
Compiled on amd64 i386 sparc64; OK henning@ mikeb@


Revision tags: OPENBSD_5_4_BASE
# 1.24 07-Mar-2013 brad

Sort the CardBus ids.


# 1.23 07-Mar-2013 brad

Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
the 8129 PCI id is a 8129, everything else is a 8139.

Allows the D-Link DFE-520TX board to work and would ensure proper determination
of the chipset for at least the 8138 based boards (PCI/CardBus).

Tested by kirby@
Ok kirby@ sthen@ chris@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.22 02-Apr-2011 jasper

- use nitems(); no binary change@

ok jsg@


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.21 27-Mar-2010 jsg

Give cardbus the pci_chipset_tag_t from pccbb and push it out through
cardbus_attach_args so we can switch to using proper pci config
space functions instead of callback based wrappers.

ok oga@ krw@ kettenis@


# 1.20 27-Mar-2010 jsg

Bring back cardbus_chipset_tag_t which is in practice a
pointer to the pccbb softc, to distinguish it from a pci_chipset_tag_t
which can be passed to the normal pci functions.

Suggested by and ok kettenis@


# 1.19 22-Mar-2010 jsg

Remove some cardbus defines and types which are identical to
their pci counterparts, similar to recent changes in NetBSD.

ok oga@ deraadt@ jasper@


Revision tags: OPENBSD_4_7_BASE
# 1.18 21-Dec-2009 naddy

Some cleaning for the rl(4) driver:
- ANSI
- KNF
- remove the use of register

from Brad


Revision tags: OPENBSD_4_6_BASE
# 1.17 02-Jun-2009 jsg

make rl at pci detachable; untested.


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.16 08-May-2007 deraadt

rl_detach() is only used for cardbus case


Revision tags: OPENBSD_4_1_BASE
# 1.15 16-Oct-2006 tom

Fix some "is is"s. ok otto@.


# 1.14 12-Oct-2006 grange

Add a symbolic name parameter to cardbus_intr_establish().
Count cardbus devices interrupts in cbb(4) using evcount(9).

ok deraadt@


Revision tags: OPENBSD_4_0_BASE
# 1.13 21-Jun-2006 fkr

removal of '#ifdef rbus ... #else ...' directives, we use rbus in all
cases anyways, so we might as well remove code (the !rbus case) thats been
dead throughout the last years and just use the rbus code without ifdefs.

brad, miod "I am all for this diff"
ok deraadt, mickey


# 1.12 17-Jun-2006 brad

add sys/timeout.h


# 1.11 29-May-2006 pvalchev

minor space nit


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.10 29-May-2005 brad

- better pcidevs entries for Intel Gig and add 82573 ids
- add/fix up Abocom enries


# 1.9 16-May-2005 brad

Use cardbus_matchbyid().

ok millert@ jsg@


Revision tags: OPENBSD_3_7_BASE
# 1.8 07-Oct-2004 brad

cardbusdevs -> pcidevs

From NetBSD


Revision tags: OPENBSD_3_6_BASE
# 1.7 09-Jul-2004 brad

attach to Planex and Corega Ethernet cards.

From NetBSD

ok deraadt@


Revision tags: SMP_SYNC_A SMP_SYNC_B
# 1.6 07-Apr-2004 mickey

attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>


Revision tags: OPENBSD_3_5_BASE
# 1.5 21-Oct-2003 jmc

typos from Tom Cosgrove;


# 1.4 27-Sep-2003 fgsch

CardBus D-Link DFE-690TXD support.
Prompted by Ed White <ed at overminder dot com>, tested by
Joshua Johnson <joshua.johnson at ftlsys dot com>.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE UBC_SYNC_A UBC_SYNC_B
# 1.3 12-Oct-2002 krw

branches: 1.3.4;
Remove more '\n's from panic() statements. Both trailing and leading.

Diff generated by Chris Kuethe.


Revision tags: OPENBSD_3_2_BASE
# 1.2 08-Jun-2002 jason

branches: 1.2.2;
de pee


# 1.1 08-Jun-2002 aaron

Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing.


# 1.31 17-Jun-2020 claudio

Remove the bus specific sc_ih (interrup handle) variable and use the common
sc_ih value of struct rl_softc. This fixes a crash in re(4) because
intr_barrier(9) is called with the rl_softc sc_ih which was NULL.
OK kettenis@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.30 24-Nov-2015 mpi

You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.


# 1.29 24-Nov-2015 mpi

The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.28 19-Dec-2014 guenther

Use <sys/endian.h> instead of <machine/endian.h>

ok dlg@ mpi@ bcook@ millert@ miod@


# 1.27 24-Nov-2014 brad

use the correct capitalization for Realtek.


# 1.26 11-Aug-2014 mpi

Fewer <netinet/in_systm.h>


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.25 07-Aug-2013 bluhm

Most network drivers include netinet/in_var.h, but apparently they
don't have to. Just remove these include lines.
Compiled on amd64 i386 sparc64; OK henning@ mikeb@


Revision tags: OPENBSD_5_4_BASE
# 1.24 07-Mar-2013 brad

Sort the CardBus ids.


# 1.23 07-Mar-2013 brad

Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
the 8129 PCI id is a 8129, everything else is a 8139.

Allows the D-Link DFE-520TX board to work and would ensure proper determination
of the chipset for at least the 8138 based boards (PCI/CardBus).

Tested by kirby@
Ok kirby@ sthen@ chris@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.22 02-Apr-2011 jasper

- use nitems(); no binary change@

ok jsg@


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.21 27-Mar-2010 jsg

Give cardbus the pci_chipset_tag_t from pccbb and push it out through
cardbus_attach_args so we can switch to using proper pci config
space functions instead of callback based wrappers.

ok oga@ krw@ kettenis@


# 1.20 27-Mar-2010 jsg

Bring back cardbus_chipset_tag_t which is in practice a
pointer to the pccbb softc, to distinguish it from a pci_chipset_tag_t
which can be passed to the normal pci functions.

Suggested by and ok kettenis@


# 1.19 22-Mar-2010 jsg

Remove some cardbus defines and types which are identical to
their pci counterparts, similar to recent changes in NetBSD.

ok oga@ deraadt@ jasper@


Revision tags: OPENBSD_4_7_BASE
# 1.18 21-Dec-2009 naddy

Some cleaning for the rl(4) driver:
- ANSI
- KNF
- remove the use of register

from Brad


Revision tags: OPENBSD_4_6_BASE
# 1.17 02-Jun-2009 jsg

make rl at pci detachable; untested.


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.16 08-May-2007 deraadt

rl_detach() is only used for cardbus case


Revision tags: OPENBSD_4_1_BASE
# 1.15 16-Oct-2006 tom

Fix some "is is"s. ok otto@.


# 1.14 12-Oct-2006 grange

Add a symbolic name parameter to cardbus_intr_establish().
Count cardbus devices interrupts in cbb(4) using evcount(9).

ok deraadt@


Revision tags: OPENBSD_4_0_BASE
# 1.13 21-Jun-2006 fkr

removal of '#ifdef rbus ... #else ...' directives, we use rbus in all
cases anyways, so we might as well remove code (the !rbus case) thats been
dead throughout the last years and just use the rbus code without ifdefs.

brad, miod "I am all for this diff"
ok deraadt, mickey


# 1.12 17-Jun-2006 brad

add sys/timeout.h


# 1.11 29-May-2006 pvalchev

minor space nit


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.10 29-May-2005 brad

- better pcidevs entries for Intel Gig and add 82573 ids
- add/fix up Abocom enries


# 1.9 16-May-2005 brad

Use cardbus_matchbyid().

ok millert@ jsg@


Revision tags: OPENBSD_3_7_BASE
# 1.8 07-Oct-2004 brad

cardbusdevs -> pcidevs

From NetBSD


Revision tags: OPENBSD_3_6_BASE
# 1.7 09-Jul-2004 brad

attach to Planex and Corega Ethernet cards.

From NetBSD

ok deraadt@


Revision tags: SMP_SYNC_A SMP_SYNC_B
# 1.6 07-Apr-2004 mickey

attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>


Revision tags: OPENBSD_3_5_BASE
# 1.5 21-Oct-2003 jmc

typos from Tom Cosgrove;


# 1.4 27-Sep-2003 fgsch

CardBus D-Link DFE-690TXD support.
Prompted by Ed White <ed at overminder dot com>, tested by
Joshua Johnson <joshua.johnson at ftlsys dot com>.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE UBC_SYNC_A UBC_SYNC_B
# 1.3 12-Oct-2002 krw

branches: 1.3.4;
Remove more '\n's from panic() statements. Both trailing and leading.

Diff generated by Chris Kuethe.


Revision tags: OPENBSD_3_2_BASE
# 1.2 08-Jun-2002 jason

branches: 1.2.2;
de pee


# 1.1 08-Jun-2002 aaron

Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.30 24-Nov-2015 mpi

You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.


# 1.29 24-Nov-2015 mpi

The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.28 19-Dec-2014 guenther

Use <sys/endian.h> instead of <machine/endian.h>

ok dlg@ mpi@ bcook@ millert@ miod@


# 1.27 24-Nov-2014 brad

use the correct capitalization for Realtek.


# 1.26 11-Aug-2014 mpi

Fewer <netinet/in_systm.h>


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.25 07-Aug-2013 bluhm

Most network drivers include netinet/in_var.h, but apparently they
don't have to. Just remove these include lines.
Compiled on amd64 i386 sparc64; OK henning@ mikeb@


Revision tags: OPENBSD_5_4_BASE
# 1.24 07-Mar-2013 brad

Sort the CardBus ids.


# 1.23 07-Mar-2013 brad

Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
the 8129 PCI id is a 8129, everything else is a 8139.

Allows the D-Link DFE-520TX board to work and would ensure proper determination
of the chipset for at least the 8138 based boards (PCI/CardBus).

Tested by kirby@
Ok kirby@ sthen@ chris@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.22 02-Apr-2011 jasper

- use nitems(); no binary change@

ok jsg@


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.21 27-Mar-2010 jsg

Give cardbus the pci_chipset_tag_t from pccbb and push it out through
cardbus_attach_args so we can switch to using proper pci config
space functions instead of callback based wrappers.

ok oga@ krw@ kettenis@


# 1.20 27-Mar-2010 jsg

Bring back cardbus_chipset_tag_t which is in practice a
pointer to the pccbb softc, to distinguish it from a pci_chipset_tag_t
which can be passed to the normal pci functions.

Suggested by and ok kettenis@


# 1.19 22-Mar-2010 jsg

Remove some cardbus defines and types which are identical to
their pci counterparts, similar to recent changes in NetBSD.

ok oga@ deraadt@ jasper@


Revision tags: OPENBSD_4_7_BASE
# 1.18 21-Dec-2009 naddy

Some cleaning for the rl(4) driver:
- ANSI
- KNF
- remove the use of register

from Brad


Revision tags: OPENBSD_4_6_BASE
# 1.17 02-Jun-2009 jsg

make rl at pci detachable; untested.


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.16 08-May-2007 deraadt

rl_detach() is only used for cardbus case


Revision tags: OPENBSD_4_1_BASE
# 1.15 16-Oct-2006 tom

Fix some "is is"s. ok otto@.


# 1.14 12-Oct-2006 grange

Add a symbolic name parameter to cardbus_intr_establish().
Count cardbus devices interrupts in cbb(4) using evcount(9).

ok deraadt@


Revision tags: OPENBSD_4_0_BASE
# 1.13 21-Jun-2006 fkr

removal of '#ifdef rbus ... #else ...' directives, we use rbus in all
cases anyways, so we might as well remove code (the !rbus case) thats been
dead throughout the last years and just use the rbus code without ifdefs.

brad, miod "I am all for this diff"
ok deraadt, mickey


# 1.12 17-Jun-2006 brad

add sys/timeout.h


# 1.11 29-May-2006 pvalchev

minor space nit


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.10 29-May-2005 brad

- better pcidevs entries for Intel Gig and add 82573 ids
- add/fix up Abocom enries


# 1.9 16-May-2005 brad

Use cardbus_matchbyid().

ok millert@ jsg@


Revision tags: OPENBSD_3_7_BASE
# 1.8 07-Oct-2004 brad

cardbusdevs -> pcidevs

From NetBSD


Revision tags: OPENBSD_3_6_BASE
# 1.7 09-Jul-2004 brad

attach to Planex and Corega Ethernet cards.

From NetBSD

ok deraadt@


Revision tags: SMP_SYNC_A SMP_SYNC_B
# 1.6 07-Apr-2004 mickey

attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>


Revision tags: OPENBSD_3_5_BASE
# 1.5 21-Oct-2003 jmc

typos from Tom Cosgrove;


# 1.4 27-Sep-2003 fgsch

CardBus D-Link DFE-690TXD support.
Prompted by Ed White <ed at overminder dot com>, tested by
Joshua Johnson <joshua.johnson at ftlsys dot com>.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE UBC_SYNC_A UBC_SYNC_B
# 1.3 12-Oct-2002 krw

branches: 1.3.4;
Remove more '\n's from panic() statements. Both trailing and leading.

Diff generated by Chris Kuethe.


Revision tags: OPENBSD_3_2_BASE
# 1.2 08-Jun-2002 jason

branches: 1.2.2;
de pee


# 1.1 08-Jun-2002 aaron

Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing.