aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_cbus.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup resource allocation code a bit. Store the rids on theWarner Losh2009-04-201-5/+4
* Establish the interrupt handler AFTER we successfully attach. We needWarner Losh2009-04-181-5/+8
* Provide a generic ifmedia set of routines as a fallback. TheWarner Losh2009-04-071-1/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Initialize the port_bst and port_bsh variables.Yoshihiro Takahashi2006-02-211-0/+2
* Have a function pointer to the routine to call for writing an mbufWarner Losh2006-01-271-4/+8
* Make device_detach methods really work.Ruslan Ermilov2005-09-141-1/+1
* Add back dropped if_media.h includeWarner Losh2005-08-301-0/+1
* Finish conversion to bus space and make ed MP safe.Warner Losh2005-08-281-6/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-11/+8
* Move the harvesting of the MAC address out of the generic novell probeWarner Losh2005-02-141-1/+3
* Since we no longer use kvtop, we no longer need machine/md_var.hWarner Losh2005-02-091-1/+0
* Minor style cleanup. Get rid of extra {}, extra blank lines and someWarner Losh2005-02-091-131/+67
* o Remove ifdef PC98, since this file has diverged quite a bit fromWarner Losh2005-02-091-134/+59
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.Warner Losh2005-02-081-1/+1
* Make it possible to unload ed. Move the ed_pccard_detach routine toWarner Losh2005-02-081-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix build error with ED_DEBUG.Yoshihiro Takahashi2004-11-101-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-10-151-3/+3
* Don't use pessimal (u_short) types for i/o ports. This is mainly forBruce Evans2003-08-061-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-4/+4
* Fix printf format error.Yoshihiro Takahashi2003-02-241-6/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Remove __P.Alfred Perlstein2002-03-201-17/+17
* Minor newbus/style(9) cleanups.Warner Losh2000-12-261-18/+16
* Remove unnecessary includes found by phk's script. I've been buildingWarner Losh2000-12-131-1/+0
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatMike Smith2000-10-151-1/+1
* - Fixed the conversion to bus_space interface.Yoshihiro Takahashi2000-08-171-0/+1759