summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/bus_pc98.h
Commit message (Expand)AuthorAgeFilesLines
* Increase BUS_SPACE_IAT_MAXSIZE to 33 for the ed driver.nyan2004-05-041-1/+1
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-0/+13
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Remove unneeded ## for GCC 3.1nyan2002-05-211-26/+26
* Remove __P.alfred2002-03-201-15/+15
* Add bus_space_unmap() and bus_space_free() functions to releasenyan2002-02-181-0/+26
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-0/+25
* Added #include <sys/systm.h>nyan2002-02-161-0/+2
* Rewrite the pc98 bus_space stuff.nyan2001-10-071-1327/+355
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.nyan2001-10-061-146/+0
* Merged from sys/i386/include/bus_at386.h revision 1.14.nyan2001-06-261-1/+1
* Merged from sys/i386/include/bus_at386.h revision 1.13.kato2001-03-021-1/+0
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-221-10/+0
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-201-24/+0
* Convert the type of bus_space_handle_t of pc98 from structure intokato2000-10-201-100/+100
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-181-0/+23
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-141-2/+2
* Sync with sys/i386/include/bus_at386.h revision 1.9.nyan2000-05-311-4/+15
* Fixed bus_space_{read,write}_region_* functions.nyan2000-05-071-60/+18
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-291-146/+490
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-141-83/+84
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Improve compatibility with other systems by changing the defaultimp1999-07-031-1/+10
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-291-4/+4
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-061-10/+27
* Support compiling with `gcc-pedantic' (don't use hard newlines inbde1998-04-191-74/+74
* Implementation of Bus Space for FreeBSD-x86.gibbs1998-01-151-0/+1264
OpenPOWER on IntegriCloud