Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/agp_sis.c
RevisionDateAuthorComments
 1.15  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.14  13-Nov-2010  uebayasi branches: 1.14.60;
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.13  09-Jun-2008  freza branches: 1.13.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.12  04-Jan-2008  ad branches: 1.12.6; 1.12.8; 1.12.10; 1.12.12;
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.11  19-Oct-2007  ad branches: 1.11.2; 1.11.8;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.10  16-Nov-2006  christos branches: 1.10.8; 1.10.22; 1.10.24; 1.10.28;
__unused removal on arguments; approved by core.
 1.9  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.8  16-Jan-2006  christos branches: 1.8.18; 1.8.20;
PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics
 1.7  11-Dec-2005  christos branches: 1.7.2;
merge ktrace-lwp.
 1.6  28-Jun-2005  thorpej branches: 1.6.2;
Use ANSI function decls and static.
 1.5  27-Feb-2005  perry branches: 1.5.2;
nuke trailing whitespace
 1.4  31-Jan-2003  thorpej branches: 1.4.2; 1.4.10; 1.4.12;
Use aprint_*().
 1.3  13-Nov-2001  lukem add RCSID
 1.2  15-Sep-2001  thorpej branches: 1.2.2; 1.2.4;
Clean up the AGP match/attach code somewhat.
 1.1  10-Sep-2001  fvdl branches: 1.1.2;
AGP GART support code. Originally written by Doug Rabson for FreeBSD,
modifications to fit it into the NetBSD device/config structure and
to use bus_dma by me.
 1.1.2.3  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.2.2  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.1.2.1  10-Sep-2001  thorpej file agp_sis.c was added on branch kqueue on 2001-09-13 01:15:51 +0000
 1.2.4.2  01-Oct-2001  fvdl Catch up with -current.
 1.2.4.1  15-Sep-2001  fvdl file agp_sis.c was added on branch thorpej-devvp on 2001-10-01 12:45:51 +0000
 1.2.2.3  14-Nov-2001  nathanw Catch up to -current.
 1.2.2.2  21-Sep-2001  nathanw Catch up to -current.
 1.2.2.1  15-Sep-2001  nathanw file agp_sis.c was added on branch nathanw_sa on 2001-09-21 22:35:53 +0000
 1.4.12.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.4.10.1  29-Apr-2005  kent sync with -current
 1.4.2.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.2.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.5.2.1  14-Feb-2006  riz Pull up following revision(s) (requested by tron in ticket #1168):
sys/dev/pci/agp_i810.c: revision 1.28
sys/arch/i386/pci/pchb.c: revision 1.57
sys/dev/pci/agpvar.h: revision 1.11
sys/dev/pci/agp_via.c: revision 1.9
sys/dev/pci/agp.c: revision 1.37
sys/dev/pci/agpreg.h: revision 1.10
sys/dev/pci/pcidevs: revision 1.757
sys/dev/pci/agp_amd.c: revision 1.14
sys/dev/pci/agp_intel.c: revision 1.17
sys/dev/pci/agp_sis.c: revision 1.8
sys/dev/pci/agp_ali.c: revision 1.9
sys/arch/i386/pci/pchb_rnd.c: revision 1.16
PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics
 1.6.2.3  21-Jan-2008  yamt sync with head
 1.6.2.2  27-Oct-2007  yamt sync with head.
 1.6.2.1  21-Jun-2006  yamt sync with head.
 1.7.2.1  01-Feb-2006  yamt sync with head.
 1.8.20.2  10-Dec-2006  yamt sync with head.
 1.8.20.1  22-Oct-2006  yamt sync with head
 1.8.18.1  18-Nov-2006  ad Sync with head.
 1.10.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.10.24.2  09-Jan-2008  matt sync with HEAD
 1.10.24.1  06-Nov-2007  matt sync with HEAD
 1.10.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.10.8.1  23-Oct-2007  ad Sync with head.
 1.11.8.1  08-Jan-2008  bouyer Sync with HEAD
 1.11.2.1  18-Feb-2008  mjf Sync with HEAD.
 1.12.12.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.12.10.1  04-May-2009  yamt sync with head.
 1.12.8.1  17-Jun-2008  yamt sync with head.
 1.12.6.1  29-Jun-2008  mjf Sync with HEAD.
 1.13.20.1  05-Mar-2011  rmind sync with head
 1.14.60.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed