| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup resource allocation code a bit. Store the rids on the | Warner Losh | 2009-04-20 | 1 | -5/+4 |
| * | Establish the interrupt handler AFTER we successfully attach. We need | Warner Losh | 2009-04-18 | 1 | -5/+8 |
| * | Provide a generic ifmedia set of routines as a fallback. The | Warner Losh | 2009-04-07 | 1 | -1/+2 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Initialize the port_bst and port_bsh variables. | Yoshihiro Takahashi | 2006-02-21 | 1 | -0/+2 |
| * | Have a function pointer to the routine to call for writing an mbuf | Warner Losh | 2006-01-27 | 1 | -4/+8 |
| * | Make device_detach methods really work. | Ruslan Ermilov | 2005-09-14 | 1 | -1/+1 |
| * | Add back dropped if_media.h include | Warner Losh | 2005-08-30 | 1 | -0/+1 |
| * | Finish conversion to bus space and make ed MP safe. | Warner Losh | 2005-08-28 | 1 | -6/+8 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -11/+8 |
| * | Move the harvesting of the MAC address out of the generic novell probe | Warner Losh | 2005-02-14 | 1 | -1/+3 |
| * | Since we no longer use kvtop, we no longer need machine/md_var.h | Warner Losh | 2005-02-09 | 1 | -1/+0 |
| * | Minor style cleanup. Get rid of extra {}, extra blank lines and some | Warner Losh | 2005-02-09 | 1 | -131/+67 |
| * | o Remove ifdef PC98, since this file has diverged quite a bit from | Warner Losh | 2005-02-09 | 1 | -133/+58 |
| * | use fixed types for the calls to ed_pio_readmem, ed_pio_writemem. | Warner Losh | 2005-02-08 | 1 | -1/+1 |
| * | Make it possible to unload ed. Move the ed_pccard_detach routine to | Warner Losh | 2005-02-08 | 1 | -0/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Fix build error with ED_DEBUG. | Yoshihiro Takahashi | 2004-11-10 | 1 | -1/+1 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -1/+1 |
| * | Add Allied Telesis SIC-AT boards support. | Takeshi Shibagaki | 2003-10-15 | 1 | -3/+3 |
| * | Don't use pessimal (u_short) types for i/o ports. This is mainly for | Bruce Evans | 2003-08-06 | 1 | -1/+1 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+3 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -4/+4 |
| * | Fix printf format error. | Yoshihiro Takahashi | 2003-02-24 | 1 | -6/+6 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -17/+17 |
| * | Minor newbus/style(9) cleanups. | Warner Losh | 2000-12-26 | 1 | -18/+16 |
| * | Remove unnecessary includes found by phk's script. I've been building | Warner Losh | 2000-12-13 | 1 | -1/+0 |
| * | Network modules are all "if_foo" not "foo". Avoid the confusing spew that | Mike Smith | 2000-10-15 | 1 | -1/+1 |
| * | - Fixed the conversion to bus_space interface. | Yoshihiro Takahashi | 2000-08-17 | 1 | -0/+1759 |