summaryrefslogtreecommitdiff
path: root/sys/pc98/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r232491 by tijl:Ed Maste2014-03-211-1/+1
* MFC r232264 by tijl:Ed Maste2014-03-211-1/+1
* MFC r232262 by tijl:Ed Maste2014-03-211-1/+1
* MFC r232261 by tijlEd Maste2014-03-211-1/+1
* MFC: r241374Marius Strobl2013-08-101-1/+1
* MFC: r242866, r242871Yoshihiro Takahashi2012-11-231-77/+43
* MFC r237433:Konstantin Belousov2012-09-221-0/+6
* MFC: r228027Marius Strobl2012-01-291-3/+3
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98Tijl Coosemans2011-01-081-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
* Include x86/_align.h directly instead of including the i386 header.Tijl Coosemans2010-11-261-26/+3
* Move identical copies of apm_bios.h to sys/x86/include, replace them withJung-uk Kim2010-11-111-1/+1
* - Remove <machine/mutex.h>. Most of the headers were empty, and theJohn Baldwin2010-11-091-6/+0
* Move the mptable.h under x86/include/.Attilio Rao2010-11-091-6/+0
* Move <machine/apicreg.h> to <x86/apicreg.h>.John Baldwin2010-11-011-6/+0
* Move the <machine/mca.h> header to <x86/mca.h>.John Baldwin2010-11-011-6/+0
* Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO andYoshihiro Takahashi2010-10-311-2/+2
* Remove the support for int13 FPU exception reporting on i386. It isKonstantin Belousov2010-06-231-45/+2
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andMarius Strobl2010-05-201-6/+4
* MFi386: Remove old file.Yoshihiro Takahashi2009-09-091-6/+0
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-0/+29
* Add stub vm.h for pc98.Yoshihiro Takahashi2009-06-271-0/+6
* MFi386: revision 192050Yoshihiro Takahashi2009-05-141-0/+6
* - 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
* Remove obselete PECOFF image activator support.Wojciech A. Koszek2008-06-141-6/+0
* Remove my copyright. This file includes simply i386's one now.Yoshihiro Takahashi2008-04-191-29/+2
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-262-16/+0
* Add stub for pc98.Yoshihiro Takahashi2008-03-141-0/+6
* Catch up pc98 for i386 stack(9) changes:Robert Watson2007-12-031-0/+6
* I4B header files were repo-copied from sys/i386/include/ toBjoern A. Zeeb2007-07-066-36/+0
* Add pc98 specific code to adjust the firmware geometry when it differsWarner Losh2006-08-091-0/+12
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-171-6/+0
* Add minidump.h for pc98.Yoshihiro Takahashi2006-04-211-0/+6
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoWarner Losh2006-01-092-2/+2
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forWarner Losh2006-01-011-0/+2
* Switch MACHINE to "pc98" on FreeBSD/pc98.Yoshihiro Takahashi2005-12-081-2/+27
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-1/+1
* Garbage collect machine/smptests.h now that it is empty and no longer used.John Baldwin2005-11-221-6/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-8/+0
* Change the spkr_set_pitch() function to a macro to fix low level profiling.Yoshihiro Takahashi2005-05-281-7/+5
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-142-0/+115
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.Yoshihiro Takahashi2005-05-121-2/+45
* There's no need to include all the detauls of struct bus_space_{tag,handle}Warner Losh2005-04-192-83/+84
* Since pmc is a CPU feature, grab the mdep file from the i386 directory.Warner Losh2005-04-191-0/+6
* Unbreak the pc98 build by including enough information in the _bus.hWarner Losh2005-04-192-51/+51
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-37/+75
* Remove a meaningless include.Yoshihiro Takahashi2005-04-132-4/+0