History log of /openbsd/sys/dev/cardbus/if_malo_cardbus.c (Results 1 – 14 of 14)
Revision Date Author Comments
# c7101648 24-May-2024 jsg <jsg@openbsd.org>

remove unneeded includes


# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 37ecb596 06-Dec-2013 deraadt <deraadt@openbsd.org>

Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
kernel resumes normal (non-cold, able to run processes, etc) operation.
Previously we were relying on specific DVACT_RESUME op

Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
kernel resumes normal (non-cold, able to run processes, etc) operation.
Previously we were relying on specific DVACT_RESUME op's in drivers
creating callback/threads themselves, but that has become too common,
indicating the need for a built-in mechanism.
ok dlg kettenis, tested by a sufficient amount of people

show more ...


# 290efc67 14-Nov-2013 dlg <dlg@openbsd.org>

replace workqs with tasks for handling resume

from kimberley manning


# c8904f75 08-Aug-2010 deraadt <deraadt@openbsd.org>

activate function for suspend/restore; from mglocker


# c80ce954 27-Mar-2010 jsg <jsg@openbsd.org>

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@

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@

show more ...


# d38c70df 27-Mar-2010 jsg <jsg@openbsd.org>

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 ke

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@

show more ...


# 401cfd38 22-Mar-2010 jsg <jsg@openbsd.org>

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

ok oga@ deraadt@ jasper@


# e10c952f 29-Mar-2009 sthen <sthen@openbsd.org>

make various strings ("can't map mem space" and similar) more consistent
between instances, saving space in the kernel. feedback from many (some
incorporated, some left for future work).

ok deraadt,

make various strings ("can't map mem space" and similar) more consistent
between instances, saving space in the kernel. feedback from many (some
incorporated, some left for future work).

ok deraadt, kettenis, "why not" miod.

show more ...


# db1a6942 29-Nov-2006 mglocker <mglocker@openbsd.org>

Add another ID to match for the 88W8310 chip.

ok deraadt@


# b50d1de7 29-Oct-2006 mglocker <mglocker@openbsd.org>

Add first TX path and active scan bits. Don't expect to much yet.

ok claudio@


# 449608b7 25-Oct-2006 mglocker <mglocker@openbsd.org>

Ooops, forgot to add radio mtap includes.


# 0fb92cda 15-Oct-2006 claudio <claudio@openbsd.org>

Add $OpenBSD$ tag


# 9a5c977b 15-Oct-2006 claudio <claudio@openbsd.org>

First stubs for a new driver for the Marvell Libertas chips.
The card correctly loads the firmware and it is possible to send a few
simple commands to the card but that's it. No packet are sent or re

First stubs for a new driver for the Marvell Libertas chips.
The card correctly loads the firmware and it is possible to send a few
simple commands to the card but that's it. No packet are sent or received.
Only the Netgear WG511v2 cardbus card is tested.
A cheese fondue and a bigger amount of white wine was needed to make the
interrupts work -- until last night the driver was uploading the firmware
to fast and the card garbled the image without moaning. It took us a full
day and hundreds of test kernels to figure that out.
Joint work with mglocker@, fondue by mbalmer@
OK mglocker@, get it in deraadt@

show more ...