cegger
945fa6c58f
when nfe_attach() fails, free all resources including
...
interrupt map, interrupt handler and dma maps.
Also prevent call to bus_dmamap_destroy() when bus_dmamap_create() failed.
The nfe_free_* routines assume, the map pointers are NULL but they
are actually undefined. Make the assumption true by making them NULL
in the error path of bus_dmamap_create().
All together, this fixes crashes when nfe_attach() fails.
ok martin@
2009-03-01 13:34:10 +00:00
haad
87b8a8844f
Do not set last_count to zero after every db_command function call it is
...
static variable. This should fix PR 40712.
2009-03-01 12:13:12 +00:00
aymeric
111a932741
. use device_private() (led to immediate crash during attach)
...
. while there, fix the aspect ratio of the trackpad on the geyser2 model
2009-03-01 10:18:30 +00:00
isaki
1fe1c1d477
Make configlinksinstall work correctly even if CONFIGSYMLINKS is
...
defined but empty.
2009-03-01 09:42:41 +00:00
isaki
01850a5636
Remove duplicated definitions.
2009-03-01 09:23:27 +00:00
cegger
927cfb73c8
MCP79 supports JUMBO frames.
...
Information from Linux driver.
Patch presented on current-users@ http://mail-index.netbsd.org/current-users/2009/02/11/msg008037.html
2009-03-01 08:29:25 +00:00
martin
bcd8301033
add missing atomic.h include
2009-03-01 07:10:41 +00:00
jmcneill
210632e5d1
xtraeme is irresponsible
2009-03-01 03:33:38 +00:00
macallan
a924e351f3
Build the Mesa DRI module only on architectures that also build any DRI drivers
2009-03-01 02:20:51 +00:00
christos
20ad44cb97
use siginfo to report on the directory we are working on if available.
2009-03-01 01:49:17 +00:00
snj
e0297c9429
Note that sgimips switched to X.Org, and drop the "7.3" as what we have
...
doesn't really follow any X.Org release.
2009-03-01 01:13:28 +00:00
mrg
0dd487a2d5
fix some messages function names that are wrong by using __func__.
2009-03-01 01:13:14 +00:00
oster
b39a5d4daa
Nuke a DIAGNOSTIC check that is no longer useful, even for DIAGNOSTIC.
2009-02-28 23:11:11 +00:00
oster
d7dbe2c6b8
It seems that some SCSI drivers can block while the spinlock on a given
...
disk queue is being held. Work around this by dropping the lock before
bdev_strategy(), and re-grabbing the lock afterwards. This is a
temporary measure until I get to gutting this queue locking code.
There has been some success with this in addressing PR#39993.
This patch is from Antti Kantee. Thanks!
2009-02-28 22:02:17 +00:00
joerg
a7826a35b1
Escape new lines.
2009-02-28 19:51:13 +00:00
jmcneill
74dd0aeee0
Change a confusing attach message; if the embedded controller was attached
...
via ECDT, we would print:
acpiec0 at acpi0 (EC, PHP0C09-0): ACPI Embedded Controller (disabled)
The embedded controller isn't actually disabled, but instead this driver
instance, so change the message to read:
acpiec0 at acpi0 (EC, PHP0C09-0): using acpiecdt0
2009-02-28 19:40:23 +00:00
joerg
60d9c2168a
Update build glue for pkg_install-20090228.
2009-02-28 19:36:32 +00:00
joerg
847d5ab660
Merge changes for pkg_install-20090228.
2009-02-28 19:36:23 +00:00
joerg
e50ad3d100
Import pkg_install-20090228:
...
- pkg_add:
- more consistent PKG_PATH processing
- support setting PKG_PATH in pkg_install.conf(5)
- don't crash when installing package with conflicts
- fix updating packages with explicit +PRESERVE
- document the rules for finding packages more clearly
- pkg_info:
- don't complain about PKG_PATH, it is not used
- sync documentation with reality
2009-02-28 19:33:34 +00:00
wiz
30ec97f151
Drop trailing whitespace.
2009-02-28 19:21:42 +00:00
joerg
9610cac10c
When processing texinfo sources, use --no-version-header to make the
...
build reproducable.
2009-02-28 19:18:52 +00:00
joerg
ae9db31d7f
Teach makeinfo about --no-version-header to support the line
...
This is <info> producted by <version> from <source>
which leaks the full build prefix.
2009-02-28 19:14:15 +00:00
pooka
09835b3076
include opt_gateway
2009-02-28 18:31:12 +00:00
christos
b90f233b82
Handle ptyfs ptys. Should probably pull up to 5.
2009-02-28 18:16:10 +00:00
schwarz
8167178188
correct entry for Lucent 0x5802 into 2-port USB Host Controller
2009-02-28 17:55:46 +00:00
jmcneill
4ca035a32b
Add proper Realtek ALC268 support. While we're here, fix a comment in
...
the ALC262 quirk section. Tested by Sean Davis on an Acer Aspire One.
2009-02-28 17:12:13 +00:00
pooka
e4b2f37a4b
don't require the ifnum return pointer.
2009-02-28 16:15:19 +00:00
tsutsui
1832dc90cf
Avoid "returned non-zero status" warning on make depend for kernels
...
without options FPSP on ports which have support for 68040 and FPSP.
Should close PR port-atari/40678.
2009-02-28 16:11:39 +00:00
pooka
0d6fd70c22
Remember to commit the rumpuser bits necessary for if_shm: mmaping
...
a file and waiting for writes to it.
2009-02-28 15:49:12 +00:00
pooka
b9069707ae
add if_shm to setlists
2009-02-28 15:32:29 +00:00
pooka
a4aff0cbb8
Add a virtual ethernet interface which uses shared memory as the
...
bus instead of relying on the host kernel's tap and bridge. This
is much lighterweight approach which does not consume non-pageable
kernel resources.
2009-02-28 15:28:45 +00:00
msaitoh
95deb7702d
Fix the multicast hash bug on ICH9's wm.
...
Now we can catch ff02::9 on ICH9's wm.
2009-02-28 15:06:43 +00:00
pgoyette
e3eb5958e0
Avoid possible integer overflow and subsequent collateral damage.
...
Received from OpenBSD via US-CERT as VU #590371 .
Original OpenBSD commit log:
> revision 1.42
> date: 2009/02/11 13:24:05; author: otto; state: Exp; lines: +9 -1
> Avoid level going negative on deep (i mean really deep) dirs. Reported
> by Maksymilian Arciemowicz. ok kettenis@ millert@
2009-02-28 14:34:18 +00:00
njoly
65d2f41a54
Use crypto_XXX tags to fix MKCRYPTO_{IDEA,MDC2,RC5}=yes builds.
...
Solve PR/40667 and other reports from current-users@.
2009-02-28 13:32:51 +00:00
pooka
cc8bfe6c12
Fix a silly mistake: indubitably the struct ifnet pointer given to
...
ether_ifattach() should point to a struct ethercom.
2009-02-28 12:29:27 +00:00
tsutsui
13a1c5a155
Return EIO rather than getting an infinite loop in the nullcons read function
...
so that getty(8) against nullcons console fails properly.
Problem on Cobalt Qube2700 reported by Wolfgang Solfrank on port-cobalt.
2009-02-28 00:40:47 +00:00
dyoung
247a5f8a77
Add isv(4).
2009-02-27 23:37:20 +00:00
drochner
605d3094c4
oops - missed a case with PMAP_PAGEIDLEZERO if md code aborts the
...
zeroing process, from Nicolas Joly
2009-02-27 23:29:08 +00:00
dyoung
6e3de811e0
Use the right format specifiers to print the new struct timeval.
2009-02-27 23:13:32 +00:00
hubertf
638a147525
* Remove 2001:240::1 on request from IIJ
...
* Update the remaining two DNS servers to at least have the address
match the name. Resolving is untested.
2009-02-27 22:51:33 +00:00
oster
ab54f8ad2b
On a multi-cpu/core machine, running 'top' and pressing '1' resulted
...
in n-1 blank lines at the bottom of the display. On the same machine,
running 'top -1' and pressing '1' resulted in a garbled display that
would just get progressively worse. Invert the values returned by
display_setmulti() to correct both issues.
2009-02-27 17:38:14 +00:00
wiz
4760c8b288
New sentence, new line. Use more markup.
2009-02-27 16:48:02 +00:00
nonaka
6507ef0780
Fix for the display of attach not to mix.
...
Before:
atabus0 at wdc0 channel 0
wd0 at atabus0 drive 0uhub0 at usb0: PXA27x OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
: <SILICON POWER>
wd0: drive supports 1-sector PIO transfers, LBA addressing
wd0: 7775 MB, 15798 cyl, 16 head, 63 sec, 512 bytes/sect x 15924384 sectors
wd0: drive supports PIO mode 4
After:
uhub0 at usb0: PXA27x OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
atabus0 at wdc0 channel 0
wdc1 at pcmcia1 function 0: <128MB, >
wdc1: i/o mapped mode
wd0 at atabus0 drive 0: <SILICON POWER>
wd0: drive supports 1-sector PIO transfers, LBA addressing
wd0: 7775 MB, 15798 cyl, 16 head, 63 sec, 512 bytes/sect x 15924384 sectors
wd0: drive supports PIO mode 4
2009-02-27 16:45:17 +00:00
pooka
cd39a9d18a
Remove mentions of MAP_COPY, it's not available and trying to use it
...
will result in compile failure.
2009-02-27 16:23:54 +00:00
reinoud
cc2f230432
Add missing files to the via driver
2009-02-27 15:47:46 +00:00
pooka
9c5ad216e7
decouple rumpuser gettime from struct timeval
2009-02-27 15:15:19 +00:00
christos
05a641716d
better wording, from Anon Ymous
2009-02-27 13:44:45 +00:00
sborrill
7d02030263
Add support for 82574L (as found on Desktop CT adaptor) based on 82573 support.
2009-02-27 13:17:01 +00:00
mjf
7baa62a7b4
Typo and grammar fixes.
...
- s/though/through/ appropriately.
- autoconf(4) doesn't exist, autoconf(9) is the correct reference.
2009-02-27 12:55:15 +00:00
wiz
7e345db79d
New sentence, new line. Remove superfluous .Pp. Improve markup.
2009-02-27 10:39:03 +00:00