Mark Murray
1631f00d83
Resove conflicts.
1999-01-14 19:56:32 +00:00
John Polstra
1c3cb5788b
Instead of a wrapper <linker_set.h>, use a symlink to
...
<sys/linker_set.h>.
Submitted by: bde
1999-01-14 19:52:38 +00:00
Mark Murray
e4c5982e1a
This commit was generated by cvs2svn to compensate for changes in r42660,
...
which included commits to RCS files with non-trunk default branches.
1999-01-14 19:35:19 +00:00
Mark Murray
d8b5c7ed06
Upgrade texinfo to the latest-and-greatest.
...
This has big improvements to the .info file utility support and
much recent OSS requires its features.
1999-01-14 19:35:19 +00:00
David E. O'Brien
2365a85341
Didn't get all the mods on the fixup.
1999-01-14 17:03:12 +00:00
Andrzej Bialecki
f083684bae
(Fix null log in previous commit).
...
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.
Agreed upon by: jkh, msmith and many others
1999-01-14 15:36:53 +00:00
Jordan K. Hubbard
ed354fb9fe
Document rwhod_flags
1999-01-14 09:13:00 +00:00
John Hay
8d5cf60de2
Don't use /usr/obj/elf for make world anymore.
...
NOTE: Your old /usr/obj/elf won't be deleted automagicaly, you will have to
do it yourself.
1999-01-14 06:45:53 +00:00
John Polstra
0ec81012da
Replace includes of <sys/kernel.h> with includes of
...
<sys/linker_set.h> in those files that use only the linker set
definitions.
1999-01-14 06:22:10 +00:00
Justin T. Gibbs
d95bc0d6d2
Add entry for the target mode black hole driver.
1999-01-14 06:16:45 +00:00
Justin T. Gibbs
863c602654
Add support for routing initiator transactions to disabled luns to the
...
black hole device. The controller will now only accept selections if
the black hole device is present and some other target/lun is enabled
for target mode.
Handle the IGNORE WIDE RESIDUE message. This support has not been tested.
Checkpoint work on handling ABORT, BUS DEVICE RESET, TERMINATE I/O PROCESS,
and CLEAR QUEUE messages as a target.
Fix a few problems with tagged command handling in target mode.
Wait until the sync offset counter falls to 0 before changing phase
after a data-in transfer completes as the DMA logic seems to indicate
transfer complete as soon as our last REQ is issued.
Simplify some of the target mode message handling code in the sequencer.
1999-01-14 06:14:15 +00:00
Justin T. Gibbs
c8bead2a12
Add support for wildcard device entries in the EDT. The target mode
...
'Black Hole' device uses this feature to schedule itself against any
target or lun attached to a controller that receives an unwanted request
from an initiator instead of having an instance per potential target/lun
request.
Use the wildcard entries to simplify wildcard async callback storage.
Don't announce devices twice to peripheral drivers. The devices will
be announced as soon as the AC_PATH_REGISTERED event is registered by
the peripheral driver, so no manaul push of this event is required.
Reviewed by: Kenneth Merry <ken@FreeBSD.org>
1999-01-14 06:03:59 +00:00
Justin T. Gibbs
6fda903f5b
The target mode 'Black Hole' device. This peripheral driver provides inquiry
...
data and sense information for target mode devices for which no other
peripheral driver is attached. This simplifies the task of dealing with
luns that are not otherwise enabled for target mode if the controller
does not have firmware that automatically deals with this case (e.g.
the aic7xxx driver).
1999-01-14 06:00:29 +00:00
Warner Losh
571998067e
After much negative feedback, go back to plain ASCII for this file.
1999-01-14 05:59:52 +00:00
Justin T. Gibbs
443af83864
Properly handle transfers that only consume partial buffers.
1999-01-14 05:57:32 +00:00
Justin T. Gibbs
b54ee7dda4
Properly print devices that do not have attached peripherals.
...
Submitted by: Kenneth Merry <ken@FreeBSD.org>
1999-01-14 05:56:30 +00:00
John Polstra
a528ae5332
Add a wrapper <linker_set.h> for <sys/linker_set.h>, so that
...
userland programs can use linker sets.
1999-01-14 05:53:54 +00:00
John Polstra
045205a869
Move the linker set definitions into a new header file
...
<sys/linker_set.h>. <sys/kernel.h> includes the new header, so
functionally everything is still the same.
1999-01-14 05:48:46 +00:00
Mike Smith
84252d6300
dftp -> dtfp Get it right...
1999-01-14 03:47:55 +00:00
Kenjiro Cho
34f3320ef4
add HZ missing in options.
...
changing HZ used to break xntpd's PLL but it should be ok now (unless
xntpd is misconfigured).
1999-01-14 03:30:48 +00:00
Kazutaka YOKOTA
47d8621a0b
Fix various breakage after the recent keyboard driver change.
...
- Don't try to set typematic rate if there is not a keyboard.
- Fix wrong test on error code.
- Don't try to claim the keyboard twice. The second call will fail.
1999-01-14 03:17:32 +00:00
Nick Hibma
5f2848a953
Removal unneccessary definitions
1999-01-14 01:35:12 +00:00
Nick Hibma
1c8fa23724
Corrected the latent fact that the uhub driver was providing a driver for
...
the usb device class instead of the uhub devclass. Only a problem with more
than one USB host controller.
1999-01-14 01:28:15 +00:00
Nick Hibma
86d7ad019e
Added Entrega Parallel and Serial Connectors to the information
...
file.
1999-01-14 01:18:44 +00:00
Robert Nordier
05c7fdda18
In the event of a disk error, boot2 is expecting an error
...
code to be returned: give it one
1999-01-13 23:30:07 +00:00
Greg Lehey
967e682830
Don't install vinum(8) sgid.
...
Reported-by: Paul Hart <hart@iserver.com>
1999-01-13 23:05:26 +00:00
Andrzej Bialecki
fb0b33b136
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
...
really is.
Agreed upon by: jkh, msmith and many others
1999-01-13 21:59:58 +00:00
Andrzej Bialecki
dd9131482c
*** empty log message ***
1999-01-13 21:56:58 +00:00
Andrzej Bialecki
c82de3cb3f
Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can
...
be helpful when directly fiddling with PC hardware.
Also, define "arch-i386" appropriately, as suggested by Daniel C. Sobral.
1999-01-13 21:31:50 +00:00
David E. O'Brien
b8f96520e5
Fix conflicts.
1999-01-13 20:04:00 +00:00
David E. O'Brien
d2d5185099
Updated version string to 6.0-release.
1999-01-13 19:33:02 +00:00
David E. O'Brien
14fa0e677a
This commit was generated by cvs2svn to compensate for changes in r42629,
...
which included commits to RCS files with non-trunk default branches.
1999-01-13 19:23:16 +00:00
David E. O'Brien
75cb9b41f6
Virgin import of AMD (am-utils) v6.0
1999-01-13 19:23:16 +00:00
Joerg Wunsch
d3c8d7fa01
Mention isdn4bsd support.
...
Forgotten by: phk :)
1999-01-13 17:36:31 +00:00
Joerg Wunsch
8a173970c1
Add some special hooks for sppp(4) interfaces. In addition to the
...
normal ifconfig stuff, one might need to pass down authentication
parameters for them.
This is closely tied to Hellmuth's impending rc patches for ISDN, but
sppp can also be used separately (thus it doesn't go directly into the
planned ISDN section of rc.conf).
Reviewed by: hm
1999-01-13 17:32:37 +00:00
Kazutaka YOKOTA
00f19754a4
Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,
...
not KBD_IS_PROBED.
1999-01-13 11:19:19 +00:00
Hidetoshi Shimokawa
0b919713bb
Allocate aligned memory according to sizeof(char *).
...
Approved by: jkh
Obtained from: NetBSD
1999-01-13 10:37:22 +00:00
Hidetoshi Shimokawa
a911876b48
Add '-fno-builtin' to CFLAGS for alpha.
...
Builtin memcpy is not align-aware.
Approved by: jkh
1999-01-13 10:27:00 +00:00
Kazutaka YOKOTA
15401862e4
Calculate the number of bitmap colors in the correct way.
...
The bug found by: Kevin Street <street@iname.com>
1999-01-13 09:59:30 +00:00
Kazutaka YOKOTA
e1b5fc4c59
Move notes on some flags for AT keyboard. They used to be for sc0,
...
and now for atkbd0.
# I know I should be writing a man page rather than editing LINT...
Spotted by: tom@geotec.net (Tom Jackson)
1999-01-13 09:55:19 +00:00
Hellmuth Michaelis
49c3b47aae
Integrate the ISDN subsystem into the /etc/rc framework
...
Reviewed by: Joerg Wunsch
1999-01-13 08:20:55 +00:00
Mike Smith
4e24cd8e44
Typo in patch application.
...
PR: kern/9459
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
1999-01-13 08:11:41 +00:00
Dag-Erling Smørgrav
90b2fe743a
Sort options alphabetically.
1999-01-13 08:07:56 +00:00
Mike Smith
4f029d3999
Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>
1999-01-13 08:05:16 +00:00
Daniel O'Callaghan
fd5a0a9b4b
Example "19%y" changed to "%Y" to discourage poor usage.
1999-01-13 07:01:07 +00:00
Daniel O'Callaghan
871e9ed3e4
MF22 - allow dates to 2069
...
Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>
1999-01-13 06:31:55 +00:00
Bruce Evans
92e81ca475
Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
...
using the new pci_map_int_right() variant of pci_map_int(). Fast
interrupts work for PCI devices if and only if they are exclusive.
(The PCI interrupt mux doesn't support fast interrupts and can't
support a mixture of fast and slow interrupts even in principle.)
Don't assume that intrmask_t == unsigned in pci_map_int().
1999-01-13 04:59:19 +00:00
Julian Elischer
38ffc07d37
Add support for the ACER LABS Aladin chipset UDMA controller.
...
Submitted by: Lee Cremeans <lee@st-lcremean.tidalwave.net>
1999-01-13 04:40:50 +00:00
Julian Elischer
d8c85307b2
Re-enable the options in ps(1) that were disabled with the Linux
...
threads support.
Submitted by: "Richard Seaman, Jr." <dick@tar.com>
1999-01-13 03:11:43 +00:00
Kazutaka YOKOTA
97f2835300
Oops, I accidentaly left the debug option on by default.
...
It's set to off now.
1999-01-13 01:16:39 +00:00