fvdl
0f6157b181
Remove update, it's no longer used.
1999-11-15 20:04:50 +00:00
dante
6081361f0d
Add WDTR, SDTR and TAGQ disable options
1999-11-15 20:03:50 +00:00
dante
70bd4a7d53
Let user enable/disable WDTR, SDTR and Tag Queuing from kernel config file
1999-11-15 19:55:53 +00:00
jdolecek
f8e7ae2c5b
remove some staff not needed anymore after SOFTDEP is merged;
...
also fixes bug introduced in previous commit - the check for VBAD device node
added in rev 1.20 was accidentaly run AFTER v_specinfo was touched,
making the check useless
1999-11-15 19:38:14 +00:00
fvdl
6ba2ea78f7
Bump minor because of struct statfs change (no ABI change, though).
1999-11-15 19:23:20 +00:00
fvdl
b154796d0f
Update for soft updates code.
1999-11-15 19:22:22 +00:00
fvdl
60f82a22ae
Print softdep information. Also print sync+async writes in verbose mode.
1999-11-15 19:20:58 +00:00
fvdl
5a92829791
Update for softdep code.
1999-11-15 19:19:41 +00:00
fvdl
a905c40444
Changes for softdep code.
1999-11-15 19:18:24 +00:00
hubertf
8448f50af7
Do not match non-literals (REs).
...
A slightly different patch was submitted in PR 8388 by
Antti Kantee <pooka@iki.fi>
1999-11-15 19:14:01 +00:00
fvdl
8bec119fcc
Add commented out option SOFTDEP to all GENERIC kernels.
1999-11-15 19:10:44 +00:00
fvdl
d116707af0
Add
...
prefix ../gnu/sys
cinclude "conf/files.softdep"
prefix
to all std.* files, so that soft dependencies can be activated using
"options SOFTDEP".
1999-11-15 19:00:25 +00:00
augustss
21d59e6368
Update xrefs.
1999-11-15 18:55:27 +00:00
augustss
7c5679688b
Update the opl and midi attachments.
1999-11-15 18:50:32 +00:00
fvdl
0b1963121a
Add Kirk McKusick's soft updates code to the trunk. Not enabled by
...
default, as the copyright on the main file (ffs_softdep.c) is such
that is has been put into gnusrc. options SOFTDEP will pull this
in. This code also contains the trickle syncer.
Bump version number to 1.4O
1999-11-15 18:49:07 +00:00
fvdl
ea314e139b
Add the parts of the softdep code that fall under Kirk's more GPL-like
...
copyright here. To be optionally included in the kernel using the
prefix and cinclude mechanism.
1999-11-15 18:42:26 +00:00
augustss
ce8355c729
Fix spelling of mhzc
1999-11-15 17:49:46 +00:00
joda
5527afff97
(pccbb_pci_callback): no point in reading the bus number register
...
twice
1999-11-15 16:19:03 +00:00
mjl
f214fa323a
From FreeBSD bin/14844 (slightly modified): Due to signed calculations
...
with the packet size, a short packet would trigger an infinite loop
on little endian machines.
1999-11-15 15:59:24 +00:00
mjl
2c3c567c94
From FreeBSD misc/14850: When communicating with a BOOTP server,
...
dhclient would fail to configure the interface and crash. Added check
for lease time option present before using that value.
1999-11-15 15:50:16 +00:00
sommerfeld
f25cd19a6a
Improve summary line so jhawk can find this command using apropos
1999-11-15 14:48:32 +00:00
ad
43df09c3a7
If we changed the sample rate or resolution, then say so.
1999-11-15 13:47:30 +00:00
mrg
9042b087c4
avoid using CLBYTES (which is based on NBPG).
1999-11-15 10:54:40 +00:00
nisimura
cc2e1c302a
- Reflect changes in ibus_intr_establish() definition.
...
- More concise way to initialize TC framebuffer device for console.
1999-11-15 09:54:41 +00:00
nisimura
0310fa6595
Very large scale change to sweep obstracles to remove 3MAX IOASIC disguise.
...
- Rework ibus device configuration and interrupt handler assignment.
- Remove TC device exposure in 'mainbus.c'
- Squash 'ibus_{3100,5100}.c' into a file; it can not cope with 3max.
- 'struct confargs' -> 'struct mainbus_attach_args'
Now about to remove tc_slot_info[] and tc_enable_interrupt inherited from
4.4BSD.
1999-11-15 09:50:17 +00:00
mhitch
fd2d10cde3
A couple of more libraries needed by the ramdiskbin program.
1999-11-15 06:33:25 +00:00
simonb
b80f4eaf1d
- Add `bufcache' display which shows buffer cache usage per filesystem,
...
ala the monitor(1) command for Ultrix.
- Allow `h' or `?' to show the command list (same as `:help').
- Sort commands in cmdtab.c and systat.1
1999-11-15 06:16:56 +00:00
matt
999a010a4b
VAX should use -O2. (why don't all ports?)
1999-11-15 06:14:23 +00:00
haya
3be097c31d
Handle insertion and removal events more strictly.
1999-11-15 06:08:02 +00:00
haya
89d0a53e2c
Fill 0 into CardBus base address registers before a card is
...
configured.
1999-11-15 06:01:11 +00:00
nisimura
b06e451c53
- No need to include '<machine/autoconf.h>'.
...
- Nuke tc_badaddr() check from asc_tc because the existency check is already
done for real TC devices.
- Nuke tc_badaddr() check from asc_ioasic because it is a builtin device
found in all of IOASIC DECstations.
1999-11-15 05:25:57 +00:00
mhitch
5b9ba012af
Set IOASIC interrupt mask when changing device interrupts. (Old
...
initialization appears to have enabled IOASIC interrupts, and then used
a separate mask in the interrupt routine to decide which ones to process.
New initialization doesn't enable all the required interrupts, and the
device interrupt enable/disable routine wasn't changing the IOASIC mask).
Also fix a printf() format type.
1999-11-15 03:54:53 +00:00
nisimura
8e061f4876
Make sure TC_IPL_xxx synonymous with IPL_xxx.
1999-11-15 03:45:50 +00:00
nisimura
9c3842f41b
Relocate 'struct tc_softc' and several function declarations useful
...
to outsides of 'tc.c' into 'tcvar.h'.
1999-11-15 03:41:49 +00:00
kleink
ac88fcbb17
G/c orphaned prototype.
1999-11-15 02:00:08 +00:00
thorpej
4ab7f024dc
Fix a couple of pmap_enter() calls I missed.
1999-11-15 00:06:58 +00:00
augustss
3d275209e8
Add dev and function locators to cardbus devices.
1999-11-14 23:21:48 +00:00
augustss
1d9fa6b482
Add mbe man page.
1999-11-14 23:19:10 +00:00
augustss
56a407c265
Mention cardbus.
1999-11-14 23:14:45 +00:00
augustss
53db2042dc
Mention cardbus(4) and usb(4).
1999-11-14 22:58:45 +00:00
augustss
ca89299dd3
Add cardbus.4
1999-11-14 22:54:40 +00:00
augustss
b46c4872fe
Add a rudimentary cardbus man page.
1999-11-14 22:52:08 +00:00
augustss
06e478f68a
Add the actual mhzc man page as well. :)
1999-11-14 22:42:00 +00:00
augustss
af0df40ada
Provide a rudimentary man page for the mhzc driver.
1999-11-14 22:40:13 +00:00
augustss
5d1d30a4b2
Add some caveats.
1999-11-14 20:03:25 +00:00
thorpej
52806c2c2a
Fix typo in previous.
1999-11-14 19:20:27 +00:00
explorer
3dde14339c
add stub thread functions. These are not (yet) used, and always return
...
success. They are weak-aliased, so if linked with a real pthreads library
the correct magic will happen.
1999-11-14 18:34:15 +00:00
explorer
5e5a72ffef
missing ;
1999-11-14 18:19:57 +00:00
soren
b202ac1466
Allow SCSI_DELAY to be shorter than 2 seconds.
1999-11-14 18:06:09 +00:00
soren
b0be8ac6ea
Match ECP devices as well.
1999-11-14 18:03:38 +00:00