summaryrefslogtreecommitdiffstats
path: root/sys/dev/txp/if_txp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* network interface driver changes:sam2002-11-141-28/+12
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-41/+41
* Initialize variables before use. This was needed to pass -Werror.jeff2002-03-191-0/+4
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* Have the driver announce what capabilities it supports. These arejlemon2001-09-181-6/+5
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-17/+4
* Re-order things slightly in the RX handler for VLAN support: we needwpaul2001-07-311-5/+4
* Remember to zero out certain things that we malloc() and/or contigmalloc().wpaul2001-07-271-0/+4
* Uncomment a return(ENXIO) that I commented out for debugging purposes.wpaul2001-07-271-3/+3
* Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphawpaul2001-07-231-1/+1
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-231-0/+1930
OpenPOWER on IntegriCloud