summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-29another re device from FreeBSDJonathan Gray
2004-10-29regenJonathan Gray
2004-10-29another re device from FreeBSDJonathan Gray
2004-10-29we have no W^X on i396, but i386 has it!Henning Brauer
2004-10-29remove double "PHY" printed in dmesg; ok deraadtPeter Valchev
2004-10-29rev 1.78Brad 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-29use rx list size instead of tx (for rx list), they are the samePeter Valchev
so this worked; ok mcbride
2004-10-28fix/update FreeBSD RCSId for reference purposesPeter Valchev
2004-10-28syncPeter Valchev
2004-10-28VIA VT612xPeter Valchev
2004-10-28the URL in if_iwi is no longer valid.Brad Smith
ok damien@
2004-10-28print our ether address when attaching like other driversjoshua stein
same code as for ipw
2004-10-28SIGFPE signal codes.Mark Kettenis
ok deraadt@
2004-10-28media descriptions and such for carp, ryan daniel okHenning Brauer
2004-10-28treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel okHenning Brauer
2004-10-28define IFT_CARP, and set if_type to that on carp interfaces insteadHenning Brauer
of hiding under IFT_PROPVIRTUAL, ryan daniel ok
2004-10-28uses %ld, so pass the already present long instead of an int, should fixDaniel Hartmeier
PR 3970. ok miod@, deraadt@
2004-10-28Mention wax at phantomas.Miod Vallat
2004-10-28s/timeout modulation/timestamp modulation/Ryan Thomas McBride
ok frantzen@
2004-10-28Add wax at phantomas now that it works; provides access to the second serialMiod Vallat
port on A- and B-class machines. ok mickey@
2004-10-28Modulate tcp_now by a random amount on a per-connection basis.Ryan Thomas McBride
ok markus@ frantzen@
2004-10-28need to map the regs though lasi used to save us beforeMichael Shalayeff
2004-10-28wrong paste from lasiMichael Shalayeff
2004-10-28print our ether address when attaching like other driversjoshua stein
ok damien@
2004-10-28manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32Jun-ichiro itojun Hagino
markus ok
2004-10-28remove onlink assumption behavior (consider destination on-link if defaultJun-ichiro itojun Hagino
router list is empty) based on recent IETF ipv6 discussion (RFC2461 5.2). fix "ndp -I delete". markus ok
2004-10-28add \n in 'invalid state' message; from Martin Reindl; ok miod@.Xavier Santolaria
2004-10-28fix spacing after period at EOL. from ray@cyth.netJared Yanovich
2004-10-28Redo RAID volume pagesMarco Peereboom
Add RAID physical disk pages
2004-10-27It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE0Damien Bergamini
against ENOTTY because iwi can now report statistics and radio transmitter state at any time
2004-10-27- Remove unused variables declarationsDamien Bergamini
- It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE1 against ENOTTY because ipw can now report statistics and radio transmitter state at any time
2004-10-27Remove static for all non-inline functions.Damien Bergamini
2004-10-27Minor consistency tweaks (imported from iwi).Damien Bergamini
Wait longer for microcode initialization to complete.
2004-10-27Check that we are associated before sending anything. Call ipw_stop()Damien Bergamini
from ipw_watchdog().
2004-10-27Handle fatal errors from firmware (imported from iwi).Damien Bergamini
2004-10-27Read MAC address from EEPROM in ipw_attach(). The address is now knownDamien Bergamini
before the firmware has been sent. Imported from iwi.
2004-10-27Cache firmware into kernel memory instead of sending it directly. TheDamien Bergamini
firmware is now sent only when the interface is turned up. This paves the way for proper suspend/resume support.
2004-10-27Change firmware initialization sequence to be more consistent with iwi.Damien Bergamini
Remove ipw_zero_mem_4() and add ipw_stop_master().
2004-10-27Add ipw_media_status() to report the current Tx rate properly.Damien Bergamini
This was imported from iwi.
2004-10-27Configure the adapter properly to avoid Tx retries from interfering withDamien Bergamini
CPU C3 state (imported from iwi).
2004-10-27Add authmode support (imported from iwi).Damien Bergamini
2004-10-27Import ipw_get_table() and ipw_get_radio() functions from iwi.Damien Bergamini
2004-10-27Remove unuseful initialization of ic->ic_bss->ni_chan in ipw_init().Damien Bergamini
2004-10-27Change the way supported rates set is initialized (to be consistent withDamien Bergamini
iwi).
2004-10-27Reduce timeout from two seconds to one second for command ack and from fiveDamien Bergamini
seconds to one second for firmware notification.
2004-10-27Remove static for all non-inline functions.Damien Bergamini
2004-10-27Mostly 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-27remove newlines in errx, syslog. ok henning, hshoexer, millertJared Yanovich
2004-10-27oops! one line wrongPer Fogelstrom
2004-10-27Add support to find DWARF call fame info in shared libraries.Mark Kettenis
This makes DWARF-based exception handling work for shared libraries and dynamic executables. ok drahn@, millert@, pval@