Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi | 2021-03-07 | 1 | -7/+3 | |
| | |||||
* | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | 2015-11-24 | 1 | -3/+1 | |
| | |||||
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | 2015-11-24 | 1 | -2/+1 | |
| | |||||
* | Fewer <netinet/in_systm.h> | 2014-08-11 | 1 | -6/+2 | |
| | |||||
* | Most network drivers include netinet/in_var.h, but apparently they | 2013-08-07 | 1 | -2/+1 | |
| | | | | | don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@ | ||||
* | add sys/timeout.h | 2006-06-17 | 1 | -1/+2 | |
| | |||||
* | Do not reset the board, for it will not keep the interrupt configuration the | 2006-05-30 | 1 | -6/+2 | |
| | | | | BIOS configured it in; from NetBSD via Andrew Daugherity. | ||||
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a | 2005-11-21 | 1 | -2/+2 | |
| | | | | | userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | ||||
* | Prettier dmesg on vortexes. | 2004-10-29 | 1 | -1/+4 | |
| | |||||
* | network drivers don't need to include bpfdesc.h | 2004-05-12 | 1 | -2/+1 | |
| | | | | ok krw@ canacar@ | ||||
* | now that epconfig() prints stuff another new way fix the dmesg print again. also reclaim resources on failures and etc | 2003-01-10 | 1 | -16/+14 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | |||||
* | allow a little more time for reset and match TCM5098 (from NetBSD pr's | 2001-09-18 | 1 | -2/+5 | |
| | | | | 13947 and 13948). | ||||
* | proper irq printout (like other busses) | 2001-03-09 | 1 | -3/+4 | |
| | |||||
* | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | 2000-05-29 | 1 | -1/+4 | |
| | |||||
* | Add support for more 3com cards. William Yodlowsky <wyodlows@route1.nj.devry.edu> and me. -moj | 2000-03-13 | 1 | -3/+12 | |
| | |||||
* | Added if_media support from NetBSD. -moj | 1998-09-19 | 1 | -1/+2 | |
| | |||||
* | change missed by fgsch, tsk tsk tsk | 1998-09-11 | 1 | -2/+2 | |
| | |||||
* | clean dmesg | 1998-02-26 | 1 | -3/+3 | |
| | |||||
* | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | 1997-07-30 | 1 | -8/+29 | |
| | | | | Some KNF too. | ||||
* | Adaption to new bus.h from NetBSD. Various driver has been updated to | 1996-11-28 | 1 | -11/+12 | |
| | | | | | NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | ||||
* | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | 1996-11-12 | 1 | -1/+1 | |
| | | | | possibly taken in small steps | ||||
* | sync 0521 | 1996-05-26 | 1 | -9/+8 | |
| | |||||
* | sync with 0504 -- prototypes and bus.h | 1996-05-07 | 1 | -11/+19 | |
| | |||||
* | add general ether_ioctl call in net/if_ethersubr.c, | 1996-05-05 | 1 | -5/+0 | |
| | | | | | | NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | ||||
* | prettier printf messages | 1996-05-03 | 1 | -6/+4 | |
| | |||||
* | if_ep splitup | 1996-05-02 | 1 | -0/+171 | |