nyan
743ea98fc5
Removed pmc_isa_identify function. It is not needed.
...
Submitted by: takawata
2001-10-28 04:16:50 +00:00
jlemon
86a48bed45
cn_tab no longer exists, use cnadd() to add a console device. Note that
...
this may result in duplicate console output in some cases.
2001-10-24 18:30:05 +00:00
nyan
d59e014361
Added the pmc driver which supports power management controller of
...
old NEC PC-98NOTE.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
MFC after: 1 week
2001-10-24 14:46:40 +00:00
amorita
df2cb205e6
fix broken `compat_atdisk'(replace raw device name with block device's).
...
Reviewed by: nyan
MFC after: 3 days
2001-10-23 09:39:09 +00:00
amorita
2d213e18a0
Fix compile error of the case using `LINE30' option.
...
Reviewed by: nyan
MFC after: 3 days
2001-10-23 08:54:50 +00:00
imp
ea86fcc299
First commit after a repo copy of isa/sio* -> dev/sio:
...
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
2001-10-22 02:48:38 +00:00
bde
3535bdaf2a
Use the i386 version of npx.c. It has been merged with the pc98 version.
...
Approved by: nyan
Not tested by: bde
2001-10-21 06:14:12 +00:00
mjacob
bdff8645a6
Remove wx.
2001-10-20 18:50:31 +00:00
nyan
602d3a5092
MFi386: sys/i386/isa/npx.c revisions from 1.114 to 1.116
2001-10-19 12:30:16 +00:00
nyan
d9186a95fc
Changed IO_NPXSIZE to 8
2001-10-19 12:24:45 +00:00
nyan
d201939dde
MFi386: sys/i386/isa/clock.c revision 1.177
2001-10-19 11:52:49 +00:00
nyan
579f7ab43b
MFi386: sys/i386/isa/pcaudio.c revision 1.63
2001-10-19 11:50:00 +00:00
nyan
83f01c8ad9
Merged from sys/isa/sio.c revisions from 1.344 to 1.347
2001-10-19 11:48:47 +00:00
nyan
4f448401bd
MFi386: sys/i386/conf/GENERIC revision 1.320
2001-10-19 11:46:13 +00:00
mjacob
e666e03e1a
Make SCSI changer and SES devices standard in generic kernels.
...
Reviewed by: ken@kdm.org
2001-10-16 22:22:58 +00:00
nyan
c0f87bdb16
Rewrite the pc98 bus_space stuff.
...
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
2001-10-07 10:04:18 +00:00
rwatson
fe36bed05d
o Modify pc98 syscons code to use securelevel_gt() instead of
...
direct variable checks. (Yet another API to perform direct hardware I/O).
Obtained from: TrustedBSD Project
2001-09-26 20:26:32 +00:00
brooks
34d1edd712
The faith(4) device is no longer a count device so don't specify a count.
2001-09-25 18:56:40 +00:00
nyan
6f24794a06
- Added #include <sys/systm.h>
...
- Cosmetic change
2001-09-24 06:41:06 +00:00
obrien
94003d0787
+ Fix misplacement of `txp'
...
+ Document our -CURRENT debugging bits
2001-09-24 03:23:48 +00:00
peter
85182a8d78
Cleanup and split of nfs client and server code.
...
This builds on the top of several repo-copies.
2001-09-18 23:32:09 +00:00
jhb
5ee8d7e543
Whitespace fixes.
2001-09-18 21:05:04 +00:00
nyan
71709394dd
MFi386: sys/isa/fd.c revision from 1.205 to 1.219.
2001-09-16 12:39:59 +00:00
nyan
d7801d853b
Allocate i/o and memory resources using gdc driver.
2001-09-16 12:38:39 +00:00
nyan
3efb3f1278
MFi386: added comment for ed driver.
2001-09-16 05:34:34 +00:00
nyan
6390eef1b3
MFi386: cosmetic changes.
2001-09-16 05:34:05 +00:00
nyan
c6bf00383f
MFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342.
...
Removed unnecessary PnP moden entries.
2001-09-16 05:33:07 +00:00
nyan
d80c40a1b1
MFi386: sys/i386/isa/pcaudio.c revision 1.59 and 1.61.
2001-09-16 05:30:59 +00:00
nyan
d76daa601a
MFi386: sys/i386/isa/mse.c revision 1.54 and 1.55.
2001-09-16 05:30:08 +00:00
nyan
0588ccfa1a
MFi386: sys/i386/isa/clock.c revision 1.175 and 1.176.
2001-09-16 05:29:27 +00:00
nyan
9313ae499c
Added (commented out) ACPI attachment.
2001-09-16 05:28:16 +00:00
nyan
ac453a7645
MFi386: removed IDE_DELAY option.
2001-09-16 05:24:05 +00:00
nyan
84fc83cc31
Merged from sys/i386/isa/pcaudio.c revision 1.62 (KSE changes).
2001-09-15 15:37:52 +00:00
nyan
664c8246d0
Merged from sys/i386/apm/apm.c revision 1.123 (KSE changes).
2001-09-15 15:33:28 +00:00
imp
47b4d88f66
I don't think pc98 has acpi at all, so ifdef the acpi attachments for
...
now.
2001-09-15 00:03:32 +00:00
imp
58130a1fd0
Merge sys/isa/sio.c 1.343
...
KSE changes
Reviewed by: julian, bde, jhb
2001-09-14 05:05:08 +00:00
imp
18728e5844
Merge from sys/dev/syscons/syscons.c 1.373
...
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
2001-09-14 05:02:12 +00:00
imp
82d5083ea4
Merge from sys/i386/isa/sprk.c 1.50, 1.51
...
KSE changes and acpi attachment
Reviewed by: julian, bde, jhb
2001-09-14 04:58:30 +00:00
imp
a0b86da6e8
Merge KSE changes from sys/dev/syscons/scterm-sc.c 1.17
...
# 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
2001-09-14 04:54:38 +00:00
imp
83dc9aa764
KSE changes for olpt driver
...
Reviewed by: julian, bde, jhb
2001-09-14 04:50:27 +00:00
imp
97c9cb2b95
Merged sys/i386/isa/npx.c 1.110, 1.111, 1.112 KSE
...
Reviewed by: julian, bde, jhb
2001-09-14 04:46:57 +00:00
imp
ee0b60ccf1
Changes necessary for KSE world
...
Reivewed by: julian, bde, jhb
2001-09-14 04:35:50 +00:00
imp
273a4d1187
Merge changes from sys/i386/isa/mse.c 1.56 and other tweaks for KSE
...
Reviewed by: julian, kde, jhb
2001-09-14 04:34:54 +00:00
imp
9c512364a3
Merge from sys/isa/fd.c 1.221 and a few minor tweaks to make compile
...
with the post KSE world.
Reviewed by: julian, bde, jhb
2001-09-14 04:30:39 +00:00
imp
c4428a2545
Merge from sys/i386/i386/machdep.c 1.480 (Julian's KSE changes)
...
Reviewed by: julian, bde, jhb
2001-09-14 04:27:42 +00:00
julian
5596676e6c
KSE Milestone 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
2001-09-12 08:38:13 +00:00
kato
9c673fcc99
Merged from sys/i386/i386/machdep.c revision 1.479.
2001-09-12 08:15:24 +00:00
peter
16c92cf0c3
Zap #if 0'ed map init code that got moved to the MI area.
...
Convert the powerpc tree to use the common code.
2001-09-04 08:42:35 +00:00
shiba
25567a30d1
Always turned on 8bit access card support for the fe driver
...
both i386/pc98, so options FE_8BIT_SUPPORT was deleted.
Reviewed by: nyan
2001-09-02 13:05:00 +00:00
peter
e031b90e2a
Enable hardwiring of things like tunables from embedded enironments
...
that do not start from loader(8).
2001-08-27 05:11:53 +00:00