summaryrefslogtreecommitdiff
path: root/sys/dev/ep
AgeCommit message (Expand)Author
2002-02-12Two fixes from Jonathan Hanna:Warner Losh
2001-11-15More devices. Obtained from NetBSD.Warner Losh
2001-11-15Migrate to PCMCIA_CARD() macrosWarner Losh
2001-11-11s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh
2001-06-05Commit part of the patch that I have for card eject problems with theWarner Losh
2001-01-21Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyWarner Losh
2001-01-07Add the 3COM ID's that I could find in the pccarddevs file that seemedPeter Wemm
2000-12-09Fixed to support 3Com 3C569B for PC-98.Yoshihiro Takahashi
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-09-20Remove 7 unnecessary includes frmo phk's scriptWarner Losh
2000-09-19Implement indirection in the pccard probe/attach. This should make itWarner Losh
2000-09-13Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.Warner Losh
2000-07-18Properly detect ISA cards in EISA mode and skip them in the ISA identifyMatthew N. Dodd
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-04-29Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-04-17Remove unloaded printf. We do this now in the newbus layer.Warner Losh
2000-03-24Fix a problem that caused TCP fragments to be lost (among other things.)Matthew N. Dodd
2000-03-13Copy how everyone else is doing packet transmission. (NetBSD mostly)Matthew N. Dodd
2000-03-13Follow the docs a bit more in epstop() with respect to delays.Matthew N. Dodd
2000-03-13Get rid of table lookup in favor of just subtracting. Everyone elseMatthew N. Dodd
2000-03-13Call epstop() in ep_attach(). While this shouldn't be necessary we'llMatthew N. Dodd
2000-01-23Fix a bug in the last commit. >> 4 instead of >> 8. *bap*Matthew N. Dodd
2000-01-23Add the ID for the 3c509-TPC.Matthew N. Dodd
2000-01-15Fix driver to restore function on 3c574 adapters. The panic onMatthew N. Dodd
2000-01-14Pre 4.0 tidy up.Peter Wemm
2000-01-12Remove a stray splx(s) call. This fixes the compiler warning.Matthew N. Dodd
2000-01-12Speedup if_start routine a little. TX threshold logic needs some moreMatthew N. Dodd
2000-01-12Fix the performance problems I caused by setting ifq_maxlen to 8.Matthew N. Dodd
2000-01-10Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BTWarner Losh
1999-12-10kill debug printf that says detachWarner Losh
1999-12-06Add defines for additional EEPROM locations and register definitions.Matthew N. Dodd
1999-12-06Whitespace cleanups.Matthew N. Dodd
1999-12-06Add a delay (per the databook) to the get_eeprom_data() loop soMatthew N. Dodd
1999-12-06Standardize device descriptions so that there is parity between PnPMatthew N. Dodd
1999-12-06Correctly implement the non-PnP enumeration of ISA board.Matthew N. Dodd
1999-12-01Fix the hang on card eject problem and maybe the hang on suspendWarner Losh
1999-11-20Kill unneeded #includes. They were left over from the short period ofWarner Losh
1999-10-29Add (untested) support for the 3C562D/3C563D. I have been unable toWarner Losh
1999-10-28Fix identify code. This also fixes the eeprom messages.Warner Losh
1999-10-28Last change to pccard_nbk now obviates the need to check the name ofWarner Losh
1999-10-27HEADS UP! All 3c5x9 users!Matthew N. Dodd
1999-10-25Add newbus attachment for pccard driver. Heavily tested by me, andWarner Losh
1999-10-02Fix includes. I missed this the first time around.Matthew N. Dodd
1999-09-26Duplicated '(' removed.Matthew N. Dodd
1999-09-26- Split out the ISA and PCCARD specific code.Matthew N. Dodd
1999-09-25Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp
1999-09-24Switch the order of a two tests so that the error actually has to occurDavid E. O'Brien
1999-09-19This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.David E. O'Brien