Poul-Henning Kamp
d3f6bdb924
NO_GEOM cleanup: don't #include <sys/diskslice.h>
2003-02-01 10:26:23 +00:00
Yoshihiro Takahashi
57afe26bb6
MFi386: revision 1.192.
2003-01-30 13:23:18 +00:00
Poul-Henning Kamp
c5cab5b2fa
NO_GEOM cleanup: retire to attic.
2003-01-30 12:58:55 +00:00
Poul-Henning Kamp
e78674ed77
Remove pc98/wfd and pc98/wst drivers, they have been broken to the
...
point of not even compiling for a very long time.
Any effort spent unbreaking them would be better spent perfecting
the ata drivers for PC98, should any issues remain there.
2003-01-30 12:13:59 +00:00
Poul-Henning Kamp
38563e3c33
Make tsc_freq a 64bit on PC98 also.
2003-01-29 18:08:26 +00:00
Jake Burkholder
aff81a81d6
Remove BDE_DEBUGGER.
...
Discussed with: bde
2003-01-28 19:05:44 +00:00
Jeff Roberson
c3384118a1
- Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection
...
of the scheduler.
- Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
2003-01-26 05:29:12 +00:00
Alfred Perlstein
44956c9863
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
Poul-Henning Kamp
8a5c54f72d
#ifdef NO_GEOM these files entirely. When NO_GEOM is removed as an
...
option the files can be removed.
2003-01-19 11:51:35 +00:00
Yoshihiro Takahashi
e2a5388194
MFi386: revision 1.372
2003-01-16 13:38:58 +00:00
Yoshihiro Takahashi
6f40e92346
Merged from sys/isa/syscons_isa.c revision 1.21.
2003-01-15 13:12:12 +00:00
Matthew N. Dodd
e2fdcaf285
- Add inline functions for {ll,l,}abs() to libkern.
...
- Remove hand rolled abs() functions.
2003-01-15 02:02:33 +00:00
Yoshihiro Takahashi
6b4cc2d7fe
Fixed typo and style.
...
Submitted by: Toru Morimoto <too@os.gulf.or.jp>
2003-01-13 06:51:16 +00:00
Yoshihiro Takahashi
7a6794e9c4
Merged from sys/isa/fd.c revision 1.244.
2003-01-12 03:11:21 +00:00
Yoshihiro Takahashi
cba862a39c
MFi386: revision 1.552.
2003-01-10 13:31:29 +00:00
Yoshihiro Takahashi
404a379e4a
Rename the dos_partition structure for pc98 to pc98_partition.
2003-01-04 08:50:48 +00:00
Yoshihiro Takahashi
f61e88f901
Merged from sys/isa/fd.c revision 1.243.
2003-01-03 06:40:54 +00:00
Poul-Henning Kamp
e2a3ea1c45
Remove unused second argument from DEV_STRATEGY().
2003-01-03 05:57:35 +00:00
Jens Schweikhardt
9d5abbddbf
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
Yoshihiro Takahashi
32130e9fb0
MFi386: Add the bge driver.
2002-12-31 06:56:03 +00:00
Jens Schweikhardt
d64ada501a
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
...
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
Poul-Henning Kamp
31cf2a3636
Unspam some experimental changes which should not have been committed.
2002-12-17 13:37:08 +00:00
Poul-Henning Kamp
02995a9b72
unifdef -DPC98 -U__alpha__
2002-12-15 22:15:20 +00:00
Yoshihiro Takahashi
df44e708b1
MFi386: revision 1.551.
...
Approved by: re (jhb)
2002-12-04 15:04:18 +00:00
Søren Schmidt
8ba4488cea
Add support for the PC98 platform to the ATA driver.
...
This mostly consists of functionality to serialize accesses to
the two ATA channels (which can also be used to "fix" certain
PCI based controllers).
Add support for Acard controllers.
Enable the ATA driver in PC98 GENERIC, and add device hints.
Update man page with latest support.
The PC98 core team has kindly provided me with a PC98
machine that made this all possible, thanks to all that
contributed to that effort, without that this would
probably newer have been possible..
Approved by: re@
2002-12-03 20:20:44 +00:00
Yoshihiro Takahashi
9df5c871ce
MFi386: revision 1.550.
2002-11-17 02:57:06 +00:00
Yoshihiro Takahashi
0730e65baa
Merged from sys/isa/fd.c revision 1.242.
2002-11-17 02:39:55 +00:00
Dag-Erling Smørgrav
97b67f3141
Print real / avail memory in megabytes rather than kilobytes.
2002-11-09 16:19:14 +00:00
Thomas Moestl
0fca57b8b8
Move the definitions of the hw.physmem, hw.usermem and hw.availpages
...
sysctls to MI code; this reduces code duplication and makes all of them
available on sparc64, and the latter two on powerpc.
The semantics by the i386 and pc98 hw.availpages is slightly changed:
previously, holes between ranges of available pages would be included,
while they are excluded now. The new behaviour should be more correct
and brings i386 in line with the other architectures.
Move physmem to vm/vm_init.c, where this variable is used in MI code.
2002-11-07 23:57:17 +00:00
Juli Mallett
751d91aabd
Remove what was a temporary bogus assignment of bits of siginfo_t, as it does
...
not look like the prerequisites to fill it in properly will be in the tree
for the upcoming release, but it's mostly done, so there is no need for these
to stay around to remind us.
2002-11-06 14:53:35 +00:00
Yoshihiro Takahashi
7fa62ecb09
Add hints for wd1, wd2 and wd3.
2002-11-03 06:52:43 +00:00
Yoshihiro Takahashi
abb69175f8
Enable GEOM by default.
2002-10-31 12:14:05 +00:00
Yoshihiro Takahashi
4d5b1746b2
MFi386: revision 1.55.
...
Rename from atspeaker to pcspeaker. (PC98 is not PC/AT)
2002-10-31 05:12:22 +00:00
Yoshihiro Takahashi
4b8d81b418
MFi386: revisions 1.544 and 1.545.
2002-10-26 15:44:06 +00:00
Yoshihiro Takahashi
43b6e2a273
MFi386: revision 1.10
2002-10-23 12:54:05 +00:00
Yoshihiro Takahashi
53b8edec96
MFi386: revision 1.543.
2002-10-22 15:25:25 +00:00
Yoshihiro Takahashi
2ea0bd9562
Merged from sys/isa/syscons_isa.c revision 1.20.
2002-10-22 15:22:49 +00:00
Yoshihiro Takahashi
abf7bd9e91
MFi386: revisions 1.189 and 1.190.
2002-10-22 15:19:46 +00:00
Robert Watson
c7063e5913
Permits UFS ACLs to be used with the GENERIC kernel. Due to recent
...
ACL configuration changes, this shouldn't result in different code paths
for file systems not explicitly configured for ACLs by the system
administrator. For UFS1, administrators must still recompile their
kernel to add support for extended attributes; for UFS2, it's sufficient
to enable ACLs using tunefs or at mount-time (tunefs preferred for
reliability reasons). UFS2, for a variety of reasons, including
performance and reliability, is the preferred file system for use with
ACLs.
Approved by: re
2002-10-19 16:54:15 +00:00
Yoshihiro Takahashi
ab014f15fa
Switch from the bs driver to the ct driver.
2002-10-17 13:57:57 +00:00
Yoshihiro Takahashi
971475a2da
Merged from sys/isa/syscons_isa.c revision 1.19.
2002-10-17 12:54:51 +00:00
Yoshihiro Takahashi
1f47349cf1
Merged from sys/dev/syscons/syscons.c revision 1.390.
2002-10-17 12:51:43 +00:00
Yoshihiro Takahashi
6f035cebbc
MFi386: revision 1.54.
2002-10-16 15:46:53 +00:00
Yoshihiro Takahashi
f0e3a2db93
MFi386: revision 1.130.
2002-10-16 15:44:41 +00:00
Poul-Henning Kamp
b0a07322f5
Unbreak the PC98/wd(4) driver which I accidentally broke with a previous
...
commit. I can fully understand why the PC98 crew desire ata(4) support.
Tested by: nyan
2002-10-16 13:41:12 +00:00
Yoshihiro Takahashi
f974f604ef
MFi386: revision 1.9.
2002-10-14 12:07:39 +00:00
Yoshihiro Takahashi
96d818fda7
Merged from sys/dev/sio/sio.c revision 1.382.
2002-10-14 10:10:09 +00:00
Mike Barcroft
4275e0d98d
Remove the P1003_1B kernel option; it is no longer used.
2002-10-13 16:29:17 +00:00
Jeff Roberson
42f851d958
- kserunnable() is now sched_runnable() change instances of these where
...
appropriate.
- include sched.h to see this new api.
2002-10-12 05:37:26 +00:00
Yoshihiro Takahashi
f4bff7c21b
Fixed a warning if COM_MULTIPORT option is not defined.
...
Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
2002-10-10 14:14:29 +00:00