Does athn driver support 802.11n mode for all Atheros devices which has
N mode implemented?
--
Denis Lapshin
mailto: den...@mindall.org
CDMA USB modem",
+ },
+ {
USB_VENDOR_ZTE, USB_PRODUCT_ZTE_AC8700,
"AC8700 CDMA USB modem",
},
--
Denis Lapshin
mailto: den...@mindall.org
cbb0 at pci5 dev 6 function 0 "Ricoh 5C476 CardBus" rev 0xb9: apic 1 int 16
cbb1 at pci5 dev 6 function 1 "Ricoh 5C476 CardBus" rev 0xb9: apic 1 int 17
"Ricoh 5C832 Firewire" rev 0x03 at pci5 dev 6 function 2 not configured
sdhc0 at pci5 dev 6 function 3 "Ricoh 5C822 SD/MMC" rev 0x20: apic 1 int 19
I've been found MMC card reader, Firewire port, and Bay8Controller are
not configured to work properly. All devices were produced by Ricoh
semi. Is it a driver missing problem?
Denis
tsleep(&acpiecnowait, PWAIT, "acpiec", 1);
> > + tsleep(&acpiecnowait, PWAIT, "ecstat", 1);
> > }
> > +
> > + /* delay to make sure the data is actually ready */
> > + if (cold)
> > +
Mon, Sep 24, 2012 at 10:06:24PM +0400, Denis Lapshin wrote:
>> Two years ago Marco issued a patch
>> http://marc.info/?l=openbsd-tech&m=128612230314484&w=4 in order to
>> prevent incorrect reading acpitz on HP Compaq (or any HP laptops with
>> acpiec madness) by addin
Two years ago Marco issued a patch in order to prevent incorrect
reading acpitz on HP Compaq (or any HP laptops with acpiec madness) by
adding some delays to have data prepared to read/write.
It has been tested and works perfectly fine on some HP laptops: 6510b,
8510p/w, 8710p/w.
Please add this
--- radeon_drv.old.cTue Jul 17 19:54:00 2012
+++ radeon_drv.cMon Jul 16 19:24:26 2012
@@ -493,6 +493,8 @@
CHIP_RV630|RADEON_NEW_MEMMAP},
{PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD2600_XT,
CHIP_RV630|RADEON_NEW_MEMMAP},
+{PCI_VENDOR_ATI, PCI_PRODUCT_AT