summaryrefslogtreecommitdiff
path: root/sys/dev/en/midwayvar.h
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+1
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedHartmut Brandt2003-08-061-1/+0
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theHartmut Brandt2003-08-051-0/+3
* Make the en(4) driver more like the other ATM drivers. This is theHartmut Brandt2003-08-051-13/+23
* Make the midway driver use the new ATM phy driver. This allows one toHartmut Brandt2003-06-131-0/+4
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-051-5/+1
* Convert the midway driver to use busdma. Except for this conversion theHartmut Brandt2003-04-251-113/+143
* Rename "struct device" to "struct midway_device" to avoid clashingPoul-Henning Kamp2002-09-281-2/+2
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* newbusify the en atm driver.Kenjiro Cho2000-11-071-8/+2
* update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho1998-07-291-1/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+205