Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-11 | rev 1.51 | Brad Smith | |
When reading PHY regs over the i2c bus, the turnaround ACK bit is read one clock edge too late. This bit is driven low by slave (as any other input data bits from slave) when the clock is LOW. The current code did read the bit after the clock was driven high again. From FreeBSD | |||
2004-12-11 | Invert the polarity of two tests in the recovery code that could cause | Kenneth R Westerback | |
the driver to issue a bus reset more quickly than intended. We want to wait if we find another SCB that could be the cause of this timeout, not proceed to a bus reset. This code is currently inside an #ifdef 0/#endif pair. From FreeBSD aic79xx.c r1.32. | |||
2004-12-11 | Correct a very rare case where command ordering could be compromised | Kenneth R Westerback | |
by a transaction performing a driver handled message sequence (an scb with the MK_MESSAGE flag set). Full details on changes in FreeBSD commit message. From FreeBSD aic79xx.c r1.30, using microcode generated from just committed new source. Tested in August by marco@. | |||
2004-12-11 | Update microcode source prepatory to updating microcode and aic79xx.c. | Kenneth R Westerback | |
From FreeBSD aic79xx.reg r1.18 and aic79xx.seq r1.17. | |||
2004-12-10 | Add carp_set_enaddr(), call carp_set_state() after changing the vhid | Ryan Thomas McBride | |
to trigger a gratuitous arp and update arp tables on other hosts. | |||
2004-12-10 | Rename carp_output() to carp_fix_lladdr(). | Ryan Thomas McBride | |
2004-12-10 | allow pf to filter on route labels | Henning Brauer | |
pass in from route dtag keep state queue reallyslow tested by Gabriel Kihlman <gk@stacken.kth.se> and Michael Knudsen <e@molioner.dk> and ryan ok ryan | |||
2004-12-10 | fix mbuf defragmentation | Damien Bergamini | |
2004-12-10 | In nfs_connect() move the setting of so->so_rcv.sb_timeo out of the | Todd C. Miller | |
if () else since it is common to both cases and makes the code clearer. OK pedro@ | |||
2004-12-10 | fix ipsec crash from pr 4025, Stefan Miltchev; ok hshoexer@ | Markus Friedl | |
2004-12-10 | pseudo-DMA for non-AV Quadras, inspired by NetBSD | Martin Reindl | |
with lots of help from miod@ additional testing by nick@ and otto@ ok miod@ | |||
2004-12-10 | Turn on the BUSFREEREV bug for the Rev. B controller. This is required | Kenneth R Westerback | |
to close the 'busfree during non-packetized phase' hole. From FreeBSD aic79xx_pci.c r1.20. | |||
2004-12-10 | Factor out repeated code into ahd_done_with_status(). | Kenneth R Westerback | |
From FreeBSD aic79xx.h r1.20 and aic79xx.c r1.30. | |||
2004-12-10 | Run address change notification hooks when the interface address is updated. | Christian Weisgerber | |
Notably, this fixes "(pppoe0)" in pf. ok markus@ | |||
2004-12-10 | rev 1.5 | Brad Smith | |
Put some delay in the loops that poll for MII transaction completion. Without this, reading the PHY can hang the bus on a sufficiently fast CPU. From NetBSD | |||
2004-12-10 | Include scsi id in debug message for queued SCB's. | Kenneth R Westerback | |
From FreeBSD aic79xx_inline.h r1.16. | |||
2004-12-10 | 1) Don't manually fiddle with dma address of jumbo buffer after m_adj(). | Kenneth R Westerback | |
2) Create tx_map's large enough to map jumbo buffers. 3) Set length of jumbo frame to BGE_JLEN rather than ETHER_MAX_DIX_LEN. 4) Activate jumbo rx ring when MTU changed. (From FreeBSD). Makes jumbo frames work on bge. ok brad@. | |||
2004-12-10 | more Broadcom ids taken from the Linux driver. | Brad Smith | |
2004-12-10 | regen | Brad Smith | |
2004-12-10 | more Broadcom ids taken from the Linux driver. | Brad Smith | |
2004-12-09 | * plug memory leak on mount failure. | Patrick Latifi | |
* spacing ok tedu pedro millert otto | |||
2004-12-09 | minor spacing/styling nits | Pedro Martelletto | |
2004-12-09 | regen | Brad Smith | |
2004-12-09 | add Broadcom BCM5721 | Brad Smith | |
Noticed in dmesg from <nick dot nauwelaerts at thomson dot com> | |||
2004-12-09 | When removing the last item from a non-empty worklist, the worklist | Todd C. Miller | |
tail pointer must be updated; from FreeBSD (mckusick). Appears to fix problems I was seeing with processes stuck with WCHAN=inode in rev 1.50. OK pedro@ and tedu@. | |||
2004-12-09 | Remove shadow variable 'error'. From camield@ | Ryan Thomas McBride | |
2004-12-09 | code to let us cause a detach and reattach of a device from software | David Gwynne | |
ok deraadt@ | |||
2004-12-09 | add missing line in history section that didn't make it through the first | Martin Reindl | |
syncing round pointed out by Dries Schellekens <gwyllion at ulyssis dot org> | |||
2004-12-08 | Defer reinitialisation of the RU until after the interrupt handler has had | Christopher Pascoe | |
a chance to process all pending packets, otherwise the chip may overwrite their mbuf clusters after we have freed them. Eliminates a race that can cause random pool corruption when reconfiguring an interface under heavy network load. ok brad@ mcbride@ beck@ deraadt@ dlg@ | |||
2004-12-08 | remove the variables that used to make up the signal cache. nothing in atu | David Gwynne | |
is using this now. from daan vreeken | |||
2004-12-08 | remove some defines for timeouts that are no longer used thanks to net80211 | David Gwynne | |
from daan vreeken | |||
2004-12-08 | spl1() -> splsoft(), and minor sync with other m68k trap.c; barely any | Miod Vallat | |
functional change. | |||
2004-12-08 | Silence spurious interrupts unless option DEBUG | Miod Vallat | |
2004-12-08 | Register serial interrupts on the right sources on AV machines, was broken | Miod Vallat | |
after the interrupt code change; from NetBSD. | |||
2004-12-08 | Crank maxusers to 32. | Miod Vallat | |
2004-12-08 | sync | Martin Reindl | |
2004-12-08 | add Mitsubishi Electronics Powerstorm 4D30T graphics | Martin Reindl | |
ok deraadt@ | |||
2004-12-08 | * knf | Patrick Latifi | |
* M_WAITOK -> M_NOWAIT * FREE() only when necessary * join_multicast6 for ip6 addresses mcbride ok | |||
2004-12-08 | allow ToS to be set on raw ip sockets | Henning Brauer | |
From: "Esben Norby (ST/LMD)" <esben.norby@ericsson.com> ok hshoexer markus millert | |||
2004-12-08 | Move a FREE_LOCK until after a potential continue so we don't try | Todd C. Miller | |
to free the lock twice. Doesn't actually make any difference for us (no .o file diff) since the code block that contains the continue is currently commented out but it makes sense to fix this now so if/when that code is enabled we don't get bitten. From FreeBSD, ok pedro@. | |||
2004-12-08 | powerhook: em_init on resume | Markus Friedl | |
2004-12-08 | powerhook: call wi_init on resume | Markus Friedl | |
2004-12-08 | add pci powerhooks: save/restore cfg space; with claudio@, ok deraadt@ | Markus Friedl | |
2004-12-08 | commented out {e,o}hci@cardbus | Michael Shalayeff | |
2004-12-08 | add pcscp(4) at pci | Martin Reindl | |
ok miod@ | |||
2004-12-08 | Remove code duplication duplication. Use carpdetach() in carp_clone_destroy(). | Ryan Thomas McBride | |
2004-12-08 | add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remains | David Gwynne | |
disabled for now. from deraadt@ | |||
2004-12-08 | Merge in more fixes from a pre-carpdev diff from Chris Pascoe. | Ryan Thomas McBride | |
2004-12-08 | use ETHER_MAX_LEN | Jonathan Gray | |
ok brad@ | |||
2004-12-08 | Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe. | Ryan Thomas McBride | |
ok markus@ |