summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* Remove unloaded printf. We do this now in the newbus layer.imp2000-04-171-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 a bug in the last commit. >> 4 instead of >> 8. *bap*mdodd2000-01-231-6/+6
* Add the ID for the 3c509-TPC.mdodd2000-01-231-0/+12
* Fix driver to restore function on 3c574 adapters. The panic onmdodd2000-01-153-9/+23
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* 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-122-10/+26
* Fix the performance problems I caused by setting ifq_maxlen to 8.mdodd2000-01-121-1/+1
* Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BTimp2000-01-101-4/+3
* kill debug printf that says detachimp1999-12-101-2/+0
* Add defines for additional EEPROM locations and register definitions.mdodd1999-12-061-2/+28
* Whitespace cleanups.mdodd1999-12-061-4/+4
* Add a delay (per the databook) to the get_eeprom_data() loop somdodd1999-12-061-9/+12
* Standardize device descriptions so that there is parity between PnPmdodd1999-12-061-10/+10
* Correctly implement the non-PnP enumeration of ISA board.mdodd1999-12-061-14/+36
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-011-3/+4
* Kill unneeded #includes. They were left over from the short period ofimp1999-11-201-6/+0
* Add (untested) support for the 3C562D/3C563D. I have been unable toimp1999-10-291-0/+3
* Fix identify code. This also fixes the eeprom messages.imp1999-10-281-13/+12
* Last change to pccard_nbk now obviates the need to check the name ofimp1999-10-281-12/+6
* HEADS UP! All 3c5x9 users!mdodd1999-10-277-796/+707
* Add newbus attachment for pccard driver. Heavily tested by me, andimp1999-10-254-155/+226
* Fix includes. I missed this the first time around.mdodd1999-10-021-1/+3
* Duplicated '(' removed.mdodd1999-09-261-1/+1
* - Split out the ISA and PCCARD specific code.mdodd1999-09-266-605/+918
* 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
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Set ifp->if_init to the right function.mdodd1999-08-201-4/+6
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-3/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-88/+5
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-2/+2
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-252-6/+40
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+2
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-120/+131
* Move the "fetch serial data" delay so that it is an inter-bit delay.dufault1999-01-311-5/+13
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-11/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Removed unused includes.bde1998-06-211-2/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Removed unused #includes.bde1998-03-281-6/+1
* Fix some style nits and remove an unused header.msmith1998-02-271-2/+1
OpenPOWER on IntegriCloud