phk
0a18519f99
Remove unused B_FORMAT #define
1999-10-04 07:40:23 +00:00
deischen
9021ae61e8
Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical ID
...
0x8024b04e) so that the cards description is used instead of overriding
it. While I'm here, add an ID for the SUP2080 and the SUP2030.
PR: kern/13983
Submitted by: Kurt D. Zeilenga <Kurt@OpenLDAP.Org> (SUP2030)
dfr (rest of change)
Reviewed by: dfr
1999-10-03 22:25:19 +00:00
eivind
16b0d393b5
Allow compilation with older versions of GCC, in order to make it possible
...
to bootstrap and work with -current from older versions of FreeBSD.
1999-10-03 21:15:25 +00:00
gallatin
1ffd5494d6
A band-aid to prevent multi-hose alpha chipsets (aka tsunami) from
...
panic'ing because the hose is not filled in. We should probably extend the
pciioctl interface to take hoses into account..
1999-10-03 21:09:30 +00:00
n_hibma
49cb20499d
Change from using a dv_xname in struct device to using
...
device_get_nameunit().
Remove including of device.h
1999-10-03 20:33:43 +00:00
n_hibma
e0f9630861
Check for a valid irq number before calling BUS_SETUP_INTR.
...
Requested-By: msmith
1999-10-03 20:23:25 +00:00
green
70e3f01794
Nuke the FIODTYPE compatibility bits. It's time.
1999-10-03 18:49:51 +00:00
deischen
f28a844f3e
Add logical device ID for the Diamond SupraExpress 56K PnP modem:
...
Vendor ID SUP2480 (0x8024b04e), Serial Number 0x00001334
PnP Version 1.0, Vendor Version 0
Device Description: SupraExpress 56i Sp V.90
Reviewed by: dfr
1999-10-03 17:50:09 +00:00
obrien
2ed27b5cbe
Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP".
...
Reviewed by: dfr
1999-10-03 17:45:54 +00:00
marcel
2cbe32ff31
Link ucontext.h to sys/ucontext.h
...
Pointed out by: bde
1999-10-03 15:12:26 +00:00
dcs
5d56c2549f
Revert to 1.15, since, as pointed out by bde, 1.16 is wrong and evil.
...
Add $FreeBSD$.
1999-10-03 13:38:53 +00:00
marcel
a9546c9049
Reinstate the 4th argument to old signal handlers. Don't set it
...
when the handler uses siginfo_t.
1999-10-03 13:04:17 +00:00
marcel
77f5d8d66c
Fix style bugs caused by using the wrong file to copy from. That one
...
gets fixed later on.
Reinstate the mysterious 4th argument to signal handlers and add some
comments on that.
1999-10-03 12:55:58 +00:00
phk
c5e9e8cacf
Before we start to mess with the VFS name-cache clean things up a little bit:
...
Isolate the namecache in its own file, and give it a dedicated malloc type.
1999-10-03 12:18:29 +00:00
dfr
db838027e1
Disable pnp devices before running heuristic probes. This allows us to
...
'hide' those devices from those probes so that they don't get probed and
then re-probed later when the pnp probe is run.
1999-10-03 12:13:06 +00:00
marcel
e2a1f8fa67
Fix style bugs
...
Submitted by: bde
1999-10-03 10:41:40 +00:00
marcel
dbc58a6c87
Fix style bugs and ordering
...
Submitted by: bde
1999-10-03 10:40:11 +00:00
marcel
8769c975d9
Restore -traditional compilation
...
Submitted by: bde
1999-10-03 10:35:03 +00:00
marcel
c9a7b89c8e
Don't use const and volatile directly. Use the macros. This fixes
...
the breakage for K&R sources.
1999-10-03 10:33:40 +00:00
obrien
55b9837508
This commit was generated by cvs2svn to compensate for changes in r51899,
...
which included commits to RCS files with non-trunk default branches.
1999-10-03 09:19:40 +00:00
obrien
031b126e48
Virgin import of EGCS 1.1.2
1999-10-03 09:19:40 +00:00
bde
7e50c56ef8
Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the
...
kernel, but gcc provides a pessimal builtin for it.
Makefile.i386:
Added a variable (CONF_CFLAGS) for configuration-specific compiler flags.
LINT:
Use CONF_CFLAGS to inhibit use of gcc builtins.
1999-10-03 07:09:31 +00:00
phk
96b390ab36
Fix building non-crypto releases.
1999-10-03 06:43:57 +00:00
bde
8699982cb3
Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR.
1999-10-03 04:12:07 +00:00
bde
b786ec9680
Fixed the hack for using "../libgcc/Makefile" in libgcc_r/Makefile.
...
${LIB} was wrong at dependency-parsing time, so dependencies for
libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a
were always out of date.
1999-10-03 02:43:20 +00:00
brian
6183281b7a
Set the i4b bandwidth - i4b doesn't report it via tcgetattr.
...
Suggested by: Joe Karthauser <joe@uk.FreeBSD.org>
1999-10-03 02:15:55 +00:00
ache
f87b197d4e
sv_SE collate
...
add one missing dependance
PR: 13928
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-10-03 02:13:26 +00:00
ache
6d2383a99b
ISO8859-5 time definition
1999-10-03 01:41:17 +00:00
ache
03dfca3cca
ISO8859-5 collate
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 01:22:22 +00:00
ache
44ec625bdf
allow comments in map files
1999-10-03 01:21:33 +00:00
ache
91c96cc638
ISO8859-5 locale
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 00:56:29 +00:00
ache
319b40f726
add ru_RU->ru_SU alias for 8859-5
1999-10-03 00:48:24 +00:00
ache
be6e62be78
add ru_SU.ISO_8859-5 locale dirs
1999-10-03 00:44:56 +00:00
obrien
962755b83f
Virgin import of EGCS 1.1.2
1999-10-02 21:54:32 +00:00
obrien
19977292ad
This commit was generated by cvs2svn to compensate for changes in r51885,
...
which included commits to RCS files with non-trunk default branches.
1999-10-02 21:54:32 +00:00
obrien
c47c3a0727
* We have /var/tmp, not /usr/tmp. So use that where EGCS used the latter.
...
* In the absence of the env vars TMPDIR, TMP, TEMP (which override this
ordering), attempt to create temperary files in /tmp, P_tmpdir (/var/tmp),
/usr/tmp, and . until successful.
1999-10-02 21:50:07 +00:00
mjacob
e700d76ebd
add SA_1FM_AT_EOD option for scsi_sa- this causes a default behaviour of
...
one filemark at end of media for tapes otherwise neither quirked nor known.
1999-10-02 20:23:52 +00:00
mdodd
1e59f6478d
Fix includes. I missed this the first time around.
1999-10-02 20:22:26 +00:00
sos
0d359e3d72
In some drivers we use two devices to be able to boot.
...
So if si_iosize_max is allready set, dont mess with it..
Also just log the problem with maxphys not being set once.
designed by: phk
tested by: sos
1999-10-02 20:21:49 +00:00
mjacob
be4e39eb7c
Document SA_1FM_AT_EOD option.
1999-10-02 20:20:32 +00:00
mjacob
f8d4915bca
Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),
...
and add a config option that allows one to default to 1FM@EOD for tapes
otherwise unquirked or unknown as to which to prefer. Note that tcopy
will be broken for these tapes until tcopy is fixed.
1999-10-02 20:17:16 +00:00
dillon
fa22555284
Print a warning that includes the mount source when the foreground
...
mount fails prior to going into the background when a background NFS
mount is requested.
PR: misc/12376
1999-10-02 19:42:46 +00:00
marcel
993c00c789
o Add $FreeBSD$ as a rcsid instead of in a comment
...
o Remove bitrotted #undef directives
o Actually set errno now and order the functions
Submitted by: bde
1999-10-02 19:37:14 +00:00
marcel
3718bceadd
Remove the inline versions of sigaddset, sigdelset, sigemptyset,
...
sigfillset and sigismember.
Submitted by: bde
1999-10-02 19:33:23 +00:00
marcel
10b76a3e0b
o Add $FreeBSD$ as a rcsid instead of in a comment.
...
o Fix formatting
o Return the error if sigprocmask fails instead of undefined data.
Submitted by: bde
1999-10-02 19:24:24 +00:00
mdodd
3f78b13d24
Use the PRVERB() macro instead of 'if (bootverbose) printf()...
...
Add debuging for all failure cases in aha_cmd().
Always check DATAIN_REG_READY even if we're ready to exit the
read loop.
The last fix allows the AHA-1640 MCA SCSI adapter to operate
correctly and likely fixes problems on a few other oddball
adapters. (I suspect my Dell Drive Array in 1540 mode needs this.)
Reviewed by: Warner Losh
1999-10-02 17:40:07 +00:00
bde
36cc6e523b
Fixed style bugs in prototype for aout_coredump() (mainly wrapping it with
...
__BEGIN_DECLS/__END_DECLS to support C++ in 0.001% of the kernel).
1999-10-02 12:57:40 +00:00
dcs
24f149966b
Update man page to loader.conf(5) days.
1999-10-02 12:49:43 +00:00
bde
c7ef4bd209
Fixed breakage of userland K&R support in rev.1.39. Kernel inline functions
...
with new-style function definitions were exported.
1999-10-02 12:46:59 +00:00
dcs
a7e3801c1c
Add -C flag to indicate the presence of comments. Files thus processed
...
will be marked as having comments, which are indicated by two delimiter
characters at the beginning of a line.
1999-10-02 12:33:37 +00:00