summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_cbus.c
Commit message (Expand)AuthorAgeFilesLines
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Initialize the port_bst and port_bsh variables.nyan2006-02-211-0/+2
* Have a function pointer to the routine to call for writing an mbufimp2006-01-271-4/+8
* Make device_detach methods really work.ru2005-09-141-1/+1
* Add back dropped if_media.h includeimp2005-08-301-0/+1
* Finish conversion to bus space and make ed MP safe.imp2005-08-281-6/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-11/+8
* Move the harvesting of the MAC address out of the generic novell probeimp2005-02-141-1/+3
* Since we no longer use kvtop, we no longer need machine/md_var.himp2005-02-091-1/+0
* Minor style cleanup. Get rid of extra {}, extra blank lines and someimp2005-02-091-131/+67
* o Remove ifdef PC98, since this file has diverged quite a bit fromimp2005-02-091-134/+59
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.imp2005-02-081-1/+1
* Make it possible to unload ed. Move the ed_pccard_detach routine toimp2005-02-081-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix build error with ED_DEBUG.nyan2004-11-101-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Add Allied Telesis SIC-AT boards support.shiba2003-10-151-3/+3
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-061-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-4/+4
* Fix printf format error.nyan2003-02-241-6/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Remove __P.alfred2002-03-201-17/+17
* Minor newbus/style(9) cleanups.imp2000-12-261-18/+16
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-131-1/+0
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-151-1/+1
* - Fixed the conversion to bus_space interface.nyan2000-08-171-0/+1759
OpenPOWER on IntegriCloud