Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-01 | fix ordering of PCI devs | Brad Smith | |
2005-05-31 | bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now. | Jason Wright | |
NOW: someone remove vtophys from the amd64 port before someone else gets the silly idea that it somehow "works" on that port. | |||
2005-05-29 | regen | Brad Smith | |
2005-05-29 | - better pcidevs entries for Intel Gig and add 82573 ids | Brad Smith | |
- add/fix up Abocom enries | |||
2005-05-29 | add the RTL8185 (not working yet) | Reyk Floeter | |
2005-05-27 | step 1 in fixing bioctl commands intermixed with regular io. | Marco Peereboom | |
- Added the magical sequence for polling IO - Created new polling function per hardware generation Lots and lots of constructive yelling mickey@ ok mickey@ | |||
2005-05-27 | allow reception of Jumbo frames by default without having to bump | Brad Smith | |
the MTU up. tested by marious@, ok mcbride@ | |||
2005-05-27 | - fix reception of VLAN sized frames on 82558 and up | Brad Smith | |
- add support for reception of VLAN sized frames on 82557 | |||
2005-05-27 | handle SIOCSIFMTU ioctl | Brad Smith | |
2005-05-27 | byebye ncr(4) and some vtophys | Martin Reindl | |
2005-05-27 | nuke vtophys crap | Jason Wright | |
2005-05-27 | kill another forgotten vtophys since bus_dma conversion | Peter Valchev | |
2005-05-27 | remove vtophys hack (for alpha) which this driver no longer uses | Peter Valchev | |
2005-05-26 | nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@ | Jonathan Gray | |
2005-05-26 | regen | Federico G. Schwindt | |
2005-05-26 | geforce fx5500 | Federico G. Schwindt | |
2005-05-25 | - identify Compex NICs (untested) | Martin Reindl | |
- wrap more functions in TULIP_PERF* macros ok brad@ from NetBSD | |||
2005-05-25 | Fix instances of macros with improperly parenthasized arguments. | Brad Smith | |
2005-05-25 | - Fixed resetting of the watchdog timer and queue full flag. | 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. - Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). From FreeBSD | |||
2005-05-25 | regen | Brad Smith | |
2005-05-25 | 1 Mbps Ethernet, huh? | Brad Smith | |
2005-05-25 | in tulip_reset() remove a useless printf and check flags before resetting | Martin Reindl | |
2005-05-24 | remove NetBSD's event counter code. | Brad Smith | |
2005-05-24 | san depends on sppp. canacar@ ok. | Hakan Olsson | |
2005-05-24 | - allow reception of VLAN sized frames | Brad Smith | |
- make sure to re-init the card when setting the MTU - don't do a full card re-init when going into promisc mode or adding/removing multicast addresses, this causes the PHY to be reset | |||
2005-05-24 | regen | Jonathan Gray | |
2005-05-24 | nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>. | Jonathan Gray | |
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst | |
2005-05-23 | - Fix some big-endian issues. | Brad Smith | |
- Centralize the interrupt bits for the 3 registers where they are being used. - Replace magic numbers for power management control with PCI_PMCSR* macros. - The flow control registers are 16 bits wide, not 32. - Create the Tx DMA maps with a size large enough for a jumbo Ethernet frame. - Oops, make Rx interrupt deferral actually work. From NetBSD | |||
2005-05-23 | - remomve unneeded tulip_reset() and always include intr.h | Martin Reindl | |
- make it possible to get media information from the SRM on alpha ok brad@ | |||
2005-05-22 | ALTQ cleanout | Martin Reindl | |
ok brad@ | |||
2005-05-22 | fix setting of the "need ack" flag. | Damien Bergamini | |
2005-05-22 | cosmetic. no need to initialize the read index. | Damien Bergamini | |
2005-05-22 | set fragmentation threshold in iwi_config(). | Damien Bergamini | |
2005-05-22 | some changes for IBSS mode support (not yet working). | Damien Bergamini | |
2005-05-22 | add monitor mode support. fast channel hop is not yet implemented though. | Damien Bergamini | |
requires a firmware upgrade to version 1.0.4. | |||
2005-05-22 | - Enable parity error detection on 900B and 635(A). | Brad Smith | |
- SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead of the PCI bus. When this bit is set, the Max DMA Burst Size for TX/RX DMA should be no larger than 64 bytes. - Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). From FreeBSD Testing by uwe@, mpf@ and me. | |||
2005-05-22 | regen | Reyk Floeter | |
2005-05-22 | add new Realtek RT8185 PCI/CardBus device | Reyk Floeter | |
2005-05-21 | backout part of rev 1.35, which breaks some 5704-based fibre interfaces on | Brad Smith | |
some IBM/Intel blade servers. From FreeBSD | |||
2005-05-21 | regen | Brad Smith | |
2005-05-21 | add Broadcom 5714C | Brad Smith | |
From FreeBSD | |||
2005-05-19 | no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ↵ | Michael Shalayeff | |
from jakemsr@ | |||
2005-05-17 | remove spurious bpf_mtap (I think it's leftover debugging code from a year ago) | Jason Wright | |
2005-05-16 | add a newline here | Brad Smith | |
2005-05-15 | sync | Martin Reindl | |
2005-05-15 | Schneider & Koch FDDI adapter | Martin Reindl | |
ok deraadt@ | |||
2005-05-14 | don't copy the capinfo field from the ap. forge our own based on what | Damien Bergamini | |
ieee80211_output.c does. | |||
2005-05-13 | should support channel 165 too in 802.11a mode. | Damien Bergamini | |
2005-05-13 | fix sensitivity setting. | Damien Bergamini | |