Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix this so LINT compiles. There is no way this could have worked if | peter | 2000-01-29 | 1 | -5/+5 |
| | | | | | | tested with LINT. I've put back netatm/kern_include.h and maked it with a fixme!, otherwise NETISR_ATM isn't defined as ATM_KERNEL isn't defined. Defining that exposes a whole bunch of other dependencies.. :-( | ||||
* | Redo the intrq.c idea as | brian | 2000-01-27 | 1 | -5/+62 |
| | | | | int family_enqueue(sa_family_t, struct mbuf *); | ||||
* | Move the *intrq variables into net/intrq.c and unconditionally | brian | 2000-01-24 | 1 | -0/+60 |
include this in all kernels. Declare some const *intrq_present variables that can be checked by a module prior to using *intrq to queue data. Make the if_tun module capable of processing atm, ip, ip6, ipx, natm and netatalk packets when TUNSIFHEAD is ioctl()d on. Review not required by: freebsd-hackers |