Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/gtp.c
RevisionDateAuthorComments
 1.20  11-Jul-2016  msaitoh KNF. No functional change.
 1.19  27-Oct-2012  chs branches: 1.19.14;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.18  30-Jan-2012  drochner branches: 1.18.6;
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.
 1.17  12-May-2009  cegger branches: 1.17.12; 1.17.16;
use device_private().
"looks good" ad@
XXX for the device_t/softc split, please check the driver that no cases have been missed.
 1.16  06-May-2009  cegger struct device * -> device_t, no functional changes intended.
 1.15  06-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.14  19-Oct-2007  ad branches: 1.14.20; 1.14.34;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.13  16-Nov-2006  christos branches: 1.13.8; 1.13.22; 1.13.24; 1.13.28;
__unused removal on arguments; approved by core.
 1.12  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.11  29-Mar-2006  thorpej branches: 1.11.8; 1.11.10;
Use device_cfdata().
 1.10  11-Dec-2005  christos branches: 1.10.4; 1.10.6; 1.10.8; 1.10.10; 1.10.12;
merge ktrace-lwp.
 1.9  28-Jun-2005  thorpej branches: 1.9.2;
Use ANSI function decls and static.
 1.8  29-Oct-2004  yamt constify audio_hw_if, midi_hw_if, and radio_hw_if.
 1.7  23-Apr-2004  itojun pass string length (= boundary info) to pci_devinfo so that we do not run over
the end of memory region
 1.6  14-Jul-2003  lukem add missing __KERNEL_RCSID()
 1.5  31-Jan-2003  thorpej branches: 1.5.2;
Use aprint_*().
 1.4  02-Oct-2002  thorpej Add trailing ; to CFATTACH_DECL.
 1.3  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.2  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.1  03-Sep-2002  augustss branches: 1.1.2; 1.1.4;
Replace the mr driver with the gtp driver. From OpenBSD.
 1.1.4.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.4.2  17-Sep-2002  nathanw Catch up to -current.
 1.1.4.1  03-Sep-2002  nathanw file gtp.c was added on branch nathanw_sa on 2002-09-17 21:20:16 +0000
 1.1.2.3  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.1.2.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.1.2.1  03-Sep-2002  jdolecek file gtp.c was added on branch kqueue on 2002-09-06 08:45:13 +0000
 1.5.2.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.5.2.4  02-Nov-2004  skrll Sync with HEAD.
 1.5.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.2.1  03-Aug-2004  skrll Sync with HEAD
 1.9.2.3  27-Oct-2007  yamt sync with head.
 1.9.2.2  30-Dec-2006  yamt sync with head.
 1.9.2.1  21-Jun-2006  yamt sync with head.
 1.10.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.10.10.1  19-Apr-2006  elad sync with head.
 1.10.8.1  01-Apr-2006  yamt sync with head.
 1.10.6.1  22-Apr-2006  simonb Sync with head.
 1.10.4.1  09-Sep-2006  rpaulo sync with head
 1.11.10.2  10-Dec-2006  yamt sync with head.
 1.11.10.1  22-Oct-2006  yamt sync with head
 1.11.8.1  18-Nov-2006  ad Sync with head.
 1.13.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.13.24.1  06-Nov-2007  matt sync with HEAD
 1.13.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.13.8.1  23-Oct-2007  ad Sync with head.
 1.14.34.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.14.20.1  16-May-2009  yamt sync with head
 1.17.16.1  18-Feb-2012  mrg merge to -current.
 1.17.12.2  30-Oct-2012  yamt sync with head
 1.17.12.1  17-Apr-2012  yamt sync with head
 1.18.6.2  03-Dec-2017  jdolecek update from HEAD
 1.18.6.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.19.14.1  05-Oct-2016  skrll Sync with HEAD

RSS XML Feed