Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-06 | regen | Brad Smith | |
2005-11-06 | add PCI id for LMC's cPCI HSSI card. | Brad Smith | |
2005-11-06 | Add some DSP init code for BCM5221's. | Brad Smith | |
Values derived from Apple's GMAC driver, same init code also exists in Linux's sungem_phy driver. tested by miod@ pedro@ and otto@ on a few systems. | |||
2005-11-06 | load DSP code on all 5421's for now. | Brad Smith | |
2005-11-06 | correctly track the falling edge of a media state change in mii_phy_tick(). | Brad Smith | |
2005-11-06 | - remove spl from attach | Brad Smith | |
- de-allocate resources on failure to attach | |||
2005-11-06 | move some macros from mii.h to miivar.h | Brad Smith | |
2005-11-06 | re-merge old brgphy_mii_phy_auto(). | Brad Smith | |
2005-11-06 | - move MIIF_NOISOLATE so its set before calling PHY_RESET(). | Brad Smith | |
- lower wait for completion time in eephy_mii_phy_auto() from 5 secs to 500 ms. | |||
2005-11-06 | add DSP init code for BCM54K2. | Brad Smith | |
values derived from Linux's sungem_phy driver. | |||
2005-11-06 | split the DSP code into separate functions as done in | Brad Smith | |
the FreeBSD brgphy driver. | |||
2005-11-06 | clean up some early but unused work on bio support. | David Gwynne | |
ok marco@ krw@ | |||
2005-11-06 | add a comment explaining what the 5401 DSP code does. | Brad Smith | |
2005-11-05 | Check the screen number before using it as an index. | Uwe Stuehler | |
"correct" miod@ | |||
2005-11-05 | add bus_dma and big endian support. | Brad Smith | |
From NetBSD Thanks to Jason Ackley for testing on i386/amd64/sparc64 with both T1 and T3 cards. "looks ok" dlg@ | |||
2005-11-05 | add init code for BCM5421. | Brad Smith | |
values derived from Linux's sungem_phy driver, same init code also exists in Apple's GMAC driver too. | |||
2005-11-05 | regen | Brad Smith | |
2005-11-05 | BCM5421K2 -> BCM54K2 | Brad Smith | |
2005-11-05 | speeling fix | David Gwynne | |
2005-11-05 | Don't tempt fate by TAILQ_REMOVE()'ing inside TAILQ_FOREACH(), even if | Kenneth R Westerback | |
we currently return immediately after the remove. Use for() idiom instead of TAILQ_FOREACH. Make clear we are doing a TAILQ_REMOVE() by eliminating wrapper function. | |||
2005-11-05 | Move displaying rf/pa type to rtw_rf_attach to simplify code. | Jonathan Gray | |
ok reyk@ | |||
2005-11-05 | Eliminate 'Overlapping Command Attempted' errors on non-tagged drives by | Kenneth R Westerback | |
a) Ensuring only one command is started at a time on such targets. b) Not fiddling with pSRB fields until it is really going to be started. c) Testing for a pending interrupt before starting to send stuff to the card. Found when testing queue.h stuff. | |||
2005-11-04 | don't bother setting error in em_attach() since it's | Brad Smith | |
not being used anyway. | |||
2005-11-04 | - splimp -> splnet | Brad Smith | |
- remove spl from attach - fix dmesg printing - de-allocate resources on failure to attach - remove redundant checks just before pci_mapreg_map() - use pci_mapreg_type() | |||
2005-11-04 | - splimp -> splnet | Brad Smith | |
- remove spl's from attach - fix dmesg printing - de-allocate resources on failure to attach | |||
2005-11-04 | remove uneeded debug function. | Jonathan Gray | |
2005-11-04 | Move access to RF tranceiver functions to be via callbacks. | Jonathan Gray | |
"looks fine" reyk@ | |||
2005-11-03 | - fix error message printed when pci_mapreg_map() fails. | Brad Smith | |
- initialize error to 0 in pcn_ioctl(). | |||
2005-11-03 | revert to 20051009 for now, need to investigate strange behaviour with | Martin Reindl | |
some controllers discussed with otto@ and henning@, first noted by miod@ | |||
2005-11-03 | Don't remove elements inside TAILQ_FOREACH. Change to usual for() | Kenneth R Westerback | |
idiom. | |||
2005-11-02 | change zaurus fifo lenght back to 32 until some issues are sorted out. | Federico G. Schwindt | |
requested by uwe@. | |||
2005-11-02 | sync | Theo de Raadt | |
2005-11-02 | 2 more puc devices by oxford | Theo de Raadt | |
2005-11-02 | It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER. | Kenneth R Westerback | |
scsi_done() can release the scsi_request xs and TRY_AGAIN_LATER will refer to it and submit it for re-execution. This was being done only if bus_dmamap_load() failed. Ensure the controller resources are freed before returning TRY_AGAIN_LATER, since new resources will be allocated when the command is executed again. Don't bother setting xs->error before returning TRY_AGAIN_LATER as the code returned to sets xs->error to XS_BUSY. ok marco@ | |||
2005-11-02 | sync mbuf before unloading in gem_rxdrain(). | Brad Smith | |
From NetBSD | |||
2005-11-02 | - unmap resources allocated by pci_mapreg_map() on failure to attach | Brad Smith | |
- fixup PCI interrupt string printing and surrounding code to be more consistent with other drivers | |||
2005-11-02 | handle TX underrun and packet too long errors by resetting the chip. | Brad Smith | |
From NetBSD ok krw@ | |||
2005-11-01 | Remove the call to ieee80211_ifattach() for the moment as it | Jonathan Gray | |
makes wi prematurely depend on net80211 code which bloats the ramdisks. ok dlg@ | |||
2005-10-31 | - some DEBUG should be GEM_DEBUG | Brad Smith | |
- introduce gem_bitwait() to factor out some of the register wait code From NetBSD - remove some statics - remove parameter names from prototypes ok kettenis@ | |||
2005-10-31 | ammount -> amount | Miod Vallat | |
2005-10-31 | typo | Brad Smith | |
2005-10-31 | regen | Jonathan Gray | |
2005-10-31 | A few more nvidia video cards, mostly from submitted dmesgs. | Jonathan Gray | |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray | |
required for net80211 support. Updated version of a diff from dlg@ similiar diff ok fgsch@, ok dlg@ | |||
2005-10-30 | Simplify sis(4) TX/RX ring initialization. | Brad Smith | |
Thanks to Ben <ben@tilderoot.com> for testing. | |||
2005-10-29 | comment fix: Two vendors sold same thing | Theo de Raadt | |
2005-10-29 | Correct type for dd_grid, so that we print the device id correctly for | Miod Vallat | |
byte-mode roms. | |||
2005-10-28 | correct legsup register per spec; dlg@ pascoe@ ok. | Federico G. Schwindt | |
2005-10-28 | regen | Brad Smith | |
2005-10-28 | add some Symbios Logic ids including SAS and FC chipsets. | Brad Smith | |