summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2004-11-18Feature sync with macppcMiod Vallat
2004-11-18Move PowerPC cpu type constants to <machine/cpu.h>Miod Vallat
ok drahn@
2004-11-18handle SONPROC; ok aaron, deraadt, krwMarkus Friedl
2004-11-18enable receive() accounting and use uio_procp for send() accounting, tooMarkus Friedl
ok deraadt, jared, djm
2004-11-18More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and ↵Kenneth R Westerback
variable shuffle. No functional change.
2004-11-17Enable interrupts after autoconf.Miod Vallat
2004-11-17Remove dead or unused code; minor syncs with macppc code.Miod Vallat
2004-11-17Correct *cnputc() prototypes.Miod Vallat
2004-11-17Add register prefixes and generally match macppc locore.S now; diff betweenMiod Vallat
both locore is useful now.
2004-11-17A few more register prefixes, as well as more tab vs space police. NoMiod Vallat
change in .o file. ok drahn@
2004-11-17proper autoconf attachments; grange@ testing; markus@ okMichael Shalayeff
2004-11-17oops, spotted by pat as alwaysTheo de Raadt
2004-11-17print real/avail/bufcache sizes as unsignedMichael Shalayeff
2004-11-17typo, spotted by pedroTheo de Raadt
2004-11-17rename to atmelTheo de Raadt
2004-11-17atu(4) on by default, since it is now smallerTheo de Raadt
2004-11-17use the filesystem based firmware loader; dlg okTheo de Raadt
2004-11-17firmware loading; ok pedro tedu dlg miodTheo de Raadt
2004-11-17stuff after #endifTheo de Raadt
2004-11-17use lmin() instead of imin() in sbspace(), ok henning, millertMarkus Friedl
2004-11-17ip6_plen does not include the size of the ipv6 header; ok itojunMarkus Friedl
2004-11-17Improved logging for advertisement failures: Add some carpstats.carps_onomem++Ryan Thomas McBride
when sending advertisements fail due to ENOBUGS, and some CARP_LOG for other failures. From camield@
2004-11-17syncTheo de Raadt
2004-11-17Three mode devices found in the wild, I thinkTheo de Raadt
2004-11-17wrong paren. Patrick LatifiJun-ichiro itojun Hagino
2004-11-17fix non-usb buildsTheo de Raadt
2004-11-17enter dev/microcode dirTheo de Raadt
2004-11-17install all 8 filesTheo de Raadt
2004-11-17remove bogus printfTheo de Raadt
2004-11-17list licensed filesTheo de Raadt
2004-11-17forgot 2 firmwaresTheo de Raadt
2004-11-17not sparcTheo de Raadt
2004-11-16put copy of license in firmware dir tooTheo de Raadt
2004-11-16fix bit defns for PFLAGsJason Wright
2004-11-16flat firmware file creation and installationTheo de Raadt
2004-11-16Strip kernels compiled with DEBUG=-g leaving an unstripped kernel as bsd.gdb.Mark Kettenis
ok miod@
2004-11-16Fix for PR3983Ryan Thomas McBride
- Add a new PFSTATE_STALE flag to uncompressed state updates sent as a result of a stale state being detected, and prevent updates with this flag from generating similar messages. - For the specific case where the state->src in the recieved update is ok but the state.dst is not, take the partial update, then "fail" to let the other peers pick up the better data that we have. From Chris Pascoe. ok dhartmei@
2004-11-16Lower interrupt moderation timer to decrease service latency.Brad Smith
From NetBSD ok deraadt@
2004-11-16Call arprequest/ether_output at splsoftnet(). From Chris Pascoe.Ryan Thomas McBride
ok henning@
2004-11-16back out previous commit and put the right change in which correspondsBrad Smith
to what the previous commit message said... Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap).
2004-11-16Set p_stat to SONPROC in cpu_switch() after picking a proc to run.Miod Vallat
2004-11-16Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap).Brad Smith
From NetBSD ok henning@ mcbride@
2004-11-16- Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.Brad Smith
- Corrected TBI workaround. - Corrected incorrect LED operation issues. From FreeBSD ok deraadt@
2004-11-16allow for the reception of VLAN sized frames.Brad Smith
From FreeBSD ok deraadt@
2004-11-16if_dc.c rev 1.56Brad Smith
Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). dcphy.c rev 1.13 Work around an Intel 21143 chip bug. Rev 1.56 of if_dc.c removed calls to mii_pollstat() from the dc_tick() routine. dc_tick() is called regularly to detect link up and link down status, especially when autonegotiating. The expectation was that mii_tick() (which is still called from dc_tick()) would update status information automatically in all cases where it would be sensible to do so. Unfortunately, with authentic 21143 chips this is not the case, and the driver never successfully autonegotiates. This is because (despite what it says in the 21143 manual) the chip always claims that link is not present while the autonegotiation enable bit is set. Autonegotation takes place and succeeds, but the driver tests the link bits before it switches off the autonegotiation enable bit, and success is not recognised. The simplest solution is to call dcphy_status() more often for MII_TICK calls by dropping out of the switch statement instead of exiting when we are autonegotiating and link appears to not be present. When autonegotiation succeeds, dcphy_status() will note the speed and fdx/hdx state and turn off the autonegotiation enable bit. The next call to dcphy_status() will notice that link is present, and the dc driver code will be notified. Macronix chips also use this code, but implement link detection as described in the manual, and hence don't need this patch. However, tests on a Macronix 98715AEC-C show that it does not adversely affect them. From FreeBSD ok deraadt@
2004-11-16get rid of the ATU_NO_COPY_TX knob. we always want it on.David Gwynne
2004-11-16add PCI_ID_CODEBrad Smith
From NetBSD
2004-11-15Let stand/ compile with gcc 3.Miod Vallat
2004-11-15Get rid of some old debug stuff.Miod Vallat
2004-11-15remove some debug cruftDavid Gwynne