summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* Style(9) cleanup. There was no consistent style in this driver, andmarkm2003-07-177-912/+830
* 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
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Revert 1.21; this was local code that should not have beenmdodd2003-03-301-5/+5
* - Free interrupt handler in ep_free().mdodd2003-03-296-18/+32
* Checksum the configuration EEPROM.mdodd2003-03-291-0/+43
* - Return error status instead of value in get_e().mdodd2003-03-294-32/+71
* Register dependency on the elink module.mdodd2003-03-291-0/+3
* Fix compilation on non-i386 machines. Inconsistent conditionalmarcel2003-02-231-3/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Bandaid the bits that use the elink_foo() functions which aremdodd2003-02-131-1/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* network interface driver changes:sam2002-11-142-16/+5
* Fix build breakage on my pccard related commit.takawata2002-05-311-1/+1
* Remove __P.alfred2002-03-202-10/+10
* Two fixes from Jonathan Hanna:imp2002-02-121-6/+4
* More devices. Obtained from NetBSD.imp2001-11-151-2/+4
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-15/+5
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-15/+15
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyimp2001-01-211-5/+10
* Add the 3COM ID's that I could find in the pccarddevs file that seemedpeter2001-01-071-0/+22
* Fixed to support 3Com 3C569B for PC-98.nyan2000-12-091-0/+8
* Remove unneeded #include <machine/clock.h>phk2000-10-154-4/+0
* Remove 7 unnecessary includes frmo phk's scriptimp2000-09-204-8/+0
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-191-2/+16
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.imp2000-09-131-1/+4
* Properly detect ISA cards in EISA mode and skip them in the ISA identifymdodd2000-07-182-2/+12
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-132-6/+4
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-142-34/+3
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* 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
OpenPOWER on IntegriCloud