History log of /src/sys/dev/isa/attimer_isa.c |
Revision | | Date | Author | Comments |
1.13 |
| 23-Aug-2009 |
jmcneill | Not much sense in printing 'AT Timer' when the 'attimer' driver attaches.
|
1.12 |
| 12-May-2009 |
cegger | struct cfdata * -> cfdata_t, no functional changes intended.
|
1.11 |
| 29-Apr-2008 |
martin | branches: 1.11.14; Convert to new 2 clause license
|
1.10 |
| 04-Mar-2008 |
cube | branches: 1.10.2; 1.10.4; - Split device_t and softc for pcppi(4) and attimer(4) - Change the attimer <-> pcppi communication using device_t so that pcppi(4) doesn't have to know about the contents of struct attimer_softc.
XXX pcppi's childdet function is completely wrong. This has to be XXX revisited later.
|
1.9 |
| 03-Jan-2008 |
dyoung | branches: 1.9.2; 1.9.6; Detach attimer at acpi, attimer at isa.
|
1.8 |
| 31-Dec-2007 |
dyoung | Use device_t, device_private(), aprint_error_dev().
|
1.7 |
| 19-Oct-2007 |
ad | branches: 1.7.2; 1.7.8; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.6 |
| 10-Sep-2007 |
cube | branches: 1.6.4; Remove 3rd clause and my name from all the licences which were only in my name.
|
1.5 |
| 10-Dec-2006 |
uwe | branches: 1.5.6; 1.5.18; 1.5.20; Add missing aprint_naive to the attach routine.
|
1.4 |
| 16-Nov-2006 |
christos | __unused removal on arguments; approved by core.
|
1.3 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.2 |
| 11-Dec-2005 |
christos | branches: 1.2.20; 1.2.22; merge ktrace-lwp.
|
1.1 |
| 25-Mar-2005 |
cube | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Add attimer(4) driver, with ISA and ACPI attachments.
attimer(4) is the new body of the part of pcppi(4) that mapped the TIMER1 register to set the pitch of the bell. It was necessary to separate them in order to have a working ACPI attachment (as the two appear as different devices in the ACPI structures).
|
1.1.8.4 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.1.8.3 |
| 21-Jan-2008 |
yamt | sync with head
|
1.1.8.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.1.8.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.1.6.2 |
| 29-Apr-2005 |
kent | sync with -current
|
1.1.6.1 |
| 25-Mar-2005 |
kent | file attimer_isa.c was added on branch kent-audio2 on 2005-04-29 11:28:54 +0000
|
1.1.4.2 |
| 01-Apr-2005 |
skrll | Sync with HEAD.
|
1.1.4.1 |
| 25-Mar-2005 |
skrll | file attimer_isa.c was added on branch ktrace-lwp on 2005-04-01 14:29:52 +0000
|
1.1.2.2 |
| 26-Mar-2005 |
yamt | sync with head.
|
1.1.2.1 |
| 25-Mar-2005 |
yamt | file attimer_isa.c was added on branch yamt-km on 2005-03-26 18:19:19 +0000
|
1.2.22.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.2.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.2.20.2 |
| 12-Jan-2007 |
ad | Sync with head.
|
1.2.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.5.20.3 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.5.20.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.5.20.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.5.18.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.5.18.1 |
| 02-Oct-2007 |
joerg | Sync with HEAD.
|
1.5.6.2 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.5.6.1 |
| 09-Oct-2007 |
ad | Sync with head.
|
1.6.4.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.7.8.2 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.7.8.1 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.7.2.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.9.6.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.9.6.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.9.2.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.10.4.3 |
| 16-Sep-2009 |
yamt | sync with head
|
1.10.4.2 |
| 16-May-2009 |
yamt | sync with head
|
1.10.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.10.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.11.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|