Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/agp_apple.c
RevisionDateAuthorComments
 1.8  10-Nov-2019  chs in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
 1.7  02-Nov-2014  christos branches: 1.7.20;
make the apple code compile again.
 1.6  13-Nov-2010  uebayasi branches: 1.6.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.5  09-Jun-2008  freza branches: 1.5.20;
o Split device_t/softc for agp(4).
o agp_ali.c: remove unused 'agp' member from agp_ali_softc.
o drm: agp_find_device() returns 'void *', not a device_t.
o Use device_t, cfdata_t instead of struct pointers.
o Don't cast void pointers in assignments.
 1.4  29-Apr-2008  martin branches: 1.4.2;
Convert to new 2 clause license
 1.3  04-Jan-2008  ad branches: 1.3.6; 1.3.8; 1.3.10;
Start detangling lock.h from intr.h. This is likely to cause short term
breakage, but the mess of dependencies has been regularly breaking the
build recently anyhow.
 1.2  19-Oct-2007  ad branches: 1.2.2; 1.2.8;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.1  25-Mar-2007  macallan branches: 1.1.2; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18; 1.1.22;
very experimental Apple UniNorth AGP support
 1.1.22.1  25-Oct-2007  bouyer Sync with HEAD.
 1.1.18.4  21-Jan-2008  yamt sync with head
 1.1.18.3  27-Oct-2007  yamt sync with head.
 1.1.18.2  03-Sep-2007  yamt sync with head.
 1.1.18.1  25-Mar-2007  yamt file agp_apple.c was added on branch yamt-lazymbuf on 2007-09-03 14:36:18 +0000
 1.1.16.2  09-Jan-2008  matt sync with HEAD
 1.1.16.1  06-Nov-2007  matt sync with HEAD
 1.1.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.1.8.2  11-Jul-2007  mjf Sync with head.
 1.1.8.1  25-Mar-2007  mjf file agp_apple.c was added on branch mjf-ufs-trans on 2007-07-11 20:06:56 +0000
 1.1.6.2  15-Apr-2007  yamt sync with head.
 1.1.6.1  25-Mar-2007  yamt file agp_apple.c was added on branch yamt-idlelwp on 2007-04-15 16:03:23 +0000
 1.1.2.3  23-Oct-2007  ad Sync with head.
 1.1.2.2  10-Apr-2007  ad Sync with head.
 1.1.2.1  25-Mar-2007  ad file agp_apple.c was added on branch vmlocking on 2007-04-10 13:24:23 +0000
 1.2.8.1  08-Jan-2008  bouyer Sync with HEAD
 1.2.2.1  18-Feb-2008  mjf Sync with HEAD.
 1.3.10.2  04-May-2009  yamt sync with head.
 1.3.10.1  16-May-2008  yamt sync with head.
 1.3.8.2  17-Jun-2008  yamt sync with head.
 1.3.8.1  18-May-2008  yamt sync with head.
 1.3.6.2  29-Jun-2008  mjf Sync with HEAD.
 1.3.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.4.2.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.5.20.1  05-Mar-2011  rmind sync with head
 1.6.18.1  03-Dec-2017  jdolecek update from HEAD
 1.7.20.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed