History log of /src/sys/dev/pci/atppc_puc.c |
Revision | | Date | Author | Comments |
1.16 |
| 09-Dec-2018 |
jdolecek | use pci_intr_establish_xname() everywhere
|
1.15 |
| 30-Nov-2018 |
jmcneill | Add support for polling com devices when no interrupt is available.
|
1.14 |
| 29-Mar-2014 |
christos | branches: 1.14.28; 1.14.30; make pci_intr_string and eisa_intr_string take a buffer and a length instead of relying in local static storage.
|
1.13 |
| 27-Oct-2012 |
chs | branches: 1.13.2; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.12 |
| 13-Nov-2010 |
uebayasi | branches: 1.12.8; 1.12.18; Don't pull in the whole uvm(9) API to access only PAGE_SIZE and some other constants. These are provided by sys/param.h now.
|
1.11 |
| 26-Nov-2009 |
njoly | branches: 1.11.4; Cleanup interrupt establish error messages. Do not mix aprint_error/aprint_normal/printf calls for a single line.
|
1.10 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.9 |
| 16-Apr-2008 |
cegger | branches: 1.9.2; 1.9.4; device_t / softc split. From Hans Rosenfeld.
|
1.8 |
| 15-Apr-2008 |
cegger | device_t / softc split. From Hans Rosenfeld
|
1.7 |
| 10-Apr-2008 |
cegger | 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 |
| 04-Mar-2007 |
christos | branches: 1.5.2; 1.5.14; 1.5.16; 1.5.20; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.4 |
| 11-Dec-2005 |
christos | branches: 1.4.26; merge ktrace-lwp.
|
1.3 |
| 27-Feb-2005 |
perry | branches: 1.3.4; nuke trailing whitespace
|
1.2 |
| 10-Feb-2004 |
jdolecek | branches: 1.2.4; 1.2.10; 1.2.12; checkpoint DMA support; still disabled, not tested yet
|
1.1 |
| 25-Jan-2004 |
jdolecek | add puc(4) atppc(4) attachment; probes correctly, but needs further work to support DMA, and some actual transfer testing
|
1.2.12.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.2.10.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.2.4.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
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-Aug-2004 |
skrll | Sync with HEAD
|
1.2.4.1 |
| 10-Feb-2004 |
skrll | file atppc_puc.c was added on branch ktrace-lwp on 2004-08-03 10:49:06 +0000
|
1.3.4.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.3.4.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.4.26.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.5.20.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.5.16.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.5.14.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.2.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.6.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.9.4.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.9.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.9.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.11.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.12.18.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.12.18.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.12.8.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.12.8.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.13.2.1 |
| 18-May-2014 |
rmind | sync with head
|
1.14.30.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.14.28.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|