Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/weasel_pci.c
RevisionDateAuthorComments
 1.16  07-Jul-2016  msaitoh KNF. Remove extra spaces. No functional change.
 1.15  17-Oct-2013  christos branches: 1.15.6;
- remove unused variables
- move debugging code inside debugging sections
 1.14  18-Mar-2009  cegger branches: 1.14.12; 1.14.22; 1.14.26;
bzero -> memset
 1.13  09-Jul-2008  joerg branches: 1.13.2; 1.13.8;
- device/softc split
 1.12  28-Apr-2008  martin branches: 1.12.2; 1.12.4; 1.12.6;
Remove clause 3 and 4 from TNF licenses
 1.11  10-Apr-2008  cegger branches: 1.11.2; 1.11.4;
use aprint_*_dev and device_xname
 1.10  19-Oct-2007  ad branches: 1.10.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.9  16-Nov-2006  christos branches: 1.9.8; 1.9.22; 1.9.24; 1.9.28;
__unused removal on arguments; approved by core.
 1.8  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.7  11-Dec-2005  christos branches: 1.7.20; 1.7.22;
merge ktrace-lwp.
 1.6  28-Jun-2005  thorpej branches: 1.6.2;
Use ANSI function decls and static.
 1.5  27-Feb-2005  perry nuke trailing whitespace
 1.4  02-Oct-2002  thorpej branches: 1.4.6; 1.4.14; 1.4.16;
Add trailing ; to CFATTACH_DECL.
 1.3  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.2  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.1  01-Jan-2002  hpeyerl branches: 1.1.2; 1.1.4;
Watchdog back-end driver for PC Weasel/PCI serial console and remote
management board. Written by hpeyerl@realweasel.com and
thorpej@wasabisystems.com. Requires Weasel firmware v2.04 and later.
 1.1.4.3  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.1.4.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.4.1  01-Jan-2002  thorpej file weasel_pci.c was added on branch kqueue on 2002-01-10 19:57:09 +0000
 1.1.2.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.1.2.1  01-Jan-2002  nathanw file weasel_pci.c was added on branch nathanw_sa on 2002-01-08 00:31:19 +0000
 1.4.16.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.4.14.1  29-Apr-2005  kent sync with -current
 1.4.6.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.6.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.6.2.2  27-Oct-2007  yamt sync with head.
 1.6.2.1  30-Dec-2006  yamt sync with head.
 1.7.22.2  10-Dec-2006  yamt sync with head.
 1.7.22.1  22-Oct-2006  yamt sync with head
 1.7.20.1  18-Nov-2006  ad Sync with head.
 1.9.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.9.24.1  06-Nov-2007  matt sync with HEAD
 1.9.22.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.9.8.1  23-Oct-2007  ad Sync with head.
 1.10.16.2  28-Sep-2008  mjf Sync with HEAD.
 1.10.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.11.4.2  04-May-2009  yamt sync with head.
 1.11.4.1  16-May-2008  yamt sync with head.
 1.11.2.1  18-May-2008  yamt sync with head.
 1.12.6.1  19-Oct-2008  haad Sync with HEAD.
 1.12.4.1  18-Jul-2008  simonb Sync with head.
 1.12.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.13.8.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.13.2.1  28-Apr-2009  skrll Sync with HEAD.
 1.14.26.1  18-May-2014  rmind sync with head
 1.14.22.2  03-Dec-2017  jdolecek update from HEAD
 1.14.22.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.14.12.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.15.6.1  09-Jul-2016  skrll Sync with HEAD

RSS XML Feed