summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-1/+2
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-8/+15
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-1/+1
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* MFi386: revision 218744nyan2011-02-191-1/+7
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+0
* MFi386: revision 218329nyan2011-02-071-0/+6
* MFi386: revision 218327nyan2011-02-071-1/+17
* MFi386: revision 217886nyan2011-02-071-3/+5
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-5/+4
* MFi386: revision 217515nyan2011-01-181-3/+0
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98tijl2011-01-081-1/+1
* MFi386 r216012 by kib:gavin2011-01-021-1/+2
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-2/+2
* Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.jkim2010-12-081-3/+7
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-9/+7
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-7/+9
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()kib2010-11-261-77/+26
* Include x86/_align.h directly instead of including the i386 header.tijl2010-11-261-26/+3
* Move identical copies of apm_bios.h to sys/x86/include, replace them withjkim2010-11-111-1/+1
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-6/+0
* Move the mptable.h under x86/include/.attilio2010-11-091-6/+0
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-011-6/+0
* Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-012-7/+1
* Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO andnyan2010-10-312-10/+10
* MFi386: the part of revision 213226.nyan2010-10-241-44/+55
* Remove trailing ", " from `sysctl machdep.idle_available' output.jkim2010-10-121-1/+2
* Now userland POSIX semaphore is based on umtx. The kernel moduledavidxu2010-09-241-1/+0
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-59/+82
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* Store fsbase and gsbase in the right fields of the mcontext. They weretijl2010-07-201-4/+4
* Unify pc98 event timer code with the rest of x86.mav2010-07-132-563/+4
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forkib2010-06-231-11/+8
* After the FPU use requires #MF working due to INT13 FPU exception handlingkib2010-06-231-3/+2
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-231-45/+2
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-39/+22
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-4/+4
* MFi386: the part of revision 181809nyan2010-05-291-5/+5
* MFi386: revision 178471nyan2010-05-291-42/+150
* Reduce diffs against i386.nyan2010-05-291-11/+17
* MFi386: revision 208621nyan2010-05-291-2/+0
* MFi386: revision 208604nyan2010-05-291-0/+14
* Reduce diffs against syscons_isa.c. No functional changes.nyan2010-05-261-29/+34
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-11/+10
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-202-18/+16
OpenPOWER on IntegriCloud