wiz
dac7d101b7
Reduce diff to config.h created by texinfo-4.0.
2001-09-02 22:18:51 +00:00
wiz
e405b87d8f
Normalize man page handling: Man pages are now done in the same dir as the
...
program they are referring to, instead of being all done in the main
Makefile.
2001-09-02 22:16:58 +00:00
thorpej
3ac8a43f8b
Comment what the PF bit means in the MODE SELECT command, and
...
define a scsipi_mode_page_header, which has the common fields
(page code and page length) of all mode pages.
2001-09-02 22:06:16 +00:00
wiz
cbf30c4010
Minimize diff to texinfo-4.0.
2001-09-02 21:55:03 +00:00
wiz
d56ab1d29b
Fix merge botch.
2001-09-02 21:42:49 +00:00
wiz
fecd6a27e1
Not in texinfo-4.0, either.
2001-09-02 21:26:49 +00:00
wiz
0eea4da15e
Not in texinfo-4.0.
2001-09-02 21:24:38 +00:00
wiz
376efde5a3
These files are not part of texinfo-4.0.
2001-09-02 21:19:47 +00:00
thorpej
dda09e1b39
Add the Force Unit Access and Disable Page Out bits to the
...
READ(10) and WRITE(10) commands.
2001-09-02 20:17:04 +00:00
thorpej
e6bfee4968
Use the AUDIO_PAGE definition common to SCSI and ATAPI.
2001-09-02 19:53:40 +00:00
thorpej
ac7519b12e
Centralize the definition of the page code mask and page-savable bit
...
in the pages returned by MODE SENSE.
2001-09-02 19:35:20 +00:00
wiz
0b273592ec
-edebug should only be mentioned in the help #ifdef ENCRYPTION, not #ifdef
...
AUTHENTICATION. Noted (with patch) by Brian Ginsbach.
2001-09-02 18:56:26 +00:00
matt
64bde37d3a
com (16550) attachment for iq80310
2001-09-02 18:50:13 +00:00
wiz
00ed7f60d7
Describe -S option, and remove mention of /etc/inittab in FILES section.
...
Patch by Brian Ginsbach.
2001-09-02 18:33:39 +00:00
wiz
4b8f5ccd37
Fix #ifdef indentation after recent removal of #ifdef NEWINIT-code.
...
Patch by Brian Ginsbach.
2001-09-02 18:32:35 +00:00
thorpej
d737e7fda8
Oops, name the caching parameters page structure member.
2001-09-02 16:47:45 +00:00
enami
26ea33d355
Fix an obvious typo found while reading the source.
2001-09-02 13:17:54 +00:00
zuntum
beab4b57ef
Add pl.msg file to nls/ directory and list it in the Makefile
...
-- now libc has polish messages
set LANG to "pl" in your environment to use it.
2001-09-02 13:13:41 +00:00
tsutsui
354cce66e5
Use be16toh(), be32toh(), le16toh() and le32toh() rather than
...
ntohs(), ntohl() or homegrown bswap() functions.
XXX Does anyone use drives with PQUIRK_LITTLETOC on big endian machines?
2001-09-02 13:11:53 +00:00
simonb
8d327e93bf
Include <string.h> for memcpy() prototype.
2001-09-02 08:45:22 +00:00
manu
27d1edf719
Added 64 bits support in header files.
...
All headers should be common to 32 bits MIPS and 64 bits MIPS now.
2001-09-02 08:39:37 +00:00
tsutsui
1f2768852a
Enable siop at pci.
2001-09-02 08:27:07 +00:00
manu
f914316a09
Fixed indent problems
2001-09-02 07:56:11 +00:00
manu
220d274aa6
Fixed indent problems
2001-09-02 07:27:33 +00:00
manu
54eff3d533
Added some comments
2001-09-02 07:25:58 +00:00
manu
b9581b43a2
Fixed an error in a define
2001-09-02 07:24:49 +00:00
tsutsui
cf574991b8
Add a small version of memmove() for libsa.
...
Mostly identical with libsa/bcopy.c.
2001-09-02 07:04:16 +00:00
manu
fbdc500a69
Fixed indent problems
2001-09-02 06:51:15 +00:00
tsutsui
a234112f80
Make 3C509[B] in ISA mode probed correctly on big endian machines.
2001-09-02 06:46:57 +00:00
mrg
3ec1b99028
place the main chunk of POWEROFSEVEN's config into the .inc file, and have
...
the 32 and 64 files define MACHINE_ARCH, CC, LD and AS appropriately to build
a 32 or 64 bit kernel, respectively. this allows either to be built on a
system that can generate 32 or 64 bit code.
2001-09-02 05:53:38 +00:00
lukem
e3ba61f9f3
Incorporate fix by iedowse @ FreeBSD to allow disks with large numbers of
...
cylinder groups to work correctly, with minor modifications by me to work
with our FFS_EI code. From the FreeBSD commit message:
The ffs superblock includes a 128-byte region for use by temporary
in-core pointers to summary information. An array in this region
(fs_csp) could overflow on filesystems with a very large number of
cylinder groups (~16000 on i386 with 8k blocks). When this happens,
other fields in the superblock get corrupted, and fsck refuses to
check the filesystem.
Solve this problem by replacing the fs_csp array in 'struct fs'
with a single pointer, and add padding to keep the length of the
128-byte region fixed. Update the kernel and userland utilities
to use just this single pointer.
With this change, the kernel no longer makes use of the superblock
fields 'fs_csshift' and 'fs_csmask'. Add a comment to newfs/mkfs.c
to indicate that these fields must be calculated for compatibility
with older kernels.
Reviewed by: mckusick
2001-09-02 01:58:30 +00:00
eeh
2102cef10c
Add an entry for level-15 interrupts.
2001-09-02 01:45:47 +00:00
eeh
87bb8014dc
Get rid of all simba references.
2001-09-02 01:18:56 +00:00
reinoud
ec98fbc0db
Code cleanup; remove all `#ifdef sgi' from the code... this clobbered the
...
code considerably and was mainly providing SGI specific logging facilities
and some hacks to improve the relyablility on SGI systems by increasing
priorities etc...
2001-09-02 00:13:05 +00:00
thorpej
0414d16837
Note the RAID_DIAGNOSTIC option to enable additional internal
...
consistency checking (code assertions).
2001-09-01 23:54:57 +00:00
thorpej
1cbbd5c37c
Disable all of the RF_ASSERT()s by default, enabling them if the
...
RAID_DIAGNOSTIC option is specified in the kernel configuration
file.
2001-09-01 23:50:43 +00:00
atatat
5f25c01eff
Comment out bridge pseudo devices from ports that don't
...
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.
2001-09-01 23:08:40 +00:00
mjl
e854950bda
More quote cleanup. Remove a fortune that also is in -o.
...
Add a couple of fortunes I had lying around.
2001-09-01 22:30:54 +00:00
atatat
97c67a9bae
Add bridge pseudo devices to GENERIC configs
2001-09-01 21:52:23 +00:00
mjl
30e1428afa
Some more quotes removed. Corrected errors noticed by Andrew Brown
...
<atatat@atatdot.net>.
2001-09-01 21:28:28 +00:00
mjl
a486f7fbc9
Fix typos and spelos. Add and correct some attributions. Add a
...
couple of fortunes. Canonize quotes. Remove duplicate fortunes.
Correct author names.
Mostly from FreeBSD and OpenBSD.
2001-09-01 19:35:32 +00:00
chs
8677b0ddf4
rearrange pmap_kenter_pa() to map unmanaged pages uncached as well.
...
this is apparently needed on the arc port.
slight optimization in pmap_kremove().
2001-09-01 17:08:19 +00:00
rearnsha
d7b9a225cb
Include bsd.own.mk to get a default setting of OBJECT_FMT.
2001-09-01 09:53:25 +00:00
mjacob
ec5c66ab2b
add 2300/2312 refs
2001-09-01 07:20:13 +00:00
mjacob
6bb9f4a949
Add support for 2 Gigabit cards (2300/2312). This necessitated a change
...
in how interrupts are down- the 23XX has not only a different place to check
for an interrupt, but unlike all other QLogic cards, you have to read the
status as a 32 bit word- not 16 bit words. Rather than have device specific
functions as called from the core module (in isp_intr), it makes more sense
to have the platform/bus modules do the gruntwork of splitting out the
isr, semaphore register and the first outgoing mailbox register (if needed)
*prior* to calling isp_intr (if calling isp_intr is necessary at all).
2001-09-01 07:12:23 +00:00
msaitoh
d3e7333a60
s/cpu_startup/sh3_startup/g in panic messages
2001-09-01 03:02:31 +00:00
thorpej
2cf7638731
Add the caching parameters mode page.
2001-09-01 02:39:21 +00:00
chs
f2742305e4
rz -> sd for MI SCSI.
2001-09-01 02:36:51 +00:00
simonb
49e4ac39e7
Include <limits.h> for LONG_MIN/LONG_MAX.
...
Put kernel include file first, as per KNF.
2001-09-01 02:17:29 +00:00
simonb
7e448d13f5
Don't need <sys/types.h> or <sys/time.h> before <sys/resource.h>.
...
References: SUSv2
2001-09-01 02:01:48 +00:00