summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Collapse)AuthorAgeFilesLines
* MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482nyan2001-10-302-4/+10
|
* Removed pmc_isa_identify function. It is not needed.nyan2001-10-282-26/+0
| | | | Submitted by: takawata
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-243-3/+3
| | | | this may result in duplicate console output in some cases.
* Added the pmc driver which supports power management controller ofnyan2001-10-244-0/+518
| | | | | | | old NEC PC-98NOTE. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) MFC after: 1 week
* fix broken `compat_atdisk'(replace raw device name with block device's).amorita2001-10-231-2/+3
| | | | | Reviewed by: nyan MFC after: 3 days
* Fix compile error of the case using `LINE30' option.amorita2001-10-232-0/+6
| | | | | Reviewed by: nyan MFC after: 3 days
* First commit after a repo copy of isa/sio* -> dev/sio:imp2001-10-222-2/+2
| | | | | | | | | | Move sio from isa/sio.c to dev/sio/sio.c. The next step is to break out the front end attachments, improve support for these parts on different busses, and maybe, if we're lucky, merging in pc98 support. It will also be MI and live in conf/files rather than files.*. Approved by: bde Tested with: i386, pc98
* Use the i386 version of npx.c. It has been merged with the pc98 version.bde2001-10-211-1003/+0
| | | | | Approved by: nyan Not tested by: bde
* Remove wx.mjacob2001-10-201-1/+0
|
* MFi386: sys/i386/isa/npx.c revisions from 1.114 to 1.116nyan2001-10-191-161/+56
|
* Changed IO_NPXSIZE to 8nyan2001-10-192-2/+2
|
* MFi386: sys/i386/isa/clock.c revision 1.177nyan2001-10-193-12/+0
|
* MFi386: sys/i386/isa/pcaudio.c revision 1.63nyan2001-10-191-6/+0
|
* Merged from sys/isa/sio.c revisions from 1.344 to 1.347nyan2001-10-192-6/+20
|
* MFi386: sys/i386/conf/GENERIC revision 1.320nyan2001-10-191-1/+1
|
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-161-0/+2
| | | | Reviewed by: ken@kdm.org
* Rewrite the pc98 bus_space stuff.nyan2001-10-074-0/+3630
| | | | | | | | | | | | | | | | The type of bus_space_tag_t is now a pointer to bus_space_tag structure, and the bus_space_tag structure saves pointers to functions for direct access and relocate access. Added bsh_bam member to the bus_space_handle structure, it saves access method either direct access or relocate access which is called by bus_space_* functions. Added the mecia device support. If the bs_da and bs_ra in bus tag are set NEPC_io_space_tag and NEPC_mem_space_tag respectively, new bus_space stuff changes the register of mecia automatically for 16bit access. Obtained from: NetBSD/pc98
* o Modify pc98 syscons code to use securelevel_gt() instead ofrwatson2001-09-261-2/+3
| | | | | | direct variable checks. (Yet another API to perform direct hardware I/O). Obtained from: TrustedBSD Project
* The faith(4) device is no longer a count device so don't specify a count.brooks2001-09-251-1/+1
|
* - Added #include <sys/systm.h>nyan2001-09-242-2/+4
| | | | - Cosmetic change
* + Fix misplacement of `txp'obrien2001-09-241-5/+5
| | | | + Document our -CURRENT debugging bits
* Cleanup and split of nfs client and server code.peter2001-09-181-1/+2
| | | | This builds on the top of several repo-copies.
* Whitespace fixes.jhb2001-09-181-3/+3
|
* MFi386: sys/isa/fd.c revision from 1.205 to 1.219.nyan2001-09-162-882/+1044
|
* Allocate i/o and memory resources using gdc driver.nyan2001-09-162-48/+378
|
* MFi386: added comment for ed driver.nyan2001-09-161-0/+1
|
* MFi386: cosmetic changes.nyan2001-09-162-0/+2
|
* MFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342.nyan2001-09-162-138/+122
| | | | Removed unnecessary PnP moden entries.
* MFi386: sys/i386/isa/pcaudio.c revision 1.59 and 1.61.nyan2001-09-161-14/+4
|
* MFi386: sys/i386/isa/mse.c revision 1.54 and 1.55.nyan2001-09-161-2/+3
|
* MFi386: sys/i386/isa/clock.c revision 1.175 and 1.176.nyan2001-09-163-15/+108
|
* Added (commented out) ACPI attachment.nyan2001-09-166-0/+18
|
* MFi386: removed IDE_DELAY option.nyan2001-09-161-1/+0
|
* Merged from sys/i386/isa/pcaudio.c revision 1.62 (KSE changes).nyan2001-09-151-6/+6
|
* Merged from sys/i386/apm/apm.c revision 1.123 (KSE changes).nyan2001-09-151-5/+5
|
* I don't think pc98 has acpi at all, so ifdef the acpi attachments forimp2001-09-152-2/+4
| | | | now.
* Merge sys/isa/sio.c 1.343imp2001-09-142-22/+22
| | | | | | KSE changes Reviewed by: julian, bde, jhb
* Merge from sys/dev/syscons/syscons.c 1.373imp2001-09-141-17/+17
| | | | | | | | | kse changes # Note: There are a number of trivial and non-trivial diffs between this and # sys/dev/syscons/syscons.c that I didn't try to account for. Reviewed by: julian, bde, jhb
* Merge from sys/i386/isa/sprk.c 1.50, 1.51imp2001-09-141-6/+7
| | | | | | KSE changes and acpi attachment Reviewed by: julian, bde, jhb
* Merge KSE changes from sys/dev/syscons/scterm-sc.c 1.17imp2001-09-142-2/+2
| | | | | | | # there are more "trivial" diffs in this file that have accumulated over time # and I didn't try to fix those. Reviewed by: julian, bde, jhb
* KSE changes for olpt driverimp2001-09-142-6/+6
| | | | Reviewed by: julian, bde, jhb
* Merged sys/i386/isa/npx.c 1.110, 1.111, 1.112 KSEimp2001-09-141-43/+45
| | | | Reviewed by: julian, bde, jhb
* Changes necessary for KSE worldimp2001-09-142-5/+5
| | | | Reivewed by: julian, bde, jhb
* Merge changes from sys/i386/isa/mse.c 1.56 and other tweaks for KSEimp2001-09-141-9/+9
| | | | Reviewed by: julian, kde, jhb
* Merge from sys/isa/fd.c 1.221 and a few minor tweaks to make compileimp2001-09-142-20/+22
| | | | | | with the post KSE world. Reviewed by: julian, bde, jhb
* Merge from sys/i386/i386/machdep.c 1.480 (Julian's KSE changes)imp2001-09-142-156/+148
| | | | Reviewed by: julian, bde, jhb
* KSE Milestone 2julian2001-09-122-2/+2
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* Merged from sys/i386/i386/machdep.c revision 1.479.kato2001-09-122-10/+8
|
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-042-280/+0
| | | | Convert the powerpc tree to use the common code.
* Always turned on 8bit access card support for the fe drivershiba2001-09-021-1/+0
| | | | | | both i386/pc98, so options FE_8BIT_SUPPORT was deleted. Reviewed by: nyan
OpenPOWER on IntegriCloud