augustss
b952f8727b
Print a little more information when attaching.
1999-11-02 16:54:27 +00:00
drochner
e6d27a3a83
correct debug printf() to make it compile with DISK_DEBUG again,
...
closes PR kern/8718 by Takahiro Kambe
1999-11-02 16:52:25 +00:00
jdolecek
5f8283ea12
process correctly whole line even when it's longer than BUFSIZ characters -
...
previously, all characters of a line after the first BUFSIZ characters
were just trimmed
while here, do some const & static poisoning
1999-11-02 12:50:04 +00:00
kleink
b536890c88
Add a mixer control for the Master Volume Mute knob.
1999-11-02 12:11:42 +00:00
hubertf
b04f14ff91
Remove first (blank) line.
...
Note in PR 8736 by Danny Thomas <D.Thomas@cmcb.uq.edu.au>
(I'll leave the rest of the PR open to someone else - I'm not sure
if UUCP is imported (it probably is), and if we want to touch that)
1999-11-02 12:07:12 +00:00
augustss
72a864f78c
Add the midibus attribute to the fms driver.
1999-11-02 11:58:06 +00:00
lukem
3f8c4dac86
revert previous
1999-11-02 10:55:47 +00:00
lukem
0895d2339e
remove superfluous '-' in getopt string
1999-11-02 10:52:49 +00:00
takemura
5cba30bd7e
Wsdisplay use small font, VT220 8x10.
1999-11-02 10:36:52 +00:00
takemura
e68b59e2c6
Add new function, bicons_printf().
1999-11-02 10:33:05 +00:00
lukem
1e0635835d
fix title. noted by Danny Thomas <D.Thomas@cmcb.uq.edu.au> in [bin/8734]
1999-11-02 10:30:38 +00:00
takemura
8f94bda30c
Add new font sets - VT220 8x8 and 8x10.
...
I brought them from arch/i386/isa/pcvt/Util/fonts.
You can specify FONT_VT220L8x8 or FONT_VT220L8x10 in a configuration file.
1999-11-02 10:25:22 +00:00
lukem
fe5a2bf74b
remove the ``static'' from `static void __start()' and `static void ___start()'
...
because an overly aggressive gcc -O3 "cleverly" optimizes the functions out.
noted in [port-i386/8493], but seen in other ports as well.
1999-11-02 10:07:12 +00:00
lukem
fe0968e395
wrap line
1999-11-02 10:03:44 +00:00
erh
5779957787
undo confusion.
1999-11-02 08:02:43 +00:00
chs
4659d58793
return an error if `len' is 0.
1999-11-02 07:45:59 +00:00
scottr
a15f217211
[Redo] Allow rates higher than 57600, per PR 8070. Change originally
...
from Bill Studenmund.
1999-11-02 06:51:45 +00:00
chs
f8d11b005f
only clear pcb_onfault if we actually set it. fixes PR 7838.
1999-11-02 06:48:33 +00:00
scottr
9894ab10b4
[Redo] Catch up with recent changes to scsipi flags. Closes PR 8675.
1999-11-02 06:42:26 +00:00
soren
6df42c85a5
Make pool output fit in 80 columns on most machines.
1999-11-02 06:23:50 +00:00
sjg
d77acbe49a
make sure . install.sub etc work regardless of PATH
1999-11-02 06:11:25 +00:00
soren
bc18b45323
Clean up attachment printing a bit.
1999-11-02 05:41:27 +00:00
soren
09c41837ce
Fix crash when both 1370 and 1371/1373 devices are configured.
...
Update documentation links.
XXX The initial volume of the 1371 mixers is set to 255. Should be ~200.
1999-11-02 05:40:59 +00:00
soren
75938dad2e
The 1373 works as well.
1999-11-02 02:53:57 +00:00
thorpej
c8852145bc
Get fms MPU and OPL module inclusion right.
1999-11-02 00:29:20 +00:00
augustss
04235d23f6
Enable fms device again.
1999-11-01 23:27:56 +00:00
augustss
3c40153ea9
Fold some long lines and make it compile with the new auconv functions.
1999-11-01 23:26:58 +00:00
thorpej
b03d459244
From Ross Harvey:
...
- Fix a bug where IPL wasn't being lowered to process SIRs, which
effectively caused them to be processed at splserial(), and loop
over the ssir, like we do for astpending.
- Optimize the flow of exception_return().
1999-11-01 22:41:55 +00:00
mycroft
ee3ba7ce7a
Fix obvious typos.
1999-11-01 22:34:37 +00:00
is
13c27090e8
Don't call the sc->sbic_dmago() function if the data length is zero.
...
This avoids a zero pointer dereference, which fixes PR 8571.
Make sbic_dmago() report selection timeouts to the upper layer.
This makes sbic really work again with 1.4L.
1999-11-01 22:22:33 +00:00
augustss
7c8206c662
Add a missing file for the fms driver.
1999-11-01 21:54:12 +00:00
augustss
6d6d495cfa
Disable fms driver for the moment.
1999-11-01 21:44:35 +00:00
fvdl
f39cfa5c7b
Stuff values in va_blocksize that are closer to reality.
1999-11-01 21:32:41 +00:00
augustss
fcef5bd838
Add Forte Media FM801 man page.
1999-11-01 20:55:20 +00:00
augustss
8cd393778b
Regen.
1999-11-01 20:43:51 +00:00
augustss
684aa0605c
Add FM801 audio device driver. From Witold J. Wnuk ww181302@zodiac.mimuw.edu.pl
...
Closes PR kern/8729.
1999-11-01 20:43:12 +00:00
jdolecek
96a3d5b1cd
install only headers which are actually used when compiling userland
1999-11-01 20:40:48 +00:00
thorpej
f3055da377
Simple little speed hack in pmap_is_referenced()/pmap_is_modified(): don't
...
need to have the pv_head lock in order to test the REFERENCED or MODIFIED
attribute; the load of `pvh_attrs' is atomic.
1999-11-01 20:25:39 +00:00
thorpej
79a1245dbb
- Fix a case where we weren't acquiring the pv_head lock when modifying
...
the page attributes in pmap_enter().
- It's no longer necessary (and hasn't been for a while in this pmap) to
go to splimp() to use the physical->virtual table, so remove all such
uses.
1999-11-01 20:18:25 +00:00
thorpej
6bb1df8224
Fix a race condition in AST processing described by Andrew Gallatin on
...
the freebsd-alpha mailing list which basically boiled down to increasing
stack depth due to lowering the IPL before checking for an AST.
This changes AST processing to do basically what the i386 port does (as
described by Charles Hannum):
check_ast:
if (astpending) {
lower IPL
process AST
raise IPL
goto check_ast
}
1999-11-01 19:59:58 +00:00
jdolecek
facd78dc9f
adapt to last ntfs changes - struct ntnode doesn't contain i_mode
...
anymore, get the mode from appropriate ntfsmount structure
1999-11-01 19:56:20 +00:00
perseant
ea1f38ce2f
Check that the destination vnode is on an LFS before trying to twiddle
...
its superblock. Fixes PR#8577.
1999-11-01 18:29:33 +00:00
augustss
860ebb7a92
Make little endian and big endian version of all functions
...
that deal with 16 bit samples. Let the drivers decide which ones
to use.
1999-11-01 18:12:19 +00:00
augustss
fb4a4525a8
Be cautious about the blocksize returned by the hardware driver to
...
avoid division by 0.
1999-11-01 18:06:36 +00:00
christos
7d48644528
Resolve corn flakes.
1999-11-01 17:39:26 +00:00
christos
39cf80bb8c
new version of file(1)
1999-11-01 17:30:12 +00:00
mrg
14c29acc41
whoops; reverse the logic of the previous to make it correct. noted by mycroft.
1999-11-01 17:13:27 +00:00
mrg
058c411cdd
add CAF testing to extraction, archiving and listing (where it is used)
1999-11-01 16:46:52 +00:00
sommerfeld
a5e1bf5368
Display local address associated with route (if any) in "route get".
1999-11-01 13:32:38 +00:00
haya
88f1d44cc2
Change the interface of cardbus_function_enable() and
...
cardbus_function_disable().
1999-11-01 09:59:23 +00:00