Home | History | Annotate | Download | only in isapnp
History log of /src/sys/dev/isapnp/com_isapnp.c
RevisionDateAuthorComments
 1.30  08-Dec-2018  thorpej Clean up initialization of com_regs structure, in preparation for
some additional changers.
 1.29  28-Apr-2008  martin branches: 1.29.86; 1.29.88;
Remove clause 3 and 4 from TNF licenses
 1.28  14-Mar-2008  cube branches: 1.28.2; 1.28.4;
Split device_t and softc for all com(4) devices (well, everything that
uses a com_softc backend). Use proper types and ansify where appropriate.
 1.27  19-Oct-2007  ad branches: 1.27.12; 1.27.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.26  16-Nov-2006  christos branches: 1.26.8; 1.26.22; 1.26.24; 1.26.28;
__unused removal on arguments; approved by core.
 1.25  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.24  13-Jul-2006  gdamore branches: 1.24.4; 1.24.6;
Add an option COM_REGMAP to allow com(4) to use an array of register indices.
This allows us to convert aucom to just another com attachment, and cleanup
some code in the com_arbus.c.

Additionally, we use a common com_cleanup routine rather than having a
zillion copies of it in the attachment points.

This has been tested on a number architectures, and it has been shown to get
close to comparable performance when COM_REGMAP is defined, and comparable
when it is not defined.

Approved by core@. Fixes PR port-evbmips/32362.
 1.23  29-Mar-2006  thorpej branches: 1.23.4;
Use device_private().
 1.22  11-Dec-2005  christos branches: 1.22.4; 1.22.6; 1.22.8; 1.22.10; 1.22.12;
merge ktrace-lwp.
 1.21  04-Feb-2005  perry branches: 1.21.6;
de-__P
 1.20  02-Oct-2002  thorpej branches: 1.20.6; 1.20.14; 1.20.16;
Add trailing ; to CFATTACH_DECL.
 1.19  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.18  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.17  13-Nov-2001  lukem add RCSID
 1.16  22-Mar-1999  mycroft branches: 1.16.20; 1.16.22;
Reject variant numbers which are too large (so that a new version of isapnpdevs
with an old driver will not lose mysteriously).
 1.15  22-Mar-1999  mycroft Update callers of isapnp_devmatch().
 1.14  18-Sep-1998  enami Make these files compile again; no longer necessary to pass
iobase to comprobe1.
 1.13  23-Jul-1998  christos Create a master list of pnp logical and compatibility device codes instead
of hard-coding it into each driver and use a centralized probe function.
 1.12  25-Apr-1998  drochner Initialize sc_frequency. (How could this ever work?)
Add PnP entry for USR Sportster 56k internal modem.
Remove BROKEN_INDIRECT_CONFIG.
 1.11  25-Feb-1998  christos Add another 56K modem.
 1.10  02-Dec-1997  mikel add ID for "Best Data Products Smart One 336F"; Dave Huang <khym@bga.com>
 1.9  30-Nov-1997  drochner make it compile without "__BROKEN_INDIRECT_CONFIG"
 1.8  28-Oct-1997  christos DTRT with level and edge interrupts:
- add a type field to the isapnp_pin struct and set to IST_EDGE or
IST_LEVEL depending on the card configuration data.
- use the irq type field in all the drivers instead of hardcoding it.
 1.7  23-Oct-1997  mikel add comments describing what devices correspond to each PnP ID matched
 1.6  17-Oct-1997  christos branches: 1.6.2;
PR/4282: Dave Huang: add logical id for boca modem.
 1.5  16-Oct-1997  thorpej Adjust for new "com" driver home.
 1.4  15-Oct-1997  thorpej Pulldown from marc-pcmcia branch.
 1.3  03-Aug-1997  mikel add support for generic COM devices by matching compatIDs
 1.2  28-May-1997  jtc branches: 1.2.4;
Copyright of this file has been assigned to The NetBSD Foundation
 1.1  25-Apr-1997  explorer Add isapnp attachment for com driver
 1.2.4.3  16-Oct-1997  thorpej Sync w/ trunk.
 1.2.4.2  15-Oct-1997  thorpej Move a few bus-specific things into bus-specific softc structures and
nesting a com_softc within them.
 1.2.4.1  23-Aug-1997  thorpej Update marc-pcmcia branch from trunk.
 1.6.2.2  08-May-1998  mycroft Pull up patch from drochner.
 1.6.2.1  29-Oct-1997  thorpej Pull up from trunk: DTRT with level and edge interrupts.
 1.16.22.2  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.16.22.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.16.20.2  18-Oct-2002  nathanw Catch up to -current.
 1.16.20.1  14-Nov-2001  nathanw Catch up to -current.
 1.20.16.1  12-Feb-2005  yamt sync with head.
 1.20.14.1  29-Apr-2005  kent sync with -current
 1.20.6.1  04-Feb-2005  skrll Sync with HEAD.
 1.21.6.4  17-Mar-2008  yamt sync with head.
 1.21.6.3  27-Oct-2007  yamt sync with head.
 1.21.6.2  30-Dec-2006  yamt sync with head.
 1.21.6.1  21-Jun-2006  yamt sync with head.
 1.22.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.22.10.1  19-Apr-2006  elad sync with head.
 1.22.8.2  11-Aug-2006  yamt sync with head
 1.22.8.1  01-Apr-2006  yamt sync with head.
 1.22.6.1  22-Apr-2006  simonb Sync with head.
 1.22.4.1  09-Sep-2006  rpaulo sync with head
 1.23.4.3  17-Jun-2006  gdamore Undo the undo. Restore COM_INIT_REGS.
 1.23.4.2  17-Jun-2006  gdamore Revert COM_INIT_REGS.
 1.23.4.1  15-Jun-2006  gdamore Adapt to new com framework.
 1.24.6.2  10-Dec-2006  yamt sync with head.
 1.24.6.1  22-Oct-2006  yamt sync with head
 1.24.4.1  18-Nov-2006  ad Sync with head.
 1.26.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.26.24.2  23-Mar-2008  matt sync with HEAD
 1.26.24.1  06-Nov-2007  matt sync with HEAD
 1.26.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.26.8.1  23-Oct-2007  ad Sync with head.
 1.27.16.2  02-Jun-2008  mjf Sync with HEAD.
 1.27.16.1  03-Apr-2008  mjf Sync with HEAD.
 1.27.12.1  24-Mar-2008  keiichi sync with head.
 1.28.4.1  16-May-2008  yamt sync with head.
 1.28.2.1  18-May-2008  yamt sync with head.
 1.29.88.1  10-Jun-2019  christos Sync with HEAD
 1.29.86.1  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts

RSS XML Feed