summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2005-06-01fix ordering of PCI devsBrad Smith
2005-05-31bus_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-29regenBrad Smith
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
- add/fix up Abocom enries
2005-05-29add the RTL8185 (not working yet)Reyk Floeter
2005-05-27step 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-27allow reception of Jumbo frames by default without having to bumpBrad Smith
the MTU up. tested by marious@, ok mcbride@
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith
- add support for reception of VLAN sized frames on 82557
2005-05-27handle SIOCSIFMTU ioctlBrad Smith
2005-05-27byebye ncr(4) and some vtophysMartin Reindl
2005-05-27nuke vtophys crapJason Wright
2005-05-27kill another forgotten vtophys since bus_dma conversionPeter Valchev
2005-05-27remove vtophys hack (for alpha) which this driver no longer usesPeter Valchev
2005-05-26nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@Jonathan Gray
2005-05-26regenFederico G. Schwindt
2005-05-26geforce fx5500Federico G. Schwindt
2005-05-25- identify Compex NICs (untested)Martin Reindl
- wrap more functions in TULIP_PERF* macros ok brad@ from NetBSD
2005-05-25Fix 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-25regenBrad Smith
2005-05-251 Mbps Ethernet, huh?Brad Smith
2005-05-25in tulip_reset() remove a useless printf and check flags before resettingMartin Reindl
2005-05-24remove NetBSD's event counter code.Brad Smith
2005-05-24san depends on sppp. canacar@ ok.Hakan Olsson
2005-05-24- allow reception of VLAN sized framesBrad 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-24regenJonathan Gray
2005-05-24nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>.Jonathan Gray
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed 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.hMartin Reindl
- make it possible to get media information from the SRM on alpha ok brad@
2005-05-22ALTQ cleanoutMartin Reindl
ok brad@
2005-05-22fix setting of the "need ack" flag.Damien Bergamini
2005-05-22cosmetic. no need to initialize the read index.Damien Bergamini
2005-05-22set fragmentation threshold in iwi_config().Damien Bergamini
2005-05-22some changes for IBSS mode support (not yet working).Damien Bergamini
2005-05-22add 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-22regenReyk Floeter
2005-05-22add new Realtek RT8185 PCI/CardBus deviceReyk Floeter
2005-05-21backout part of rev 1.35, which breaks some 5704-based fibre interfaces onBrad Smith
some IBM/Intel blade servers. From FreeBSD
2005-05-21regenBrad Smith
2005-05-21add Broadcom 5714CBrad Smith
From FreeBSD
2005-05-19no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ↵Michael Shalayeff
from jakemsr@
2005-05-17remove spurious bpf_mtap (I think it's leftover debugging code from a year ago)Jason Wright
2005-05-16add a newline hereBrad Smith
2005-05-15syncMartin Reindl
2005-05-15Schneider & Koch FDDI adapterMartin Reindl
ok deraadt@
2005-05-14don't copy the capinfo field from the ap. forge our own based on whatDamien Bergamini
ieee80211_output.c does.
2005-05-13should support channel 165 too in 802.11a mode.Damien Bergamini
2005-05-13fix sensitivity setting.Damien Bergamini