History log of /openbsd/sys/dev/pci/pccbbvar.h (Results 1 – 16 of 16)
Revision Date Author Comments
# 6e723e3a 06-Sep-2010 kettenis <kettenis@openbsd.org>

Save and restore pci config space registers common to all PCI-CardBus
bridges when we do suspend and resume.

ok deraadt@


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

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


# cd0a8371 25-Jul-2009 kettenis <kettenis@openbsd.org>

Stop using rbus to set up the socket BAR if it has been left unitialized
by the firmware; our PCI code takes care of this now. Also eliminate
support for I/O socket BARs. There is no evidence they

Stop using rbus to set up the socket BAR if it has been left unitialized
by the firmware; our PCI code takes care of this now. Also eliminate
support for I/O socket BARs. There is no evidence they actually exist.
Clean up some unused structure members while there.

ok miod@

show more ...


# fe78520c 30-Nov-2007 miod <miod@openbsd.org>

Skip the sanity test introduced in r1.50 on TI devices, as it gets triggered
with valid devices.


# 72cea28d 12-Oct-2006 grange <grange@openbsd.org>

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

ok deraadt@


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


# 0b4227cc 02-Apr-2006 brad <brad@openbsd.org>

- add pccbb_attach_hook in pccbbattach for MD initializations.
- omit arithmetics to bus_space_handle_t.
- remove use of IST_LEVEL; not defined on sparc64 and unused.

From NetBSD


# b6ade3e5 02-Oct-2005 fgsch <fgsch@openbsd.org>

add special handling for some o2micro devices, so by instance atheros works.
adapted from similar linux change by
Aristeu Sergio Rozanski Filho <aris at cathedrallabs dot org>
via Leonardo Chiquitto

add special handling for some o2micro devices, so by instance atheros works.
adapted from similar linux change by
Aristeu Sergio Rozanski Filho <aris at cathedrallabs dot org>
via Leonardo Chiquitto Filho <leonardo at iken dot com dot br>.
test compiled by pedro@.

show more ...


# 943b1d4a 23-Sep-2005 fgsch <fgsch@openbsd.org>

complete rearrange and spaces. makes this readable. no binary change.


# b66b5efe 14-Jul-2004 mickey <mickey@openbsd.org>

tweaks for ti12xx bridges; from freebsd via rees@


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

First round of __P removal in sys


# ce4094cf 01-May-2001 mickey <mickey@openbsd.org>

restore socket base addr and bus number on resume; from netbsd


# be4f59f6 27-Jan-2001 mickey <mickey@openbsd.org>

introduce and use a flag indicating that interrupts are
enabled for this cbb. essentially this means that cbb
driver has completed it's initialization and is
ready to treat interrupts. this was expos

introduce and use a flag indicating that interrupts are
enabled for this cbb. essentially this means that cbb
driver has completed it's initialization and is
ready to treat interrupts. this was exposed by
ccb's sharing their interrupt and pccbbintr() being called
for cbb which has not completed attachment due
to interrupt sharing.

show more ...


# e1ec36b9 25-Jul-2000 mickey <mickey@openbsd.org>

convert to new timeouts


# c70c1766 06-Jul-2000 aaron <aaron@openbsd.org>

Sync with NetBSD.


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