History log of /src/sys/dev/pci/iop_pci.c |
Revision | | Date | Author | Comments |
1.30 |
| 09-Dec-2018 |
jdolecek | use pci_intr_establish_xname() everywhere
|
1.29 |
| 14-Jul-2016 |
msaitoh | branches: 1.29.16; 1.29.18; Use aprint*() instead of printf() in the attach function. KNF.
|
1.28 |
| 29-Mar-2014 |
christos | branches: 1.28.6; make pci_intr_string and eisa_intr_string take a buffer and a length instead of relying in local static storage.
|
1.27 |
| 27-Oct-2012 |
chs | branches: 1.27.2; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.26 |
| 12-May-2009 |
cegger | branches: 1.26.12; 1.26.22; use device_private(). "looks good" ad@ XXX for the device_t/softc split, please check the driver that no cases have been missed.
|
1.25 |
| 06-May-2009 |
cegger | struct device * -> device_t, no functional changes intended.
|
1.24 |
| 06-May-2009 |
cegger | struct cfdata * -> cfdata_t, no functional changes intended.
|
1.23 |
| 28-Apr-2008 |
martin | branches: 1.23.14; Remove clause 3 and 4 from TNF licenses
|
1.22 |
| 10-Apr-2008 |
cegger | branches: 1.22.2; 1.22.4; use aprint_*_dev and device_xname
|
1.21 |
| 19-Oct-2007 |
ad | branches: 1.21.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.20 |
| 09-Jul-2007 |
ad | branches: 1.20.6; 1.20.8; 1.20.12; Merge some of the less invasive changes from the vmlocking branch:
- kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
|
1.19 |
| 16-Jun-2007 |
ad | opt_i2o.h is gone.
|
1.18 |
| 16-Nov-2006 |
christos | branches: 1.18.8; 1.18.10; __unused removal on arguments; approved by core.
|
1.17 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.16 |
| 11-Dec-2005 |
christos | branches: 1.16.20; 1.16.22; merge ktrace-lwp.
|
1.15 |
| 27-Feb-2005 |
perry | branches: 1.15.4; nuke trailing whitespace
|
1.14 |
| 09-Dec-2003 |
ad | branches: 1.14.8; 1.14.10; Match Promise controllers.
|
1.13 |
| 15-Nov-2002 |
itojun | branches: 1.13.6; typo
|
1.12 |
| 15-Nov-2002 |
ad | Cosmetic changes.
|
1.11 |
| 08-Nov-2002 |
msaitoh | Add support for Adaptec 200[05]S reviewed by Andrew Doran
|
1.10 |
| 02-Oct-2002 |
thorpej | Add trailing ; to CFATTACH_DECL.
|
1.9 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.8 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.7 |
| 13-Nov-2001 |
lukem | branches: 1.7.10; add RCSID
|
1.6 |
| 22-Sep-2001 |
ad | branches: 1.6.4; Save some info about the board for dpti.
|
1.5 |
| 01-Apr-2001 |
ad | branches: 1.5.2; 1.5.4; - Allocate any private space thats requested. - Just use mapreg_map().
|
1.4 |
| 20-Mar-2001 |
ad | +#include <dev/i2o/iopio.h>
|
1.3 |
| 28-Dec-2000 |
sommerfeld | branches: 1.3.2; Change pci_intr_map to get interrupt source information from a "struct pci_attach_args *" instead of from four separate parameters which in all cases were extracted from the same "struct pci_attach_args".
This both simplifies the driver api, and allows for alternate PCI interrupt mapping schemes, such as one using the tables described in the Intel Multiprocessor Spec which describe interrupt wirings for devices behind pci-pci bridges based on the device's location rather the bridge's location.
Tested on alpha and i386; welcome to 1.5Q
|
1.2 |
| 03-Dec-2000 |
ad | - Force the memory mapping uncacheable. - We don't need a record of the I/O space mapping.
|
1.1 |
| 08-Nov-2000 |
ad | branches: 1.1.2; Add support for I2O adapters and SCSI/FC-AL/BSA class devices. This needs more testing with different configurations, and work in a number of areas (which I'm not able to do for a little while), but is at least functional and stable on i386 with DPT adapters.
|
1.1.2.6 |
| 01-Apr-2001 |
ad | Sync w/-current.
|
1.1.2.5 |
| 27-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.2.4 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.1.2.3 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.1.2.2 |
| 22-Nov-2000 |
bouyer | Sync with HEAD.
|
1.1.2.1 |
| 08-Nov-2000 |
bouyer | file iop_pci.c was added on branch thorpej_scsipi on 2000-11-22 16:04:08 +0000
|
1.3.2.6 |
| 27-Nov-2002 |
christos | make this compile again [sync to current]
|
1.3.2.5 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.3.2.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.3.2.3 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.3.2.2 |
| 26-Sep-2001 |
nathanw | Catch up to -current. Again.
|
1.3.2.1 |
| 09-Apr-2001 |
nathanw | Catch up with -current.
|
1.5.4.1 |
| 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.5.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.5.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.6.4.3 |
| 09-Dec-2001 |
he | Pull up revision 1.6 (requested by ad): Add driver for DPT/Adaptec I2O RAID management interface.
|
1.6.4.2 |
| 25-Oct-2001 |
he | Pull up revisions 1.1-1.5 (new, via patch, requested by ad): Add Mylex DACC960, CAC-EISA, and I2O block/SCSI drivers.
|
1.6.4.1 |
| 22-Sep-2001 |
he | file iop_pci.c was added on branch netbsd-1-5 on 2001-10-25 18:02:16 +0000
|
1.7.10.1 |
| 12-Dec-2002 |
he | Pull up revisions 1.11-1.13 (requested by ad in ticket #1030): Add support for Adaptec 2005S. Handle DPT ioctls() from native binaries. Fix SCSI probe problem.
|
1.13.6.4 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.13.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.13.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.13.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.14.10.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.14.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.15.4.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.15.4.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.15.4.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.16.22.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.16.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.16.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.18.10.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.18.8.3 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.18.8.2 |
| 15-Jul-2007 |
ad | Sync with head.
|
1.18.8.1 |
| 27-May-2007 |
ad | Checkpoint work in progress. Seems to break block I/O but I am not sure why yet:
- Avoid a NULL pointer dereference in bus_dmamap_sync. - MP safety changes, incomplete.
|
1.20.12.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.20.8.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.20.6.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.21.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.22.4.2 |
| 16-May-2009 |
yamt | sync with head
|
1.22.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.22.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.23.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.26.22.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.26.22.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.26.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.26.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.26.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.27.2.1 |
| 18-May-2014 |
rmind | sync with head
|
1.28.6.1 |
| 05-Oct-2016 |
skrll | Sync with HEAD
|
1.29.18.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.29.16.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|