Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/if_sf_pci.c
RevisionDateAuthorComments
 1.23  24-Sep-2022  thorpej Remove unnecessary include of <sys/malloc.h>.
 1.22  09-Dec-2018  jdolecek use pci_intr_establish_xname() everywhere
 1.21  07-Jul-2016  msaitoh branches: 1.21.16; 1.21.18;
KNF. Remove extra spaces. No functional change.
 1.20  29-Mar-2014  christos branches: 1.20.6;
make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.
 1.19  27-Oct-2012  chs branches: 1.19.2;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.18  26-Nov-2009  njoly branches: 1.18.12; 1.18.22;
Cleanup interrupt establish error messages. Do not mix
aprint_error/aprint_normal/printf calls for a single line.
 1.17  06-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.16  28-Apr-2008  martin branches: 1.16.14;
Remove clause 3 and 4 from TNF licenses
 1.15  10-Apr-2008  cegger branches: 1.15.2; 1.15.4;
use aprint_*_dev and device_xname
 1.14  21-Mar-2008  dyoung pci_activate() expects for its void * argument to be a device_t,
so change the type of the argument to device_t. Update each use
of pci_activate().

Use device_t and accessors. Use aprint_*_dev().
 1.13  19-Oct-2007  ad branches: 1.13.12; 1.13.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.12  16-Nov-2006  christos branches: 1.12.8; 1.12.22; 1.12.24; 1.12.28;
__unused removal on arguments; approved by core.
 1.11  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.10  17-Jun-2006  christos branches: 1.10.4; 1.10.6;
re-factor the pci powestate api. reviewed by gimpy
 1.9  11-Dec-2005  christos branches: 1.9.4; 1.9.8; 1.9.14; 1.9.16;
merge ktrace-lwp.
 1.8  21-Aug-2004  thorpej branches: 1.8.12;
Use ANSI function decls and make use of static.
 1.7  23-Dec-2002  tsutsui branches: 1.7.2;
Replace magic numbers for power management control with PCI_PMCSR* macros.

XXX Should we use pci_get_powerstate() and pci_set_powerstate() in pci.c?
 1.6  02-Oct-2002  thorpej Add trailing ; to CFATTACH_DECL.
 1.5  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.4  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.3  13-Nov-2001  lukem add RCSID
 1.2  08-Jul-2001  thorpej branches: 1.2.2;
Remove unnecessary include files. From Onno van der Linden.
 1.1  18-Jun-2001  thorpej branches: 1.1.2;
Add support for the Adaptec AIC-6915 10/100 Ethernet. This is
a 64-bit PCI chip, available in 1, 2, and 4 port models.
 1.1.2.6  29-Dec-2002  thorpej Sync with HEAD.
 1.1.2.5  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.4  14-Nov-2001  nathanw Catch up to -current.
 1.1.2.3  24-Aug-2001  nathanw Catch up with -current.
 1.1.2.2  21-Jun-2001  nathanw Catch up to -current.
 1.1.2.1  18-Jun-2001  nathanw file if_sf_pci.c was added on branch nathanw_sa on 2001-06-21 20:04:49 +0000
 1.2.2.2  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.2.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.7.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.7.2.1  25-Aug-2004  skrll Sync with HEAD.
 1.8.12.4  24-Mar-2008  yamt sync with head.
 1.8.12.3  27-Oct-2007  yamt sync with head.
 1.8.12.2  30-Dec-2006  yamt sync with head.
 1.8.12.1  21-Jun-2006  yamt sync with head.
 1.9.16.1  13-Jul-2006  gdamore Merge from HEAD.
 1.9.14.1  19-Jun-2006  chap Sync with head.
 1.9.8.1  26-Jun-2006  yamt sync with head.
 1.9.4.1  09-Sep-2006  rpaulo sync with head
 1.10.6.2  10-Dec-2006  yamt sync with head.
 1.10.6.1  22-Oct-2006  yamt sync with head
 1.10.4.1  18-Nov-2006  ad Sync with head.
 1.12.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.12.24.2  23-Mar-2008  matt sync with HEAD
 1.12.24.1  06-Nov-2007  matt sync with HEAD
 1.12.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.12.8.1  23-Oct-2007  ad Sync with head.
 1.13.16.2  02-Jun-2008  mjf Sync with HEAD.
 1.13.16.1  03-Apr-2008  mjf Sync with HEAD.
 1.13.12.1  24-Mar-2008  keiichi sync with head.
 1.15.4.3  11-Mar-2010  yamt sync with head
 1.15.4.2  16-May-2009  yamt sync with head
 1.15.4.1  16-May-2008  yamt sync with head.
 1.15.2.1  18-May-2008  yamt sync with head.
 1.16.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.18.22.3  03-Dec-2017  jdolecek update from HEAD
 1.18.22.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.18.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.18.12.2  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.18.12.1  30-Oct-2012  yamt sync with head
 1.19.2.1  18-May-2014  rmind sync with head
 1.20.6.1  09-Jul-2016  skrll Sync with HEAD
 1.21.18.1  10-Jun-2019  christos Sync with HEAD
 1.21.16.1  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts

RSS XML Feed