History log of /src/sys/arch/mips/include/isa_machdep.h |
Revision | | Date | Author | Comments |
1.9 |
| 26-Jul-2020 |
simonb | #define<tab> Nuke trailing whitespace.
|
1.8 |
| 18-Oct-2016 |
jdolecek | add isa_intr_establish_xname() to MD isa headers so that it can be used by MI drivers
|
1.7 |
| 30-Mar-2014 |
macallan | branches: 1.7.6; 1.7.10; catch up with *_intr_string() changes
|
1.6 |
| 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.5 |
| 14-Dec-2009 |
matt | branches: 1.5.12; 1.5.22; 1.5.26; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.4 |
| 19-Aug-2009 |
dyoung | (Re-)define isa_detach_hook(), and define isa_dmadestroy(). Update some isa_chipset_tag_t->ic_detach_hook() definitions.
|
1.3 |
| 28-Apr-2008 |
martin | branches: 1.3.18; Remove clause 3 and 4 from TNF licenses
|
1.2 |
| 09-May-2003 |
fvdl | branches: 1.2.104; 1.2.106; 1.2.108; A few ISA sound drivers like to share dma channels, and hence deferred isa_dmamap_create() calls to their open/close entrypoints. This worked with some luck, but broke on i386 when _bus_dmamap_create started to allocate bounce buffers upfront, since memory below 16M may well not be available when the sound devices is opened for the Nth time.
To fix this, create a new simple interface, isa_drq_alloc/isa_drq_free, wrappers around already existing bitmask macros. These are expected to be used before an isa_dmamap_create call, and after an isa_dmamap_destroy call, respectively. For the sb and ad1848 drivers, they're deferred until open/close.
All isa_dmamap_create calls can now use BUS_DMA_ALLOCNOW and be done at attach time.
|
1.1 |
| 18-Mar-2002 |
simonb | branches: 1.1.4; 1.1.10; Generic PCI/ISA machdep headers for mips; copied from the algor port.
|
1.1.10.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 |
| 18-Mar-2002 |
jdolecek | file isa_machdep.h was added on branch kqueue on 2002-06-23 17:38:02 +0000
|
1.1.4.2 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.1.4.1 |
| 18-Mar-2002 |
nathanw | file isa_machdep.h was added on branch nathanw_sa on 2002-04-01 07:40:58 +0000
|
1.2.108.3 |
| 11-Mar-2010 |
yamt | sync with head
|
1.2.108.2 |
| 19-Aug-2009 |
yamt | sync with head.
|
1.2.108.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.2.106.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.2.104.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.3.18.1 |
| 16-Aug-2009 |
matt | Kill use of _MIPS_BSD_ABI - switch to __mips_<abi> Use device_t where appropriate. Remove magic numbers.
|
1.5.26.1 |
| 18-May-2014 |
rmind | sync with head
|
1.5.22.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.5.22.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.5.12.1 |
| 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.7.10.1 |
| 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.7.6.1 |
| 05-Dec-2016 |
skrll | Sync with HEAD
|