Home | History | Annotate | Download | only in eisa
History log of /src/sys/dev/eisa/uha_eisa.c
RevisionDateAuthorComments
 1.39  27-Jan-2021  thorpej Use eisa_compatible_{match,lookup}().
 1.38  11-Jul-2016  msaitoh branches: 1.38.32;
KNF. No functional change.
 1.37  18-Oct-2014  snj branches: 1.37.2;
src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
 1.36  29-Mar-2014  christos make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.
 1.35  04-Nov-2013  christos use __USE
 1.34  27-Oct-2012  chs branches: 1.34.2;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.33  04-Dec-2009  njoly branches: 1.33.12; 1.33.22;
Cleanup interrupt establish error messages. Do not mix
aprint_error/aprint_normal/printf calls for a single line.
 1.32  23-Nov-2009  rmind Remove some unecessary includes sys/user.h header.
 1.31  12-May-2009  cegger struct device * -> device_t, no functional changes intended.
 1.30  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.29  28-Apr-2008  martin branches: 1.29.14;
Remove clause 3 and 4 from TNF licenses
 1.28  06-Apr-2008  cegger branches: 1.28.2; 1.28.4;
use aprint_*_dev and device_xname
 1.27  19-Oct-2007  ad branches: 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  29-Mar-2006  thorpej branches: 1.24.8; 1.24.10;
Use device_private().
 1.23  11-Dec-2005  christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12;
merge ktrace-lwp.
 1.22  23-Aug-2004  thorpej branches: 1.22.12;
- Use ANSI function decls and make use of static.
 1.21  02-Oct-2002  thorpej branches: 1.21.6;
Add trailing ; to CFATTACH_DECL.
 1.20  30-Sep-2002  thorpej Use CFATTACH_DECL().
 1.19  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.18  05-Apr-2002  bouyer Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers
to convert xs->timeout to callout() parameter.
 1.17  15-Nov-2001  lukem don't need <sys/types.h> when including <sys/param.h>
 1.16  13-Nov-2001  lukem add RCSID
 1.15  23-Mar-2000  thorpej branches: 1.15.6; 1.15.8;
New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
resource allocation.
- Insertion and removal of callouts is constant time, important as
this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
 1.14  30-Sep-1999  thorpej branches: 1.14.2;
Update for SCSPI changes.
 1.13  15-Aug-1998  mycroft Assign my copyrights to TNF.
 1.12  04-Jul-1998  jonathan defopt DDB.
 1.11  08-Jun-1998  thorpej Nuke __BROKEN_INDIRECT_CONFIG.
 1.10  17-Feb-1998  thorpej - Perform all necessary bus_dmamap_sync() operations.
- Greatly simplify allocation and DMA mapping of the mailbox and ccbs.
- Be more robust against resource shortage errors, and report errors better.
 1.9  27-Aug-1997  bouyer Merge scsipi branch in the mainline. This add support for ATAPI devices
(currently only CD-ROM drives on i386). The sys/dev/scsipi system provides 2
busses to which devices can attach (scsibus and atapibus). This needed to
change some include files and structure names in the low level scsi drivers.
 1.8  06-Jun-1997  thorpej branches: 1.8.2; 1.8.4;
Pull thorpej-bus-dma branch into mainline.
 1.7  29-Mar-1997  mycroft branches: 1.7.2;
Use a temporary data structure for holding probe information, rather than a
full softc.
 1.6  15-Nov-1996  jonathan Fix front-ends of split uha driver to compile when DDB is not configured:
Propagate Debugger() macro from uha.c to uha_{eisa,isa}.c.
update file names accordingly.
 1.5  21-Oct-1996  thorpej New bus.h implementation/interface:
- No more distinction between i/o-mapped and memory-mapped
devices. It's all "bus space" now, and space tags
differentiate the space with finer grain than the
bus chipset tag.
- Add memory barrier methods.
- Implement space alloc/free methods.
- Implement region read/write methods (like memcpy to/from
bus space).
This interface provides a better abstraction for dealing with
machine-independent chipset drivers.
 1.4  13-Oct-1996  christos backout kprintf changes
 1.3  10-Oct-1996  christos printf -> kprintf, sprintf -> ksprintf
 1.2  01-Sep-1996  mycroft Minor changes.
 1.1  31-Aug-1996  mycroft Split the UltraStor driver apart.
 1.7.2.2  18-May-1997  thorpej Do the __BROKEN_INDIRECT_CONFIG dance.
 1.7.2.1  13-May-1997  thorpej Convert to use bus dma.
 1.8.4.1  27-Aug-1997  thorpej Update marc-pcmcia branch from trunk.
 1.8.2.1  01-Jul-1997  bouyer Updates for new scsipi subsystem. Actally known to work on i386 and sparc.
 1.14.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.15.8.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.15.8.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.15.8.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.15.6.4  18-Oct-2002  nathanw Catch up to -current.
 1.15.6.3  17-Apr-2002  nathanw Catch up to -current.
 1.15.6.2  08-Jan-2002  nathanw Catch up to -current.
 1.15.6.1  14-Nov-2001  nathanw Catch up to -current.
 1.21.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.21.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.21.6.1  25-Aug-2004  skrll Sync with HEAD.
 1.22.12.3  27-Oct-2007  yamt sync with head.
 1.22.12.2  30-Dec-2006  yamt sync with head.
 1.22.12.1  21-Jun-2006  yamt sync with head.
 1.23.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.23.10.1  19-Apr-2006  elad sync with head.
 1.23.8.1  01-Apr-2006  yamt sync with head.
 1.23.6.1  22-Apr-2006  simonb Sync with head.
 1.23.4.1  09-Sep-2006  rpaulo sync with head
 1.24.10.2  10-Dec-2006  yamt sync with head.
 1.24.10.1  22-Oct-2006  yamt sync with head
 1.24.8.1  18-Nov-2006  ad Sync with head.
 1.26.28.1  25-Oct-2007  bouyer 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.1  02-Jun-2008  mjf Sync with HEAD.
 1.28.4.3  11-Mar-2010  yamt sync with head
 1.28.4.2  16-May-2009  yamt 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.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.33.22.3  03-Dec-2017  jdolecek update from HEAD
 1.33.22.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.33.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.33.12.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.33.12.1  30-Oct-2012  yamt sync with head
 1.34.2.1  18-May-2014  rmind sync with head
 1.37.2.1  05-Oct-2016  skrll Sync with HEAD
 1.38.32.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed