aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* bandaide to make this build againWarner Losh2003-08-163-6/+18
* As warned: Initiate deorbit burn for the pcaudio driver.Poul-Henning Kamp2003-08-152-613/+0
* MFi386: revision 1.201.Yoshihiro Takahashi2003-08-083-0/+3
* Merged from sys/dev/sio/sio.c revision 1.400.Yoshihiro Takahashi2003-08-022-6/+12
* Merged from sys/dev/ppc/ppc.c revision 1.42.Yoshihiro Takahashi2003-08-022-88/+74
* Cosmetic: fix disorder of opt_kstack_pages.h include.Peter Wemm2003-07-312-2/+2
* MFi386: revision 1.1090.Yoshihiro Takahashi2003-07-231-0/+10
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillPeter Wemm2003-07-222-11/+0
* Supported the gdc_clear function.Yoshihiro Takahashi2003-07-212-6/+114
* Rename thread_siginfo to cpu_thread_siginfo.David Xu2003-07-152-2/+2
* Fixed mouse cursor support.Yoshihiro Takahashi2003-07-131-55/+42
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-028-26/+12
* MFi386: revision 1.566.Yoshihiro Takahashi2003-06-282-76/+0
* Add a machine depended function thread_siginfo, SA signal codeDavid Xu2003-06-282-0/+40
* Replace evil abuse of geteblk() with malloc(9).Poul-Henning Kamp2003-06-162-12/+10
* Disable unneeded devices and options.Yoshihiro Takahashi2003-06-151-5/+22
* pc98 doesn't need COMPAT_OLDISA for any devices in the kernel.Warner Losh2003-06-121-2/+2
* Note that scbus is required for SCSI, not just "required" in general.Juli Mallett2003-06-081-1/+1
* Fixed compile error.Yoshihiro Takahashi2003-06-072-4/+4
* MFi386: revision 1.199Yoshihiro Takahashi2003-06-013-3/+3
* Merged from sys/isa/ppc.c revision 1.40.Yoshihiro Takahashi2003-06-012-14/+0
* Merged from sys/isa/fd.c revision 1.250.Yoshihiro Takahashi2003-06-012-4/+0
* Merged from sys/dev/sio/sio.c revision 1.399.Yoshihiro Takahashi2003-06-012-4/+0
* Eliminate potential overflows by allocating softc dynamically,Poul-Henning Kamp2003-05-311-1/+1
* Clear up that COMPAT_43 may not do the same thing on every architectureJuli Mallett2003-05-151-3/+0
* Fix a typo that broke the pc98 kernel build.John Baldwin2003-05-142-2/+2
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-132-18/+24
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-297-7/+7
* MFi386: revision 1.1086.Yoshihiro Takahashi2003-04-291-6/+0
* Add an argument to get_mcontext() which specified whether theDaniel Eischen2003-04-252-6/+16
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-251-2/+0
* Comment out firewire devices.Yoshihiro Takahashi2003-04-221-3/+3
* Add FireWire drivers to GENERIC.Hidetoshi Shimokawa2003-04-211-0/+5
* Add device driver support for the ASIX Electronics AX88172 USB 2.0Bill Paul2003-04-201-0/+1
* Hold the proc lock for curproc around sigonstack().John Baldwin2003-04-182-0/+4
* Don't include <sys/disklabel.h>Poul-Henning Kamp2003-04-161-1/+0
* MFi386: revision 1.561Yoshihiro Takahashi2003-04-032-6/+66
* Don't use dkmakeminor(), it has nothing to do with CDroms.Poul-Henning Kamp2003-04-031-6/+2
* MFi386: revisions 1.556 and 1.557.Yoshihiro Takahashi2003-04-022-24/+18
* Merged from sys/dev/syscons/syscons.c revision 1.400.Yoshihiro Takahashi2003-04-021-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-014-4/+4
* - Define a new md function 'casuptr'. This atomically compares and setsJeff Roberson2003-04-012-0/+16
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-312-18/+18
* - Change trapsignal() to accept a thread and not a proc.Jeff Roberson2003-03-312-12/+12
* Catch up with recent changes.Matthew N. Dodd2003-03-301-9/+5
* Merge PC98 support.Matthew N. Dodd2003-03-252-1594/+0
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-255-43/+45
* Retire sys/pc98/pc98/spkr.cMatthew N. Dodd2003-03-241-683/+0
* PC98 systems don't need to worry about the MCA bus.Matthew N. Dodd2003-03-243-27/+0
* Remove bitrot associated with `maxusers'.Ruslan Ermilov2003-03-221-1/+0