dillon
6fe4980d43
Allow maxusers to be specified as 0 in the kernel config, which will
...
cause the system to auto-size to between 32 and 512 depending on the
amount of memory.
MFC after: 1 week
2001-12-09 01:57:09 +00:00
des
d7018ca87e
PROCFS requires PSEUDOFS.
2001-12-04 11:48:16 +00:00
nyan
8b353ec10a
Split the sio driver for pc98 into bus front end and back end.
...
(merged from the files in sys/dev/sio)
2001-11-26 12:29:53 +00:00
nyan
1999b15875
MFi386: revision 1.326.
2001-11-17 13:48:31 +00:00
nyan
e5e59231f1
MFi386: revision 1.483
2001-11-17 13:16:51 +00:00
nyan
a2ed3a17cf
Use make_dev_alias() instead of call make_dev() twice.
2001-11-12 13:06:04 +00:00
phk
9bb69cda68
GC userconfig after Peter axed it 15 months ago.
2001-11-05 21:46:35 +00:00
phk
6d85b02e40
Don't call cdevsw_add().
2001-11-04 09:09:41 +00:00
phk
c665837dfd
Rename the top 7 bits if disk minors to spare bits, rather than type bits.
2001-11-04 09:01:07 +00:00
nyan
175300ac14
MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482
2001-10-30 00:53:19 +00:00
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