History log of /openbsd/sys/dev/pci/pccbbreg.h (Results 1 – 12 of 12)
Revision Date Author Comments
# dd4c2571 18-Oct-2012 deraadt <deraadt@openbsd.org>

Use pci_set_powerstate() unconditionally for all chip variants, rather
than a kludged together chunk of code for just one chip, which happens
to be entirely wrong. We need to watch for regressions o

Use pci_set_powerstate() unconditionally for all chip variants, rather
than a kludged together chunk of code for just one chip, which happens
to be entirely wrong. We need to watch for regressions on cardbus, though.
ok kettenis

show more ...


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

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


# 6b5cd453 20-Jul-2008 kettenis <kettenis@openbsd.org>

On TI cardbus bridges, enable PCI interrupt routing if the device has not
been initialized by the firmware. This was probably the intention of the
origional code, however, it used the wrong default

On TI cardbus bridges, enable PCI interrupt routing if the device has not
been initialized by the firmware. This was probably the intention of the
origional code, however, it used the wrong default value for the register
in question.

Add TI PCI1510 to the list of 12XX-compatible bridges.

"be brave" deraadt@

show more ...


# 43bf4bc1 26-Apr-2006 brad <brad@openbsd.org>

Fix a typo in register definitions: looks like somebody copied the
CB_SOCKET_STAT_3VSOCK definition to CB_SOCKET_STAT_XVSOCK and
CB_SOCKET_STAT_YVSOCK definitions without updating the numbers.

From

Fix a typo in register definitions: looks like somebody copied the
CB_SOCKET_STAT_3VSOCK definition to CB_SOCKET_STAT_XVSOCK and
CB_SOCKET_STAT_YVSOCK definitions without updating the numbers.

From NetBSD

show more ...


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

Add comment regarding the `reserved' o2micro registers, taken from
linux o2micro.h file.


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

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


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

addition O2Micro registers needed to make certain chipsets work (atheros
seems to be one of them). from linux via
Leonardo Chiquitto Filho <leonardo at iken dot com dot br>


# e73942c4 19-Sep-2005 fgsch <fgsch@openbsd.org>

spelling.


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

tweaks for ti12xx bridges; from freebsd via rees@


# fdc28895 25-Jun-2003 mickey <mickey@openbsd.org>

add topic97b support; from netbsd and tested by Pedro la Peu <pedro@am-gen.org>


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