Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-16 | AirPrime EVDO does not work with uplcom as suspected. | Jonathan Gray | |
Noticed by Ben Lovett. | |||
2006-02-16 | regen | Brad Smith | |
2006-02-16 | add some ENE CardBus controllers. | Brad Smith | |
2006-02-15 | move setting IFCAP_VLAN_MTU back to where it is supposed to be. | Brad Smith | |
2006-02-15 | add support for 64bit rings base addresses. | Damien Bergamini | |
2006-02-15 | actually disable h/w VLAN tagging for now. | Damien Bergamini | |
2006-02-15 | - enable jumbo frames for adapters that support it. | Damien Bergamini | |
- extend TX DMA mappings size from MCLBYTES to NFE_JBYTES. - add initial (disabled) bits for interrupts mitigation. - add initial (disabled) bits for h/w VLAN tagging. - did some consistency tweaks while i'm here. | |||
2006-02-15 | don't re-init the interface on watchdog timeout. we need to reload the | Damien Bergamini | |
firmware which can't be done outside of a process context. instead, just turn the interface down (rt2661_stop) for now. | |||
2006-02-15 | be gone whitespace. | Brad Smith | |
2006-02-14 | Define a wsdisplay type for the Sun ZX/Leo frame buffer. | Miod Vallat | |
2006-02-13 | use pci_mapreg_type(). | Brad Smith | |
ok damien@ | |||
2006-02-13 | nVidia/nvidia -> NVIDIA | Brad Smith | |
2006-02-13 | regen | Brad Smith | |
2006-02-13 | NVidia -> NVIDIA | Brad Smith | |
2006-02-13 | add some ASIC revisions to the various switch cases and identify | Brad Smith | |
some newer revs. | |||
2006-02-13 | Due to an oversight on my part I forgot to remove clearing of the | Brad Smith | |
BGE_PCIDMARWCTL_MINDMA flag from the PCI DMA control register on newer bge chipsets when I put in the new PCI DMA control register settings. Thanks to Daniel Ouellet for testing with a BCM5780 and to Dimitry Andric for testing with a BCM5750. | |||
2006-02-13 | revert rev 1.85. The mbuf needs to be re-mapped in the case of an error. | Brad Smith | |
ok damien@ | |||
2006-02-12 | Remove unused columns from the keyboard[] array. No functional change. | Miod Vallat | |
2006-02-12 | Do not bell if keyboard.bell.volume=0; | Miod Vallat | |
reported by Michael Knudsen (mk, molioner dk) | |||
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat | |
2006-02-12 | Clean up the adb_event structure, now that it is never exported to userland; | Miod Vallat | |
also fix handling of caps lock and power keys in akbd; with help from claudio@ | |||
2006-02-12 | fix a printf | Damien Bergamini | |
2006-02-12 | don't print shared interrupts when debugging is on. | Damien Bergamini | |
2006-02-12 | use BUS_DMA_READ flag when mapping RX buffers. | Damien Bergamini | |
2006-02-12 | Disable sync when blanking if display.vblank is set to off. | Miod Vallat | |
2006-02-12 | reduce the number of DMA sync operations by sincing multiple TX descriptors | Damien Bergamini | |
at once. | |||
2006-02-12 | Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit. | Miod Vallat | |
2006-02-12 | initial jumbo frames support (disabled for now). | Damien Bergamini | |
#define'ing NFE_NO_JUMBO can save a few hundred KB of wired memory. | |||
2006-02-12 | Revert previous, seems to cause problems on some machines. | Alexander Yurchenko | |
2006-02-12 | regen | Brad Smith | |
2006-02-12 | add OUI's for ASIX Electronics and CENiX Inc. | Brad Smith | |
2006-02-12 | Correct information in dmesg again. -moj ok jsg | Mats O Jansson | |
2006-02-12 | Add support for IC+ IP101 (from brad). -moj ok jsg | Mats O Jansson | |
2006-02-12 | Regen | Miod Vallat | |
2006-02-12 | Add Apple ADB devices USB phantom personality, as found on PowerBook5,* laptops. | Miod Vallat | |
2006-02-12 | regen | Mats O Jansson | |
2006-02-12 | Change xxICPLUS to ICPLUS and correct the information. -moj | Mats O Jansson | |
2006-02-12 | Don't cause the screen border to be black; but we have to clear the whole | Miod Vallat | |
screen until console uses a low-depth plane; and if I could remember who to thank for the Xvideo board I got via Wim, things would be even better. | |||
2006-02-11 | regen | Jonathan Gray | |
2006-02-11 | Add a handful more of ATI/NVIDIA devices mostly from submitted dmesgs. | Jonathan Gray | |
2006-02-11 | regen | Brad Smith | |
2006-02-11 | - fix C51 Mem entry | Brad Smith | |
- add the Quadro FX Go1400; From drahn@ | |||
2006-02-11 | use mii_phy_match(). | Brad Smith | |
2006-02-11 | New version of i915 supprotm adapted from freebsd by Dimitry Andric, with | Matthieu Herrb | |
one tweak suggested by miod@. | |||
2006-02-11 | regen | Brad Smith | |
2006-02-11 | - add VIA Network Technologies and two VT6103 10/100 PHY's as found on vr NICs. | Brad Smith | |
- add IC Plus Corp. and their IP101 10/100 PHY as found on some nfe based motherboards. | |||
2006-02-11 | regen | Brad Smith | |
2006-02-11 | add another NVidia C51 memory controller, NVidia GeForce 6150 and GeForce ↵ | Brad Smith | |
6150 LE | |||
2006-02-11 | set IFCAP_VLAN_MTU in the capabilites field. | Brad Smith | |
ok damien@ | |||
2006-02-11 | - call nfe_ifmedia_upd() early in nfe_init() to reset the PHY. | Damien Bergamini | |
- set RX buffer size register properly |