aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* MFi386: Remove obsolete options.Yoshihiro Takahashi2005-11-091-1/+0
* Move the isa, npx, mem and io devices and the PC98 option from GENERICYoshihiro Takahashi2005-10-282-7/+19
* Catch up with new interrupt handling code.Ruslan Ermilov2005-10-261-2/+2
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to allJohn Baldwin2005-10-241-1/+1
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* Reduce diffs from i386/i386/machdep.cYoshihiro Takahashi2005-10-161-9/+5
* Merge over the remaining changes from i386 of the ksiginfo_t changes soJohn Baldwin2005-10-141-43/+21
* Remove the sx(4) driver at the request of the author. The authorJohn Baldwin2005-10-141-3/+0
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-17/+47
* Polling is now configured with help of ifconfig(8), not sysctl.Gleb Smirnoff2005-10-071-4/+4
* Use 'PC Card'Yoshihiro Takahashi2005-09-301-2/+2
* Switch from OLDCARD to NEWCARD on pc98.Yoshihiro Takahashi2005-09-273-7/+6
* Remove references to OLDCARD.Warner Losh2005-09-252-16/+1
* Introduce a kernel config for the Mandatory Access Control framework.Christian S.J. Peron2005-09-181-0/+28
* Add some defines for EPSON machines and use them.Yoshihiro Takahashi2005-09-143-12/+29
* Remove EPSON PC-386 note A/W/AE/WR support.Yoshihiro Takahashi2005-09-145-95/+10
* Remove unused functions.Yoshihiro Takahashi2005-09-131-39/+0
* Remove EPSON_NRDISK support.Yoshihiro Takahashi2005-09-131-177/+2
* MFi386: revision 1.1204.Yoshihiro Takahashi2005-07-211-1/+1
* Add recently invented COMPAT_FREEBSD5 option.Ken Smith2005-07-141-0/+1
* Fixup some more fallout from the lapic/i8254 changes:John Baldwin2005-07-132-48/+40
* MFi386: revision 1.617.Yoshihiro Takahashi2005-07-131-1/+1
* Remove a || 1 that crept into the i8254 commit and was subsequentlyJohn Baldwin2005-07-052-2/+2
* MFi386: r1.221 (Use a simpler implementation for the i8254 timecounter).Yoshihiro Takahashi2005-07-032-24/+70
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,Xin LI2005-07-022-8/+1
* MFi386: revision 1.615 (change kernel crashdump format to ELF).Yoshihiro Takahashi2005-06-301-20/+38
* Connect reiserfs build to every platforms, not only i386 and pc98.Jean-Sébastien Pédron2005-06-211-6/+0
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Sync with syscons update (Add new member to struct sc_rndr_sw).Yoshihiro Takahashi2005-05-291-0/+2
* 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
* MFi386: Add ReiserFSYoshihiro Takahashi2005-05-251-0/+6
* Add new ral(4) and ural(4) drivers.Damien Bergamini2005-05-241-0/+2
* Fix my copyright.Yoshihiro Takahashi2005-05-143-3/+4
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-143-11/+45
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-146-26/+136
* MFi386: revision 1.614.Yoshihiro Takahashi2005-05-141-2/+2
* Move the pc98 keymap define into pckbdtables.h because it should be usedYoshihiro Takahashi2005-05-122-1/+204
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.Yoshihiro Takahashi2005-05-122-15/+45
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.Yoshihiro Takahashi2005-05-102-1/+49
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-1037-22320/+19
* MFi386: revision 1.1198 (add KDB_STOP_NMI option).Yoshihiro Takahashi2005-05-011-0/+5
* Revert previous commit: The hwpmc(4) driver compiles on all platforms.Marcel Moolenaar2005-04-201-13/+0
* Rename from apm_bioscall.s to apm_bioscall.S for removing a special ruleYoshihiro Takahashi2005-04-201-0/+0
* Move this to the specific architectures that are supported. #ifdef fooWarner Losh2005-04-191-0/+13
* 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
* MFi386: revision 1.1194 (Update the drm driver).Yoshihiro Takahashi2005-04-171-18/+9