summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep.c
Commit message (Expand)AuthorAgeFilesLines
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-201-6/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+3
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.ru2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* MFp4:imp2003-11-021-1/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Pass sc to GO_WINDOW macro.imp2003-10-261-18/+18
* Minor style nits suggested by sam and mdodd:imp2003-10-251-24/+25
* Whole grab-bag of changes:imp2003-10-251-139/+159
* Fix mismerge from one tree to another: add (imp2003-10-231-1/+1
* Learn basic C.imp2003-10-231-2/+3
* Transition to using bus_space macros rather than the inb/outb/etc.imp2003-10-181-98/+96
* Style fixes of the whitespace variety. Fix long lines and tabs.markm2003-08-301-56/+78
* Use __FBSDID().obrien2003-08-241-0/+3
* Use bus_child_present() to make sure the card is still there before callingcognet2003-08-191-1/+2
* Style(9) cleanup. There was no consistent style in this driver, andmarkm2003-07-171-559/+512
* Other minor style nits I missed in ep_if_start() in my previousmux2003-06-261-3/+4
* Make if_ep_start() look a bit more like other if_start() functions,mux2003-06-261-18/+13
* Fix a race condition that was introduced since pccbb interrupts aremux2003-06-261-7/+5
* - Free interrupt handler in ep_free().mdodd2003-03-291-0/+27
* - Return error status instead of value in get_e().mdodd2003-03-291-18/+44
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* network interface driver changes:sam2002-11-141-15/+4
* Remove __P.alfred2002-03-201-9/+9
* Two fixes from Jonathan Hanna:imp2002-02-121-6/+4
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove 7 unnecessary includes frmo phk's scriptimp2000-09-201-5/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-5/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-33/+3
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix a problem that caused TCP fragments to be lost (among other things.)mdodd2000-03-241-1/+1
* Copy how everyone else is doing packet transmission. (NetBSD mostly)mdodd2000-03-131-6/+8
* Follow the docs a bit more in epstop() with respect to delays.mdodd2000-03-131-0/+5
* Get rid of table lookup in favor of just subtracting. Everyone elsemdodd2000-03-131-3/+1
* Call epstop() in ep_attach(). While this shouldn't be necessary we'llmdodd2000-03-131-0/+2
* Fix driver to restore function on 3c574 adapters. The panic onmdodd2000-01-151-9/+16
* Remove a stray splx(s) call. This fixes the compiler warning.mdodd2000-01-121-1/+0
* Speedup if_start routine a little. TX threshold logic needs some moremdodd2000-01-121-10/+17
* Fix the performance problems I caused by setting ifq_maxlen to 8.mdodd2000-01-121-1/+1
* HEADS UP! All 3c5x9 users!mdodd1999-10-271-225/+309
* Add newbus attachment for pccard driver. Heavily tested by me, andimp1999-10-251-0/+5
* - Split out the ISA and PCCARD specific code.mdodd1999-09-261-528/+28
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-241-1/+1
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-191-19/+54
OpenPOWER on IntegriCloud