aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/include/bus.h
Commit message (Expand)AuthorAgeFilesLines
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-031-0/+6
* Use ANSI prototype to fix build with clang.Yoshihiro Takahashi2012-11-101-77/+43
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-1/+1
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-2/+2
* Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran2010-12-031-9/+7
* Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran2010-12-021-7/+9
* Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO andYoshihiro Takahashi2010-10-311-2/+2
* - Add the i386_memio_map_load() function to load I/O address table.Yoshihiro Takahashi2008-09-071-0/+22
* Add i386_memio_compare() to compare two resources.Yoshihiro Takahashi2008-07-051-0/+9
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-1/+1
* There's no need to include all the detauls of struct bus_space_{tag,handle}Warner Losh2005-04-191-1/+84
* Unbreak the pc98 build by including enough information in the _bus.hWarner Losh2005-04-191-51/+0
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-181-37/+1
* With pc98/include, we can have pc98 and i386 specific bus spaceWarner Losh2005-04-031-3/+646
* Add reach-over include files to read i386/foo.h. In time, the pc98Warner Losh2005-04-011-0/+6