Home | History | Annotate | Download | only in ic
History log of /src/sys/dev/ic/acpipmtimer.c
RevisionDateAuthorComments
 1.8  18-Aug-2009  dyoung Let us detach ichlpcib(4) and its children.

XXX More testing is needed. I've tested this on a Dell Dimension 3000,
XXX but that system does not attach every possible device that I try to
XXX detach with this code:

ichlpcib0 at pci0 dev 31 function 0
ichlpcib0: vendor 0x8086 product 0x24d0 (rev. 0x02)
timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
ichlpcib0: 24-bit timer
ichlpcib0: TCO (watchdog) timer configured.
isa0 at ichlpcib0
 1.7  12-May-2009  cegger struct device * -> device_t, no functional changes intended.
 1.6  08-Apr-2008  cegger branches: 1.6.4; 1.6.18;
use aprint_*_dev and device_xname
 1.5  20-Jan-2008  joerg branches: 1.5.6;
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
remove the conditionals and the code associated with the undef case.
 1.4  19-Oct-2007  ad branches: 1.4.2; 1.4.8;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.3  27-Aug-2007  xtraeme branches: 1.3.2; 1.3.6;
Add missing __KERNEL_RCSID().
 1.2  27-Aug-2007  xtraeme Cosmetic: "device %d-bit timer" -> "device: %d-bit timer".
 1.1  26-Jun-2006  drochner branches: 1.1.2; 1.1.6; 1.1.10; 1.1.16; 1.1.22; 1.1.32; 1.1.36;
add some common code to support the ACPI power management timer
independly of ACPI
 1.1.36.2  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.36.1  03-Sep-2007  jmcneill Sync with HEAD.
 1.1.32.1  03-Sep-2007  skrll Sync with HEAD.
 1.1.22.2  23-Oct-2007  ad Sync with head.
 1.1.22.1  09-Oct-2007  ad Sync with head.
 1.1.16.5  21-Jan-2008  yamt sync with head
 1.1.16.4  27-Oct-2007  yamt sync with head.
 1.1.16.3  03-Sep-2007  yamt sync with head.
 1.1.16.2  30-Dec-2006  yamt sync with head.
 1.1.16.1  26-Jun-2006  yamt file acpipmtimer.c was added on branch yamt-lazymbuf on 2006-12-30 20:48:00 +0000
 1.1.10.2  09-Sep-2006  rpaulo sync with head
 1.1.10.1  26-Jun-2006  rpaulo file acpipmtimer.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:50:00 +0000
 1.1.6.2  11-Aug-2006  yamt sync with head
 1.1.6.1  26-Jun-2006  yamt file acpipmtimer.c was added on branch yamt-pdpolicy on 2006-08-11 15:44:10 +0000
 1.1.2.2  13-Jul-2006  gdamore Merge from HEAD.
 1.1.2.1  26-Jun-2006  gdamore file acpipmtimer.c was added on branch gdamore-uart on 2006-07-13 17:49:22 +0000
 1.3.6.1  25-Oct-2007  bouyer Sync with HEAD.
 1.3.2.2  23-Mar-2008  matt sync with HEAD
 1.3.2.1  06-Nov-2007  matt sync with HEAD
 1.4.8.1  23-Jan-2008  bouyer Sync with HEAD.
 1.4.2.1  18-Feb-2008  mjf Sync with HEAD.
 1.5.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.6.18.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.6.4.2  19-Aug-2009  yamt sync with head.
 1.6.4.1  16-May-2009  yamt sync with head

RSS XML Feed