Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-12 | Define attachment-like attribute i2c and attach lmtemp to that instead of iic. | Mark Kettenis | |
2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? | Miod Vallat | |
property. Tested with type 3 and type 4 keyboards. | |||
2005-11-11 | Use sensors thread instead of timeouts. | Mark Kettenis | |
ok dlg@, "slap it in" deraadt@ | |||
2005-11-11 | fix kgdb compilation; input and ok miod@. | Federico G. Schwindt | |
2005-11-11 | more verbose error message for the "bogus xmit rate" problem | Reyk Floeter | |
2005-11-10 | be MI, use atop() | Martin Reindl | |
2005-11-10 | __attribute__((packed)) is a gccism. use __packed instead which will be | David Gwynne | |
expanded to the directive appropriate to the current compiler. | |||
2005-11-10 | Fix botch accidentally introduced by me in my last commit here. | Pedro Martelletto | |
Report and testing by kurt@, thanks. | |||
2005-11-09 | Don't fall back to fake geometry if ata_get_params() fails. | Uwe Stuehler | |
"looks sane" grange@; tested by niall@ krw@ jmc@ jolan@ | |||
2005-11-09 | fix comments, splimp -> splnet | Brad Smith | |
2005-11-09 | splimp -> splnet | Brad Smith | |
2005-11-09 | splimp -> splnet | Brad Smith | |
2005-11-09 | splimp -> splnet | Brad Smith | |
2005-11-09 | splimp -> splnet | Brad Smith | |
2005-11-08 | Remove some leftover debugging cruft and an unnecessary check. | Can Erkin Acar | |
2005-11-08 | Use bus_dma(9) in san(4). Now works on amd64. Still works on i386 | Can Erkin Acar | |
as tested extensively by Greg Mortensen, many thanks. ok brad@ | |||
2005-11-08 | regen | Brad Smith | |
2005-11-08 | add PCI id for Intel PRO/10GbE CX4 adapter. | Brad Smith | |
2005-11-08 | Sync up to Intel's latest FreeBSD em driver (3.2.18). A few fixes | Brad Smith | |
for the new PCI Express chips. From: Intel's web-site | |||
2005-11-07 | splimp -> splnet | Brad Smith | |
2005-11-07 | - splimp -> splnet | Brad Smith | |
- remove spl's from attach - removing redundant checks before pci_mapreg_map() - fix dmesg printing - de-allocate resources on failure to attach - remove unused VLAN input code from vge(4) | |||
2005-11-07 | first round of lmc(4) cleaning. removes a good portion of the ifdef | Brad Smith | |
crud making this readable. ok dlg@ | |||
2005-11-07 | add bus_dma support. | Brad Smith | |
From NetBSD tested on i386/alpha. ok martin@ krw@ | |||
2005-11-06 | also attach on LMC cPCI HSSI cards. | Brad Smith | |
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 | |