Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-29 | Prettier dmesg on vortexes. | Miod Vallat | |
2004-10-29 | another re device from FreeBSD | Jonathan Gray | |
2004-10-29 | regen | Jonathan Gray | |
2004-10-29 | another re device from FreeBSD | Jonathan Gray | |
2004-10-29 | remove double "PHY" printed in dmesg; ok deraadt | Peter Valchev | |
2004-10-29 | rev 1.78 | Brad Smith | |
Enable the automatic TX underrun recovery for the ADMtek chips. This solves cvsup update on my laptop which aborts after a while without this patch. rev 1.79 Fix the support for the AN985/983 chips, which do not set the RXSTATE to STOPPED, but to WAIT. This should fix hangs which could only be solved by replugging the cable. From FreeBSD Thanks to C. Bensend <benny at bennyvision dot com> for testing. | |||
2004-10-29 | use rx list size instead of tx (for rx list), they are the same | Peter Valchev | |
so this worked; ok mcbride | |||
2004-10-28 | fix/update FreeBSD RCSId for reference purposes | Peter Valchev | |
2004-10-28 | sync | Peter Valchev | |
2004-10-28 | VIA VT612x | Peter Valchev | |
2004-10-28 | the URL in if_iwi is no longer valid. | Brad Smith | |
ok damien@ | |||
2004-10-28 | print our ether address when attaching like other drivers | joshua stein | |
same code as for ipw | |||
2004-10-28 | print our ether address when attaching like other drivers | joshua stein | |
ok damien@ | |||
2004-10-28 | add \n in 'invalid state' message; from Martin Reindl; ok miod@. | Xavier Santolaria | |
2004-10-28 | Redo RAID volume pages | Marco Peereboom | |
Add RAID physical disk pages | |||
2004-10-27 | Remove static for all non-inline functions. | Damien Bergamini | |
2004-10-27 | Minor consistency tweaks (imported from iwi). | Damien Bergamini | |
Wait longer for microcode initialization to complete. | |||
2004-10-27 | Check that we are associated before sending anything. Call ipw_stop() | Damien Bergamini | |
from ipw_watchdog(). | |||
2004-10-27 | Handle fatal errors from firmware (imported from iwi). | Damien Bergamini | |
2004-10-27 | Read MAC address from EEPROM in ipw_attach(). The address is now known | Damien Bergamini | |
before the firmware has been sent. Imported from iwi. | |||
2004-10-27 | Cache firmware into kernel memory instead of sending it directly. The | Damien Bergamini | |
firmware is now sent only when the interface is turned up. This paves the way for proper suspend/resume support. | |||
2004-10-27 | Change firmware initialization sequence to be more consistent with iwi. | Damien Bergamini | |
Remove ipw_zero_mem_4() and add ipw_stop_master(). | |||
2004-10-27 | Add ipw_media_status() to report the current Tx rate properly. | Damien Bergamini | |
This was imported from iwi. | |||
2004-10-27 | Configure the adapter properly to avoid Tx retries from interfering with | Damien Bergamini | |
CPU C3 state (imported from iwi). | |||
2004-10-27 | Add authmode support (imported from iwi). | Damien Bergamini | |
2004-10-27 | Import ipw_get_table() and ipw_get_radio() functions from iwi. | Damien Bergamini | |
2004-10-27 | Remove unuseful initialization of ic->ic_bss->ni_chan in ipw_init(). | Damien Bergamini | |
2004-10-27 | Change the way supported rates set is initialized (to be consistent with | Damien Bergamini | |
iwi). | |||
2004-10-27 | Reduce timeout from two seconds to one second for command ack and from five | Damien Bergamini | |
seconds to one second for firmware notification. | |||
2004-10-27 | Remove static for all non-inline functions. | Damien Bergamini | |
2004-10-27 | Mostly cosmetic changes to be consistent with iwi: | Damien Bergamini | |
- update web url - sed s/ *$// - get if_ipwreg.h and if_ipwvar.h from dev/pci - remove unused function MEM_READ_2() - inline -> __inline - 11.b -> .11b - addition of comments - sort registers by their addresses | |||
2004-10-27 | update todo to better reflect reality | David Gwynne | |
2004-10-26 | fix incorrect function argument in code we don't use yet (for consistency) | Peter Valchev | |
2004-10-26 | Add RAID volume page | Marco Peereboom | |
Add more IOC pages Some cleanup | |||
2004-10-26 | Add Pharos GPS. From NetBSD. | Jonathan Gray | |
2004-10-26 | regen | Jonathan Gray | |
2004-10-26 | Add a uplcom. From NetBSD | Jonathan Gray | |
2004-10-25 | add EHCI_QTD_SET_STATUS | David Gwynne | |
from NetBSD | |||
2004-10-25 | sync | Alexander Yurchenko | |
2004-10-25 | add form@'s ati radeon 9600 | Alexander Yurchenko | |
2004-10-25 | regen | Jonathan Gray | |
2004-10-25 | Add RT25060/ACX100B/ACX111 ids, give ACX100A a generic name | Jonathan Gray | |
2004-10-24 | More freebsd delta reduction. Eliminate use of NetBSD scsipi defines | Kenneth R Westerback | |
in favour of OpenBSD ones where no FreeBSD equivalent exist. Backout random whitespace variances. Backout field name change, changeing physaddr back to original busaddr. Remove VL/EISA stuff mistakenly brought in from ahc. No change to generated code. | |||
2004-10-24 | A missed ahd_htole16 -> aic_htole16 in an unused define. | Kenneth R Westerback | |
2004-10-24 | Remove ahc/ahd NetBSD compatibility defines unused since we started | Kenneth R Westerback | |
synching ahc/ahd directly with FreeBSD. | |||
2004-10-24 | regen | David Gwynne | |
2004-10-24 | MA101 and MA101 revision B | David Gwynne | |
2004-10-24 | Missed file from previous aic diff. | Kenneth R Westerback | |
2004-10-24 | Shuffle defines around so that ahc and ahd use the aic_ names that | Kenneth R Westerback | |
come with the freebsd sources, rather than duplicating those names in the ahd_ and ahc_ namespaces. Big reduction in delta to freebsd sources, which reduces noise when updating the code. No .o differences found on i386. ok marco@. | |||
2004-10-24 | Minimize delta to FreeBSD in preparation for bringing in updates. | Kenneth R Westerback | |
Mostly using recently defined scsi_message.h defines, and new and existing aic7xxx_cam.h defines to eliminate magic numbers or name variations. A few whitespace revisions. If we aren't putting the code in KNF, no need to live with other whitespace modifications. ok marco@. |