Home | History | Annotate | Download | only in isa
History log of /src/sys/dev/isa/atppc_isa.c
RevisionDateAuthorComments
 1.17  25-Sep-2022  thorpej Remove unnecessary include of <sys/malloc.h>.
 1.16  03-Dec-2021  andvar fix various typos in comments, log messages and documentation.
 1.15  26-May-2011  jakllsch Convert ltsleep() in atppc(4) to modern interfaces.

Reviewed by rmind@.
 1.14  16-Apr-2008  cegger branches: 1.14.26; 1.14.32;
device_t / softc split. From Hans Rosenfeld.
 1.13  15-Apr-2008  cegger device_t / softc split. From Hans Rosenfeld
 1.12  08-Apr-2008  cegger use aprint_*_dev and device_xname
 1.11  19-Oct-2007  ad branches: 1.11.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.10  04-Mar-2007  christos branches: 1.10.2; 1.10.14; 1.10.16; 1.10.20;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.9  29-Mar-2006  thorpej branches: 1.9.14;
Use device_cfdata().
 1.8  11-Dec-2005  christos branches: 1.8.4; 1.8.6; 1.8.8; 1.8.10; 1.8.12;
merge ktrace-lwp.
 1.7  04-Feb-2005  perry branches: 1.7.6;
de-__P
 1.6  14-Sep-2004  drochner branches: 1.6.4; 1.6.6;
Separate the namespace for default (ie unspecified) locators used
by the isa.c bus driver and the "address/whatever not specified"
argument passed to leaf device drivers.
The former is "ISACF_XXX_DEFAULT" as generaterd by config(8), the latter
"ISA_UNKNOWN_XXX", defined in isavar.h.
This way we save a dependency of every ISA device driver on "locators.h".
 1.5  28-Jan-2004  drochner branches: 1.5.4;
-unmap port range after probe, so that the attach function has
a chance to map it again
-minor cleanup
 1.4  25-Jan-2004  jdolecek reorganize the ISA DMA setup/use code so that it could be shared
with ACPI and PNPBIOS attachments; move it to new atppc_isadma.[ch]
and g/c previous atppc_isa_subr.[ch]

move attppc_isa_softc struct definition to atppc_isa.c, and reorganize
the attachment somewhat for better readability; also g/c detach support code
 1.3  25-Jan-2004  bjh21 Remove dollar signs from foreign RCSIDs per doc/3RDPARTY.
Add __KERNEL_RCSID() to .c files.
 1.2  21-Jan-2004  bjh21 Add RCSID comments.
 1.1  19-Jan-2004  jdolecek branches: 1.1.1;
Initial revision
 1.1.1.1  19-Jan-2004  jdolecek Import Gary Thorpe's netbsd-ppbus 1.3. This is NetBSD port
of FreeBSD Parallel Port Bus framework. Work in progress.
 1.5.4.5  04-Feb-2005  skrll Sync with HEAD.
 1.5.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.5.4.2  03-Aug-2004  skrll Sync with HEAD
 1.5.4.1  28-Jan-2004  skrll file atppc_isa.c was added on branch ktrace-lwp on 2004-08-03 10:47:57 +0000
 1.6.6.1  12-Feb-2005  yamt sync with head.
 1.6.4.1  29-Apr-2005  kent sync with -current
 1.7.6.3  27-Oct-2007  yamt sync with head.
 1.7.6.2  03-Sep-2007  yamt sync with head.
 1.7.6.1  21-Jun-2006  yamt sync with head.
 1.8.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.8.10.1  19-Apr-2006  elad sync with head.
 1.8.8.1  01-Apr-2006  yamt sync with head.
 1.8.6.1  22-Apr-2006  simonb Sync with head.
 1.8.4.1  09-Sep-2006  rpaulo sync with head
 1.9.14.1  12-Mar-2007  rmind Sync with HEAD.
 1.10.20.1  25-Oct-2007  bouyer Sync with HEAD.
 1.10.16.1  06-Nov-2007  matt sync with HEAD
 1.10.14.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.10.2.1  23-Oct-2007  ad Sync with head.
 1.11.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.14.32.1  06-Jun-2011  jruoho Sync with HEAD.
 1.14.26.1  31-May-2011  rmind sync with head

RSS XML Feed