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