Does athn - Atheros IEEE 802.11a/g/n wireless supports 802.11n mode?

2014-08-14 Thread Denis Lapshin
Does athn driver support 802.11n mode for all Atheros devices which has N mode implemented? -- Denis Lapshin mailto: den...@mindall.org

OpenBSD patches for ZTE AC5730 CDMA modem recognition

2014-08-10 Thread Denis Lapshin
CDMA USB modem", + }, + { USB_VENDOR_ZTE, USB_PRODUCT_ZTE_AC8700, "AC8700 CDMA USB modem", }, -- Denis Lapshin mailto: den...@mindall.org

Ricoh Bay8Controller, Ricoh 5C843 MMC, Ricoh 5C832 Firewire controller were not configured during kernel boot process

2012-10-10 Thread Denis Lapshin
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

Ricoh Bay8Controller, Ricoh 5C843 MMC, Ricoh 5C832 Firewire controller were not configured during kernel boot process

2012-10-10 Thread Denis Lapshin
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

Re: acpiec madness (HP laptop people pay attention to this one) - tested on some HP Compaq platforms

2012-10-09 Thread Denis Lapshin
tsleep(&acpiecnowait, PWAIT, "acpiec", 1); > > + tsleep(&acpiecnowait, PWAIT, "ecstat", 1); > > } > > + > > + /* delay to make sure the data is actually ready */ > > + if (cold) > > +

Re: acpiec madness (HP laptop people pay attention to this one) - tested on HP Compaq 6510b, 8510p, 8510w, 8710p, 8710w platforms

2012-09-25 Thread Denis Lapshin
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

acpiec madness (HP laptop people pay attention to this one) - tested on some HP Compaq platforms

2012-09-25 Thread Denis Lapshin
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

M76 chip DRI support for ATI Mobility Radeon HD2600

2012-07-19 Thread Denis Lapshin
--- 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