summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Collapse)AuthorAgeFilesLines
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+1
| | | | | of the scheduler. - Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-9/+9
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as anphk2003-01-191-0/+2
| | | | option the files can be removed.
* MFi386: revision 1.372nyan2003-01-161-0/+1
|
* Merged from sys/isa/syscons_isa.c revision 1.21.nyan2003-01-152-16/+38
|
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-151-11/+0
| | | | - Remove hand rolled abs() functions.
* Fixed typo and style.nyan2003-01-131-2/+2
| | | | Submitted by: Toru Morimoto <too@os.gulf.or.jp>
* Merged from sys/isa/fd.c revision 1.244.nyan2003-01-122-0/+6
|
* MFi386: revision 1.552.nyan2003-01-102-4/+0
|
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-041-7/+7
|
* Merged from sys/isa/fd.c revision 1.243.nyan2003-01-032-12/+0
|
* Remove unused second argument from DEV_STRATEGY().phk2003-01-031-1/+1
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
| | | | especially in troff files.
* MFi386: Add the bge driver.nyan2002-12-311-0/+1
|
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-2/+2
| | | | Add FreeBSD Id tag where missing.
* Unspam some experimental changes which should not have been committed.phk2002-12-171-13/+40
|
* unifdef -DPC98 -U__alpha__phk2002-12-151-315/+13
|
* MFi386: revision 1.551.nyan2002-12-042-6/+12
| | | | Approved by: re (jhb)
* Add support for the PC98 platform to the ATA driver.sos2002-12-032-2/+15
| | | | | | | | | | | | | | | | 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@
* MFi386: revision 1.550.nyan2002-11-172-2/+4
|
* Merged from sys/isa/fd.c revision 1.242.nyan2002-11-172-4/+4
|
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-092-8/+8
|
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-072-74/+0
| | | | | | | | | | | 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.
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-062-8/+0
| | | | | | 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.
* Add hints for wd1, wd2 and wd3.nyan2002-11-031-6/+6
|
* Enable GEOM by default.nyan2002-10-311-2/+0
|
* MFi386: revision 1.55.nyan2002-10-311-21/+41
| | | | Rename from atspeaker to pcspeaker. (PC98 is not PC/AT)
* MFi386: revisions 1.544 and 1.545.nyan2002-10-262-80/+640
|
* MFi386: revision 1.10nyan2002-10-231-2/+0
|
* MFi386: revision 1.543.nyan2002-10-222-78/+78
|
* Merged from sys/isa/syscons_isa.c revision 1.20.nyan2002-10-222-0/+4
|
* MFi386: revisions 1.189 and 1.190.nyan2002-10-223-36/+30
|
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
| | | | | | | | | | | | | 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
* Switch from the bs driver to the ct driver.nyan2002-10-171-3/+3
|
* Merged from sys/isa/syscons_isa.c revision 1.19.nyan2002-10-172-0/+8
|
* Merged from sys/dev/syscons/syscons.c revision 1.390.nyan2002-10-171-1/+2
|
* MFi386: revision 1.54.nyan2002-10-161-4/+4
|
* MFi386: revision 1.130.nyan2002-10-161-1/+1
|
* Unbreak the PC98/wd(4) driver which I accidentally broke with a previousphk2002-10-161-3/+3
| | | | | | commit. I can fully understand why the PC98 crew desire ata(4) support. Tested by: nyan
* MFi386: revision 1.9.nyan2002-10-141-5/+0
|
* Merged from sys/dev/sio/sio.c revision 1.382.nyan2002-10-142-2/+2
|
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-2/+1
|
* - kserunnable() is now sched_runnable() change instances of these wherejeff2002-10-122-4/+6
| | | | | appropriate. - include sched.h to see this new api.
* Fixed a warning if COM_MULTIPORT option is not defined.nyan2002-10-102-2/+2
| | | | Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
* Fixed SBUS_RA_*_region_* functions.nyan2002-10-102-128/+334
|
* MFi386: revision 1.67.nyan2002-10-081-1/+1
|
* MFi386: revisions 1.539, 1.540 and 1.541.nyan2002-10-082-24/+40
|
* Merged from sys/isa/fd.c revisions 1.224 and 1.241.nyan2002-10-072-6/+22
|
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NB: But it will enable it in all kernels not having options "NO_GEOM" Put the GEOM related options into the intended order. Add "options NO_GEOM" to all kernel configs apart from NOTES. In some order of controlled fashion, the NO_GEOM options will be removed, architecture by architecture in the coming days. There are currently three known issues which may force people to need the NO_GEOM option: boot0cfg/fdisk: Tries to update the MBR while it is being used to control slices. GEOM does not allow this as a direct operation. SCSI floppy drives: Appearantly the scsi-da driver return "EBUSY" if no media is inserted. This is wrong, it should return ENXIO. PC98: It is unclear if GEOM correctly recognizes all variants of PC98 disklabels. (Help Wanted! I have neither docs nor HW) These issues are all being worked. Sponsored by: DARPA & NAI Labs.
* Don't use dkunit() to find our softc when we can hang it off the dev_t.phk2002-10-052-27/+24
| | | | | | This removes yet a dependency on the old disklabel stuff. Sponsored by: DARPA & NAI Labs.
OpenPOWER on IntegriCloud