| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Detected by: phkmalloc -AJ
|
|
|
|
|
|
| |
scripts using #!/bin/sh (like /mnt2/dev/MAKEDEV) will work.
Observed by: andreas
|
|
|
|
|
|
|
|
|
| |
It's entirely useless there.
Observed by: andreas
Make the pre-existance of /R/stage/dists/compat* non-fatal, so
`make rerelease' won't fall over.
|
|
|
|
|
|
| |
Add printing of PCI header type register. (This makes the output
80 columns wide. Ughh. I'm looking for a better way to put the
information on one line ...)
|
| |
|
|
|
|
|
|
| |
This should help quite a bit on the load. Notice that
some minor changes in config files will be needed.
Contact me for details.
|
|
|
|
| |
Obtained from: Eric Allman <eric@sendmail.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
do reset it from the QOUTCNT register inside a pause/unpause. This now happens
once per command complete interrupt in the paging case (one interrupt can be
for multiple completed commands). I may introduce a counter and do a lazy
update in the future, similar to what is done with the QINCNT.
Enhance the QUEUE FULL condition handling so that the number of openings will
be reduced. This has become more important now that the driver is faster.
This code really belongs in the gerneric SCSI layer, as will be the case once
3.0 gets the code from the 'SCSI' branch.
Add some #if 0'd out trace code I've been using to help debug sequencer
problems.
Fix the SCB paging problem that I was seeing. This was only on my 7850
controller and stems from the fact that its QINFIFO can only handle 3bit
SCB identifiers. This means that you can only have 8 transactions open at
a time with the current paging scheme to these controllers. The code added
to enforce this is generic in that it tests for the number of relevent bits
that the QINFIFO can store and adjusts the max accordingly. It may be possible
to come up with a scheme that allows for more than 8 commands at a time, but
I don't know that it is worth the effort simply to fix a low end card. The
aic7880 still can do 255.
This problem may be related to what Andrey was seeing since I don't have n
aic7770 rev E chip here to test on, but as soon as someone probes one of these
cards with this new code, the dmesg output will tell the whole story.
|
|
|
|
|
|
|
| |
aic7xxx cards failing on certain motherboards, reverse the logic used to
control this feature. AHC_FORCE_PIO is replaced with AHC_ALLOW_MEMIO.
GENERIC no longer needs to specify the AHC_FORCE_PIO option since this is
the default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
initial selection when entering the status phase. This is the same assertion
we use for all the other data transfer phases.
Hopefully fix the hangs in the mesgin and mesgout phases that I introduced
last week during some code cleanup. I need to get some of these 12MB/s
drives so I can reproduce these hangs here...
Add a pause disable in the SCB paging case around our manipulation of the
QOUTQCNT variable. This is simply extra sanity.
Set LASTPHASE to P_BUSFREE once we see a busfree so that the kernel driver can
differentiate this from a data out phase.
|
| |
|
|
|
|
| |
Submitted-By: John Hay <jhay@mikom.csir.co.za>
|
|
|
|
|
|
|
| |
user supplies a bad address, because they push a lot of stuff that the
fault handler doesn't know about onto the stack. This has been broken
for more than half a year despite being tested for almost half a year
in -current.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
duplicate ip address 204.162.228.7! sent from ethernet address: 08:00:20:09:7b:1d
changed to
arp: 08:00:20:09:7b:1d is using my IP address 204.162.228.7!
and
arp info overwritten for 204.162.228.2 by 08:00:20:09:7b:1d
changed to
arp: 204.162.228.2 moved from 08:00:20:07:b6:a0 to 08:00:20:09:7b:1d
I think the new wordings are more clear and could save some support
questions.
|
| |
|
|
|
|
|
|
|
|
| |
synthesizer. The utilities for this will appear as port submissions soon
afterwards, according to the submitter.
Submitted-By: Randall Hopper <rhh@ct.picker.com>
Written-By: Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>
|
|
|
|
|
|
|
|
|
|
|
|
| |
with the copyright stuff fixed so soon (this should be merged into 2.2 when
you have a chance, Poul).
This is the new AWE32 driver, with support for the AWE32's fancy MIDI
synthesizer. The utilities for this will appear as port submissions soon
afterwards, according to the submitter.
Submitted-By: Randall Hopper <rhh@ct.picker.com>
Written-By: Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>
|
|
|
|
|
|
|
|
|
| |
This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more
commits before I fly!" rule and taking care of this, since it was at the
very top and Peter shamed me in to taking care of it. This is definitely
a 2.2 candidate.
Submitted-By: Mark Diekhans <markd@Grizzly.COM>
|
|
|
|
|
|
|
|
|
|
| |
and set the B and S variables here, but I forgot to actually add them to
the master.passwd and hosts.* targets. In other words, they weren't being
passed to yp_mkdb as needed.
This needs to go into 2.2; it doesn't break things a lot, but it leaves
your master.passwd maps available to unprivileged users without you
realizing it.
|
|
|
|
|
|
|
|
|
|
|
| |
an auto stack variable that was about to disappear. It broke with some
nis passwd changes because of a gethostbyname() call that uses a fair bit
of stack.. This was a timebomb waiting to go off at any time and could
have been causing subtle corruption for a while.
AARGH!!
This is HIGHLY reccomended for 2.2 and presumably 2.1.6
|
|
|
|
| |
driver.
|
|
|
|
|
|
| |
Submitter requests that this patch be merged into 2.2.
Submitted by: seki@sysrap.cs.fujitsu.co.jp
|
|
|
|
|
|
| |
Fixes PR#2011
Submitted by: seki@sysrap.cs.fujitsu.co.jp
|
|
|
|
|
|
| |
initialisers for sun_len and not accounting for it in the sizeof
calculation. Ie: it was potentially sending an unterminated string into
the kernel.
|
| |
|
|
|
|
|
|
| |
failures due to EFAULT.
This is screaming out to go into 2.2
|
|
|
|
| |
FreeBSD names
|
|
|
|
| |
and mgroff port submissions.
|
|
|
|
|
|
|
| |
the other two trees. Bump RELDATE to Feb 1997, one greater than 2.2.
Now I can go update my porting.sgml.
NOT a 2.2 candidate, in case phk's wondering. :)
|
|
|
|
|
| |
Bruce says that movl is broken in -stable, which would certainly explain
why this didn't work there.
|
|
|
|
| |
kbd, not if its from the psm device.
|
|
|
|
| |
possibility of conflict with the versions in the compile dir.
|
|
|
|
| |
doc distribution.
|
|
|
|
|
|
| |
Elimiate tabs.
Submitted-By: se
|
|
|
|
| |
Submitted-By: se
|
| |
|
| |
|
| |
|
|
|
|
| |
handbook is going to make it.
|
| |
|
|
|
|
| |
default.
|
|
|
|
|
|
|
|
| |
routines. An older version of this was tested successfully on all of my
systems with PS/2 mice. This was brought in without testing because it
is necessary due to the previously committed syscons changes.
Submitted by: Kazutaka Yokota <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
|
|
|
|
|
| |
Makefile yet as John needs to figure out ${LANG}-based doc building.
Please put this in 2.2, or the translators are going to kill me. ;)
Submitted by: doc-jp@jp.freebsd.org (The FreeBSD Japanese Doc Team)
Reviewed by: doc-jp@jp.freebsd.org (mutual review)
|