Age | Commit message (Collapse) | Author |
|
and adding two missing ids for Mobile AMD Sempron rev DH-G2; tested todd
|
|
discussed with deraadt and others
tested by jasper, deraadt, todd and others
|
|
|
|
|
|
capabilities.
|
|
|
|
prepare for adding missing DIOC* ioctl's.
No functional change.
|
|
So instead, use the size of the aperture BAR to determine the aperture
size for agp_i810, and don't let the 855 and above have the aperture
set. Next to nothing uses it anyway so no harm.
introduce generic_{get,set} aperture which has this behaviour so other
drivers may use it if useful.
Change inspired by what freebsd did after i noticed my aperture size was
wrong.
Tested by many, ok kettenis@.
|
|
|
|
|
|
Tested on i386 with a Gigabyte G33M-DS2R motherboard (Intel GMA 3100).
Based on NetBSD code.
ok oga@
|
|
Tested in my i2c sandbox against an i2c dump from D946GZIS,
a dmesg for which was kindly donated to our dmesg@.
'commit it' deraadt@
|
|
driver(s). Adapted from sd driver.
ok marco@
|
|
|
|
record modes. This makes possible to have blocks of the same duration if the
play and record formats are different. The API change is backward
compatible, so it shouldn't be noticed by current audio ports.
ok jakemsr
|
|
audiosetinfo(), so the block size don't get scaled twice. Also fix the
formula used in audiosetinfo().
ok jakemsr
|
|
|
|
|
|
|
|
From FreeBSD
|
|
adapters.
Tested by brad@ and johan@ to ensure flow control is still working for
copper adapters.
|
|
|
|
are already initialized in ac97.c, we dont need to set them here too.
ok jakemsr
|
|
|
|
keyboard layouts, instead of having SMALL_KERNEL imply this on alpha.
No functional change.
ok deraadt@
|
|
Some bits from FreeBSD
Tested by Mike Belopuhov <mkb at crypt dot org dot ru>,
Henry Precheur <henry at precheur dot org>,
Alexander Hall <alexander at beard dot se>,
Matthew L. Shobe <mshobe at gmail dot com>
|
|
packet transmission.
From NetBSD
Fixes PR 5655.
Tested by Panagiotis Efstratiou <slasher at ee dot auth dot gr>, brad@ and sthen@
|
|
|
|
From Peer Chen @ NVIDIA via LKML.
ok sthen@
|
|
From DragonFly
ok sthen@
|
|
ok sthen@
|
|
ok sthen@
|
|
for the addition of missing disklabel related ioctl's.
ok deraadt@
|
|
|
|
written by Geoff Steckel
|
|
ok deraadt@
|
|
From/tested by Sergey Prysiazhnyi <apelsin@atmnis.com>
|
|
|
|
From Sergey Prysiazhnyi <apelsin@atmnis.com>
|
|
|
|
- New matching logic so we don't need to check against vid/pid
to figure out which kind of chip we have
- Match list in a struct instead of messy if statement (hurrah!)
- More generic dual port handling
- Insane amount of device additions, mostly found in Linux driver
(aue included as a usb vendor got renamed)
Tested by ckuethe@, 'looks super sensible' deraadt@
|
|
agp and drm need to use the same memory mapping, the best way to deal
with that is to allow them to share (that's coming later), for this to
work cleanly we move the attach point of agp.
Ideally most agp drivers would attach at pchb, with only agp_i810
(and any that work similarly) attaching at vga, but this will do for
now.
ok kettenis@, miod@.
|
|
tested by Thorsten Glaser <tg@mirbsd.de> on sparc; while there, pretty and
shrink dmesg output.
|
|
generation.
ok brad
|
|
ieee80211_input() already does this.
Mentioned by Peter Philipp in PR 5248.
ok claudio@ mglocker@
|
|
use the tv_usec part of a getmicrotime(9) call instead of 'int ticks' to
create a mac address. as ticks is 0 during boot, this resulted in both ends
of a USB link cable to have the same mac address.
problem found/diff tested winiger, feedback/ok deraadt
|
|
size minus one block. Otherwise, recording cannot work with 32kB blocks.
ok jakemsr@
|
|
This resolves a number of various bad symptoms experienced by
numerous users especially with the adapters at Gig speed.
Tested by quite a few users.
From FreeBSD/NetBSD
ok deraadt@
|
|
ok sthen@
|
|
SB Live!/5.1/Audigy/2/4 cards that both OSS and ALSA provide
separate modules from their emu10k1 drivers to support them.
and in PR 5143, we see that emu(4) does not support these Dell
SBLive! cards, so don't attach emu(4) to them.
ok ratchov, brad
|