summaryrefslogtreecommitdiffstats
path: root/sys/dev/en/midway.c
Commit message (Expand)AuthorAgeFilesLines
* Update for the KDB framework:marcel2004-07-101-3/+2
* All three of these drivers abused cv_waitq_empty in the same way by spinningscottl2004-02-291-4/+1
* Move the locking of the softc up to before the allocation of theharti2003-12-171-4/+6
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-061-31/+6
* Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/closeharti2003-08-061-1/+1
* When sending check that the channel is really open. Get the informationharti2003-08-061-7/+9
* Print an array index that is computed as ptrdiff_t with %tu.harti2003-08-061-2/+2
* Change the format type to unbreak LINT on 64-bit platforms.obrien2003-08-061-2/+2
* Implement per-VC statistics.harti2003-08-051-1/+8
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theharti2003-08-051-37/+82
* Use the generic getvccs function from net/if_atmsubr.c and removeharti2003-08-051-54/+4
* Arrghhh. Remove debugging printf's that slipped in in the pre-previousharti2003-08-051-11/+1
* Use __FBSDID() as per style(9).harti2003-08-051-2/+2
* Make the en(4) driver more like the other ATM drivers. This is theharti2003-08-051-233/+323
* Move the clearing of the IFF_RUNNING flag into the reset routine.harti2003-08-051-1/+2
* Be careful to call bus_dmamap_load with BUS_DMA_NOWAIT so that theharti2003-07-151-7/+7
* Delete a superfluous semi-colon.harti2003-07-041-1/+1
* Mega busdma API commit.scottl2003-07-011-2/+4
* Implement the ioctl that returns a list of currently open VCCs.harti2003-06-131-0/+70
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-131-6/+79
* Make the internal statistics sysctl an array of integers rather than a string.harti2003-06-041-33/+10
* Fix off-by-one error in range check of VC index.phk2003-05-311-1/+1
* Define a link layer MIB for ATM. Most fields of this MIB are needed byharti2003-05-051-44/+67
* Add module data and version to the atm_subr and reference this info from theharti2003-04-291-3/+2
* Convert the midway driver to use busdma. Except for this conversion theharti2003-04-251-2898/+2707
* clean up the en driver since it will survice for a while bykjc2003-03-121-96/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-1/+1
* network interface driver changes:sam2002-11-141-1/+0
* Rename "struct device" to "struct midway_device" to avoid clashingphk2002-09-281-1/+1
* Don't include "bpf.h" when compiling on FreeBSD. We always compile inbrooks2002-09-061-0/+4
* Remove __P.alfred2002-03-201-29/+27
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-13/+13
* Change check for existence of mbuf->m_ext.ext_free to check of new ext_typebmilekic2000-11-111-1/+1
* restore the freebsd local type-cast fixes that I mistakenly removedkjc2000-11-081-14/+15
* newbusify the en atm driver.kjc2000-11-071-67/+88
* Enabled the used include of <machine/bus.h> -- don't depend on evilbde2000-11-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-1/+1
* Remove #if NEN > 0 in the name of FreeBSD - it's not required as configpeter2000-01-291-5/+1
* remove unused #include, add $FreeBSD$phk1999-10-111-1/+2
* Rename bpfilter to bpf.des1999-07-061-7/+7
* clean up en atm driverkjc1999-05-081-319/+54
* Undo excess staticization - these two are meant to be callable frompeter1999-05-061-2/+4
* Suser() simplification:phk1999-04-271-2/+2
* Staticize.eivind1999-04-111-3/+3
OpenPOWER on IntegriCloud