summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/cbus_dma.c
Commit message (Collapse)AuthorAgeFilesLines
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-141-10/+1
| | | | | | - Use isa/isareg.h rather than <arch>/isa/isa.h. Tested on: i386, pc98
* Change a directory layout for pc98.nyan2005-05-101-1/+1
| | | | | | | | | - Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp
* - Remove ifdef PC98.nyan2005-04-131-161/+29
| | | | - Reduce diffs from i386.
* Remove unused defines.nyan2005-02-071-9/+0
|
* Add missing isa_dmatc() function.phk2005-02-071-7/+12
| | | | | This may or may not be correct, Only the pcii driver would notice and it doesn't support PC98 yet.
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-14/+12
| | | | | | | | | and which takes a M_WAITOK/M_NOWAIT flag argument. Add compatibility isa_dmainit() macro which whines loudly if isa_dma_init() fails. Problem uncovered by: tegge
* MFi386: revision 1.16.nyan2004-07-081-1/+15
|
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
| | | | | | | license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson
* Tidy up some loose ends.peter2002-04-291-2/+2
| | | | | | | | | | | | i386/ia64/alpha - catch up to sparc64/ppc: - replace pmap_kernel() with refs to kernel_pmap - change kernel_pmap pointer to (&kernel_pmap_store) (this is a speedup since ld can set these at compile/link time) all platforms (as suggested by jake): - gc unused pmap_reference - gc unused pmap_destroy - gc unused struct pmap.pm_count (we never used pm_count - we track address space sharing at the vmspace)
* Remove __P.kato2002-03-201-1/+1
|
* Added (commented out) ACPI attachment.nyan2001-09-161-0/+3
|
* Added #include <sys/proc.h>nyan2001-07-101-0/+1
| | | | Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-7/+4
| | | | | | | | | (this commit is just the first stage). Also add various GIANT_ macros to formalize the removal of Giant, making it easy to test in a more piecemeal fashion. These macros will allow us to test fine-grained locks to a degree before removing Giant, and also after, and to remove Giant in a piecemeal fashion via sysctl's on those subsystems which the authors believe can operate without Giant.
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-301-1/+1
| | | | of includes of i386 files from non-i386 ports.
* Merged from sys/i386/isa/isa_dma.c revision 1.7.nyan2001-06-261-0/+9
|
* Merged from sys/i386/isa/isa_dma.c revision 1.6.kato2000-06-281-1/+49
|
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-13/+12
| | | | | Define ISADMA_{READ,WRITE,RAW} macros with the same numeric values as the B_{READ,WRITE,RAW} and use them instead throughout.
* Fixed the size of array.nyan1999-11-131-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated.nyan1999-07-211-1/+22
| | | | | | | - In isa_dmastart() and isa_dmadone(), cache flush. - Correct current word register address. Submitted by (partial): Toshikazu Kaho <kaho@elam.kais.kyoto-u.ac.jp>
* Sync with sys/i386/isa/isa_dma.c revision 1.3.kato1999-05-101-15/+3
|
* Sync with sys/i386/isa/isa_dma.c revision 1.2.kato1999-04-211-2/+1
|
* Sync with follwing files:kato1999-04-181-0/+560
Path Revision i386/conf/GENERIC 1.162 i386/conf/Makefile.i386 1.146 i386/conf/files.i386 1.236 i386/conf/options.i386 1.111 i386/i386/machdep.c 1.329 i386/i386/userconfig.c 1.134 i386/isa/fd.c 1.135 i386/isa/if_ed.c 1.151 i386/isa/isa_dam.c 1.1 i386/isa/npx.c 1.67 isa/sio.c 1.224 dev/syscons/syscons.c 1.300 i386/isa/wd.c 1.194 isa/vga_isa.c 1.5 isa/atkbd_isa.c 1.3 isa/syscons_isa.c 1.2 Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
OpenPOWER on IntegriCloud