Home | History | Annotate | Download | only in pci
History log of /src/sys/arch/i386/pci/geodewdg.c
RevisionDateAuthorComments
 1.12  11-Jul-2016  msaitoh KNF. No functional change.
 1.11  01-Jul-2011  dyoung branches: 1.11.12; 1.11.30;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.10  19-Oct-2009  rmind Drop 3rd and 4th clauses from David Young's license.
Reviewed and approved by dyoung@ (copyright holder).
 1.9  05-May-2008  xtraeme branches: 1.9.14;
device_t/softc split and other related cosmetic changes.
 1.8  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.7  03-Jan-2008  dyoung branches: 1.7.6; 1.7.8; 1.7.10;
Support detachment of geodegcb(4) and its children, geodecntr(4)
and geodewdog(4). Support detachment of gscpcib0 and its child,
gpio0.
 1.6  17-Dec-2007  dyoung Cosmetic: wrap some lines. Join some lines. struct device * ->
device_t. Use device_t accessor functions.
 1.5  16-Nov-2006  christos branches: 1.5.28; 1.5.34; 1.5.38; 1.5.42;
__unused removal on arguments; approved by core.
 1.4  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.3  31-Aug-2006  dyoung branches: 1.3.2; 1.3.4; 1.3.6;
Per discussion on tech-kern and tech-userlevel, move the bit-twiddling
macros, __BIT, __BITS, SHIFTIN, SHIFTOUT, and __arraycount() from
lib/libkern/libkern.h to sys/cdefs.h. Add a __-prefix to SHIFTIN
and SHIFTOUT, and add a manual page for the bit-twiddling macros,
bits(3).

Make the __BIT and __BITS macros "widthless," as best I can, by
changing their type to uintmax_t from uint32_t. XXX The manual
page lags this change by a bit.

Define __PRIxBIT and __PRIxBITS printf(3) format strings.
 1.2  07-Jun-2006  kardel branches: 1.2.4; 1.2.6;
convert to timecounters (from branch simonb-timecounters)
 1.1  28-Feb-2006  kardel branches: 1.1.2; 1.1.4;
file geodewdg.c was initially added on branch simonb-timecounters.
 1.1.4.2  03-Sep-2006  yamt sync with head.
 1.1.4.1  26-Jun-2006  yamt sync with head.
 1.1.2.2  22-Apr-2006  simonb Sync with head.
 1.1.2.1  28-Feb-2006  kardel Move watchdog timer support code out of geode.c in to its
own file, leaving geode.c to just set up GDB mappings.
Add support for CGB high resolution counter as a time counter.
 1.2.6.4  21-Jan-2008  yamt sync with head
 1.2.6.3  30-Dec-2006  yamt sync with head.
 1.2.6.2  21-Jun-2006  yamt sync with head.
 1.2.6.1  07-Jun-2006  yamt file geodewdg.c was added on branch yamt-lazymbuf on 2006-06-21 14:52:30 +0000
 1.2.4.2  19-Jun-2006  chap Sync with head.
 1.2.4.1  07-Jun-2006  chap file geodewdg.c was added on branch chap-midi on 2006-06-19 03:44:26 +0000
 1.3.6.2  10-Dec-2006  yamt sync with head.
 1.3.6.1  22-Oct-2006  yamt sync with head
 1.3.4.2  09-Sep-2006  rpaulo sync with head
 1.3.4.1  31-Aug-2006  rpaulo file geodewdg.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:14 +0000
 1.3.2.1  18-Nov-2006  ad Sync with head.
 1.5.42.2  08-Jan-2008  bouyer Sync with HEAD
 1.5.42.1  02-Jan-2008  bouyer Sync with HEAD
 1.5.38.1  26-Dec-2007  ad Sync with head.
 1.5.34.1  18-Feb-2008  mjf Sync with HEAD.
 1.5.28.1  09-Jan-2008  matt sync with HEAD
 1.7.10.2  11-Mar-2010  yamt sync with head
 1.7.10.1  16-May-2008  yamt sync with head.
 1.7.8.1  18-May-2008  yamt sync with head.
 1.7.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.9.14.2  27-Aug-2011  jym Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen
work of cherry@.

No regression observed on suspend/restore.
 1.9.14.1  01-Nov-2009  jym Sync with HEAD.
 1.11.30.1  05-Oct-2016  skrll Sync with HEAD
 1.11.12.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed