Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/njs_pci.c
RevisionDateAuthorComments
 1.13  09-Dec-2018  jdolecek use pci_intr_establish_xname() everywhere
 1.12  14-Jul-2016  msaitoh branches: 1.12.16; 1.12.18;
- Use aprint*() more in xxx_attach().
- Add missing aprint_naive("\n").
- Remove extra spaces and tabs.
- KNF.
 1.11  11-Jul-2016  msaitoh KNF. No functional change.
 1.10  29-Mar-2014  christos branches: 1.10.6;
make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.
 1.9  09-Jul-2008  joerg branches: 1.9.28; 1.9.38; 1.9.44;
- device/softc split
 1.8  28-Apr-2008  martin branches: 1.8.2; 1.8.4; 1.8.6;
Remove clause 3 and 4 from TNF licenses
 1.7  10-Apr-2008  cegger branches: 1.7.2; 1.7.4;
use aprint_*_dev and device_xname
 1.6  19-Oct-2007  ad branches: 1.6.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.5  16-Nov-2006  christos branches: 1.5.8; 1.5.22; 1.5.24; 1.5.28;
__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  11-Dec-2005  christos branches: 1.3.20; 1.3.22;
merge ktrace-lwp.
 1.2  26-Aug-2004  thorpej branches: 1.2.2; 1.2.4; 1.2.6; 1.2.18;
Use ANSI function decls, more static.
 1.1  26-Aug-2004  itohy Workbit NinjaSCSI-32 PCI/CardBus SCSI driver (njs)
 1.2.18.2  27-Oct-2007  yamt sync with head.
 1.2.18.1  30-Dec-2006  yamt sync with head.
 1.2.6.2  11-Nov-2004  he Pull up revisions 1.1-1.2 (via patch, requested by itohy in ticket #1741):
Add support for the Workbit NinjaSCSI-32 PCI/Cardbus
SCSI driver, njs(4).
 1.2.6.1  26-Aug-2004  he file njs_pci.c was added on branch netbsd-1-6 on 2004-11-11 23:21:34 +0000
 1.2.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.2.4.2  03-Sep-2004  skrll Sync with HEAD
 1.2.4.1  26-Aug-2004  skrll file njs_pci.c was added on branch ktrace-lwp on 2004-09-03 12:45:28 +0000
 1.2.2.3  30-Aug-2004  tron Pull up revision 1.2 (requested by itohy in ticket #800):
Use ANSI function decls, more static.
 1.2.2.2  30-Aug-2004  tron Pull up revision 1.1 (requested by itohy in ticket #800):
Workbit NinjaSCSI-32 PCI/CardBus SCSI driver (njs)
 1.2.2.1  26-Aug-2004  tron file njs_pci.c was added on branch netbsd-2-0 on 2004-08-30 09:24:58 +0000
 1.3.22.2  10-Dec-2006  yamt sync with head.
 1.3.22.1  22-Oct-2006  yamt sync with head
 1.3.20.1  18-Nov-2006  ad Sync with head.
 1.5.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.5.24.1  06-Nov-2007  matt sync with HEAD
 1.5.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.5.8.1  23-Oct-2007  ad Sync with head.
 1.6.16.2  28-Sep-2008  mjf Sync with HEAD.
 1.6.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.7.4.2  04-May-2009  yamt sync with head.
 1.7.4.1  16-May-2008  yamt sync with head.
 1.7.2.1  18-May-2008  yamt sync with head.
 1.8.6.1  19-Oct-2008  haad Sync with HEAD.
 1.8.4.1  18-Jul-2008  simonb Sync with head.
 1.8.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.9.44.1  18-May-2014  rmind sync with head
 1.9.38.2  03-Dec-2017  jdolecek update from HEAD
 1.9.38.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.28.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.10.6.1  05-Oct-2016  skrll Sync with HEAD
 1.12.18.1  10-Jun-2019  christos Sync with HEAD
 1.12.16.1  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts

RSS XML Feed