summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ti_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
|
* unifdef INETtedu2014-12-221-3/+1
|
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
|
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
| | | | | don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@
* Split the ti(4) driver into mostly bus-agnostic code and PCI-specifickettenis2009-08-291-0/+181
attachment. Add SBus support to the bus-agnostic code.