summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* Don't print 'unknown id' in the ep_pccard_identify routine. It isimp2005-01-201-2/+1
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-206-33/+33
* Only attach to network functions.imp2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-066-6/+6
* Remove duplicate $FreeBSD$imp2004-07-223-9/+0
* Minor style nitimp2004-07-221-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-6/+4
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.ru2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* MFp4:imp2003-11-021-6/+14
* MFp4:imp2003-11-021-1/+3
* MFP4:imp2003-11-021-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Pass sc to GO_WINDOW macro.imp2003-10-266-26/+24
* Minor style nits suggested by sam and mdodd:imp2003-10-254-26/+33
* Whole grab-bag of changes:imp2003-10-257-208/+216
* Fix mismerge from one tree to another: add (imp2003-10-231-1/+1
* Learn basic C.imp2003-10-231-2/+3
* Finish the removal of the bst/bsh confusion.imp2003-10-191-10/+10
* Fix LINT build by correcting a missed change.bms2003-10-191-1/+1
* Don't confuse tags and handles.imp2003-10-191-2/+2
* Fix a typo. The module has the EISA front-end commented out, therefore thebms2003-10-181-1/+1
* Transition to using bus_space macros rather than the inb/outb/etc.imp2003-10-185-126/+142
* Style fixes of the whitespace variety. Fix long lines and tabs.markm2003-08-303-69/+102
* Use __FBSDID().obrien2003-08-245-0/+15
* Use bus_child_present() to make sure the card is still there before callingcognet2003-08-191-1/+2
* 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
OpenPOWER on IntegriCloud