summaryrefslogtreecommitdiff
path: root/sys/dev/ic/fxp.c
AgeCommit message (Expand)Author
2002-05-13When collecting the completed tx descriptors, dmasync all of themArtur Grabowski
2002-05-13Don't leak memory when bus_dmamap_load_mbuf fails.Artur Grabowski
2002-05-10Zap an unsued define.Artur Grabowski
2002-05-10What we store on all archs just before the rfa is a pointerArtur Grabowski
2002-03-15Missing splxArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-09-20occured->occurredMike Pechkin
2001-09-17Remove all of the last vestiges of vtophys (namely RFA's):Jason Wright
2001-08-27get direction of read/write correct in calls to bus_dmamap_sync()Jason Wright
2001-08-25deal with 5 arg form of bus_dmamap_sync() if available.Jason Wright
2001-08-10- make transmit use linked lists not indexed arrays (more like it was when I ...Jason Wright
2001-08-09- scb_wait() is now time based (not cpu speed based)Jason Wright
2001-08-03Fix logic for detecting 82558 and newer chips in pci;Chris Cappuccio
2001-07-18fix vtophys usage, mainly ppc-required; art@ ok and tried to bribe^H^H^H^H^Hm...Michael Shalayeff
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-13From NetBSD, 82562 requires a nop before a resume (tested by mickey)Jason Wright
2001-05-27Put back the fix for the possible leak and fix another bugArtur Grabowski
2001-05-26remove code which was obviously not tested. begone, sloppy code monkeysTheo de Raadt
2001-05-24When releasing the tx buffers, walk through all of them, don't abort whenArtur Grabowski
2001-05-24typoArtur Grabowski
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-03-22Reformat comment.Angelos D. Keromytis
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-09-17Support detach of fxp devices to allow ejection of Intel CardBus adapters.Aaron Campbell
2000-08-02No need to include pci header files here.Aaron Campbell
2000-07-20Convert to new timeouts. (art@ ok)Hakan Olsson
2000-06-03remove fxp_ether_ioctl(), and move it's processing to fxp_ioctl().Jason Wright
2000-04-27WhoopsChris Cappuccio
2000-04-27Fix SIOCSIFMTUChris Cappuccio
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
2000-04-26After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointerAaron Campbell
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright