History log of /openbsd/sys/dev/cardbus/cardbus_map.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 21dab745 14-Mar-2015 jsg <jsg@openbsd.org>

Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@


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

replace a bunch of BAR wrangling code with calls to the pci
code it was originally copied from.

ok kettenis@


# 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@


# 9a7547d2 13-Jan-2010 jsg <jsg@openbsd.org>

As per NetBSD move HAYAKAWA Koichi's licenses to two clause.


# f0df3edc 23-Jul-2009 kettenis <kettenis@openbsd.org>

Remove unused code.

ok oga@, jsg@, blambert@, zap zap zap deraadt@


# 753ec538 17-Sep-2007 miod <miod@openbsd.org>

Un-staticize if option DDB.


# ad365a85 31-Jul-2006 mickey <mickey@openbsd.org>

puc@cardbus (only added (commented out) to whom has puc@pci enabled)
tested on puc@pci by fkr and meself on the cardbus.
still needs a bit more work but generally works.
deraadt@ ok and some input fr

puc@cardbus (only added (commented out) to whom has puc@pci enabled)
tested on puc@pci by fkr and meself on the cardbus.
still needs a bit more work but generally works.
deraadt@ ok and some input from miod@

show more ...


# e78ae9a1 21-Jun-2006 fkr <fkr@openbsd.org>

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 c

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

show more ...


# ffc7ba70 13-Sep-2005 fgsch <fgsch@openbsd.org>

knf; no binary change.


# 6357679f 04-Jul-2004 brad <brad@openbsd.org>

- two typos, stallen -> stolen
- cast base correctly for format string

From NetBSD

ok deraadt@


# 1009fa0d 27-Aug-2003 mickey <mickey@openbsd.org>

this bit is defined as prefetchable and not cachable and thus rename and use appropriately


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# e77beecc 08-Apr-2000 aaron <aaron@openbsd.org>

Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
machines, this code needs the new PCIBIOS* options enabled in the kernel config
file to work, but your mileage may vary.

Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
machines, this code needs the new PCIBIOS* options enabled in the kernel config
file to work, but your mileage may vary. Included is a working 3c575 driver for
3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575
is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has
been split into /sys/dev/ic.

show more ...