Home | History | Annotate | Download | only in ic
History log of /src/sys/dev/ic/timer_cpcbus.c
RevisionDateAuthorComments
 1.12  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.11  12-May-2009  cegger branches: 1.11.12; 1.11.22;
struct device * -> device_t, no functional changes intended.
 1.10  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.9  28-Apr-2008  martin branches: 1.9.14;
Remove clause 3 and 4 from TNF licenses
 1.8  19-Oct-2007  ad branches: 1.8.16; 1.8.18; 1.8.20;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.7  11-Dec-2005  christos branches: 1.7.30; 1.7.44; 1.7.46; 1.7.50;
merge ktrace-lwp.
 1.6  14-Jul-2003  lukem branches: 1.6.16;
add missing __KERNEL_RCSID()
 1.5  02-Oct-2002  thorpej branches: 1.5.6;
Add trailing ; to CFATTACH_DECL.
 1.4  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.3  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.2  13-Jun-2002  augustss branches: 1.2.2; 1.2.4;
Use consistent naming.
 1.1  21-May-2002  augustss branches: 1.1.4;
Add a driver for the IBM CPC700 chip. This chip is a host bridge for
PowerPC and provides a PCI-host bridge, interrupt controller, two com ports,
two IIC ports, a timer, and a DRAM controller.
The driver supports PCI, interrupts and com ports.
 1.1.4.3  20-Jun-2002  gehenna catch up with -current.
 1.1.4.2  30-May-2002  gehenna Catch up with -current.
 1.1.4.1  21-May-2002  gehenna file timer_cpcbus.c was added on branch gehenna-devsw on 2002-05-30 14:46:01 +0000
 1.2.4.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.2.4.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.2.4.1  13-Jun-2002  jdolecek file timer_cpcbus.c was added on branch kqueue on 2002-06-23 17:46:53 +0000
 1.2.2.3  18-Oct-2002  nathanw Catch up to -current.
 1.2.2.2  20-Jun-2002  nathanw Catch up to -current.
 1.2.2.1  13-Jun-2002  nathanw file timer_cpcbus.c was added on branch nathanw_sa on 2002-06-20 03:45:04 +0000
 1.5.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.6.1  03-Aug-2004  skrll Sync with HEAD
 1.6.16.1  27-Oct-2007  yamt sync with head.
 1.7.50.1  25-Oct-2007  bouyer Sync with HEAD.
 1.7.46.1  06-Nov-2007  matt sync with HEAD
 1.7.44.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.7.30.1  23-Oct-2007  ad Sync with head.
 1.8.20.2  16-May-2009  yamt sync with head
 1.8.20.1  16-May-2008  yamt sync with head.
 1.8.18.1  18-May-2008  yamt sync with head.
 1.8.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.9.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.11.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.11.12.1  30-Oct-2012  yamt sync with head

RSS XML Feed