Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/agp_amd.c
RevisionDateAuthorComments
 1.22  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.21  13-Nov-2010  uebayasi branches: 1.21.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.20  09-Jun-2008  freza branches: 1.20.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.19  04-Jan-2008  ad branches: 1.19.6; 1.19.8; 1.19.10; 1.19.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.18  04-Mar-2007  christos branches: 1.18.16; 1.18.22; 1.18.28;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.17  16-Nov-2006  christos branches: 1.17.4;
__unused removal on arguments; approved by core.
 1.16  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.15  11-Apr-2006  rpaulo branches: 1.15.8; 1.15.10;
Coverity ID 2313: free ``asc'' on error.
 1.14  16-Jan-2006  christos branches: 1.14.2; 1.14.4; 1.14.6; 1.14.8; 1.14.10;
PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics
 1.13  11-Dec-2005  christos branches: 1.13.2;
merge ktrace-lwp.
 1.12  28-Jun-2005  thorpej branches: 1.12.2;
Use ANSI function decls and static.
 1.11  27-Feb-2005  perry branches: 1.11.2;
nuke trailing whitespace
 1.10  20-Oct-2004  xtraeme branches: 1.10.4; 1.10.6;
Add another case to match "PCI_PRODUCT_AMD_SC761_SC" (AMD761 System
Controller) in agp_amd_match().

Ok'ed by christos@
 1.9  31-Jan-2003  thorpej branches: 1.9.2; 1.9.4;
Use aprint_*().
 1.8  12-Jan-2002  tsutsui Call malloc(9) with M_ZERO flag instead of memset() after malloc().
 1.7  13-Nov-2001  lukem add RCSID
 1.6  06-Oct-2001  thorpej Remove and unnecessary cast, and avoid a memory leak in the event
allocation of the GATT fails.
 1.5  01-Oct-2001  fvdl Don't map the aperture into KVA, it isn't needed.
 1.4  01-Oct-2001  fvdl Fix bogus vdir offset calculation.
 1.3  16-Sep-2001  thorpej branches: 1.3.2; 1.3.4;
AGP registers are in memory space on the AMD-751.
 1.2  15-Sep-2001  thorpej 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.4  11-Feb-2002  jdolecek Sync w/ -current.
 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_amd.c was added on branch kqueue on 2001-09-13 01:15:50 +0000
 1.3.4.3  11-Oct-2001  fvdl Catch up with -current. Fix some bogons in the sparc64 kbd/ms
attach code. cd18xx conversion provided by mrg.
 1.3.4.2  01-Oct-2001  fvdl Catch up with -current.
 1.3.4.1  16-Sep-2001  fvdl file agp_amd.c was added on branch thorpej-devvp on 2001-10-01 12:45:50 +0000
 1.3.2.6  28-Feb-2002  nathanw Catch up to -current.
 1.3.2.5  14-Nov-2001  nathanw Catch up to -current.
 1.3.2.4  22-Oct-2001  nathanw Catch up to -current.
 1.3.2.3  08-Oct-2001  nathanw Catch up to -current.
 1.3.2.2  21-Sep-2001  nathanw Catch up to -current.
 1.3.2.1  16-Sep-2001  nathanw file agp_amd.c was added on branch nathanw_sa on 2001-09-21 22:35:52 +0000
 1.9.4.1  12-Nov-2004  jmc Pullup rev 1.10 (requested by xtraeme in ticket #948)

Add another case to match "PCI_PRODUCT_AMD_SC761_SC" (AMD761 System
Controller) in agp_amd_match().
 1.9.2.3  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.9.2.2  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.9.2.1  02-Nov-2004  skrll Sync with HEAD.
 1.10.6.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.10.4.1  29-Apr-2005  kent sync with -current
 1.11.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.12.2.3  21-Jan-2008  yamt sync with head
 1.12.2.2  03-Sep-2007  yamt sync with head.
 1.12.2.1  21-Jun-2006  yamt sync with head.
 1.13.2.1  01-Feb-2006  yamt sync with head.
 1.14.10.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.14.8.1  19-Apr-2006  elad sync with head.
 1.14.6.1  24-May-2006  yamt sync with head.
 1.14.4.1  22-Apr-2006  simonb Sync with head.
 1.14.2.1  09-Sep-2006  rpaulo sync with head
 1.15.10.2  10-Dec-2006  yamt sync with head.
 1.15.10.1  22-Oct-2006  yamt sync with head
 1.15.8.1  18-Nov-2006  ad Sync with head.
 1.17.4.1  12-Mar-2007  rmind Sync with HEAD.
 1.18.28.1  08-Jan-2008  bouyer Sync with HEAD
 1.18.22.1  18-Feb-2008  mjf Sync with HEAD.
 1.18.16.1  09-Jan-2008  matt sync with HEAD
 1.19.12.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.19.10.1  04-May-2009  yamt sync with head.
 1.19.8.1  17-Jun-2008  yamt sync with head.
 1.19.6.1  29-Jun-2008  mjf Sync with HEAD.
 1.20.20.1  05-Mar-2011  rmind sync with head
 1.21.60.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed