History log of /openbsd-current/sys/dev/pci/if_wbreg.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.9 18-Oct-2012 deraadt

Convert a number of old private copies of code which predates
pci_set_powerstate() to using it instead. Many of these chunks of code had
bugs in them, especially missing delay() calls. Some of them were doing
things our PCI subsystem is now responsible for handling. If you have
any of the affected devices, please keep an eye out for regressions.
ok kettenis


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.8 17-Dec-2005 miod

Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t
instead; looked at millert@


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B
# 1.7 19-May-2004 brad

remove duplication, use ETHER_ALIGN from if_ether.h


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE UBC_BASE UBC_SYNC_A UBC_SYNC_B
# 1.6 23-Jun-2001 fgsch

More constants cleaning.


Revision tags: OPENBSD_2_9_BASE
# 1.5 03-Feb-2001 mickey

new timeouts


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE SMP_BASE kame_19991208
# 1.4 19-Nov-1999 jason

branches: 1.4.2;
use bus_dma*
merge with freebsd:
use dev/mii layer
do a more full reset in wb_reset()


Revision tags: OPENBSD_2_6_BASE
# 1.3 27-Sep-1999 jason

reindent after removing statics
remove %d/wb_unit in favor of %s/sc_dev.dv_xname
From aaron@:
uncomment and use splimp() (and fix case where splx would be missed)
correct check for mem mapped mode


# 1.2 03-Sep-1999 jason

o make this look more like an OpenBSD driver (removed static's)
o partial merge with freebsd, alpha support (currently untested)


Revision tags: OPENBSD_2_5_BASE
# 1.1 11-Mar-1999 jason

Winbond W89C840F ethernet driver