aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/txp
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.Alfred Perlstein2002-03-201-41/+41
* Initialize variables before use. This was needed to pass -Werror.Jeff Roberson2002-03-191-0/+4
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis2001-12-031-1/+1
* Have the driver announce what capabilities it supports. These areJonathan Lemon2001-09-181-6/+5
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-051-17/+4
* Re-order things slightly in the RX handler for VLAN support: we needBill Paul2001-07-311-5/+4
* Remember to zero out certain things that we malloc() and/or contigmalloc().Bill Paul2001-07-271-0/+4
* Uncomment a return(ENXIO) that I commented out for debugging purposes.Bill Paul2001-07-271-3/+3
* Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphaBill Paul2001-07-231-1/+1
* AIEEE! Commit the firmware image too. *blush*Bill Paul2001-07-231-0/+5089
* Grrr. Module depends on vlan.h, and I committed the wrong versionBill Paul2001-07-231-0/+1
* You were knocked senseless by the Boomerang, spun around by the Cyclone,Bill Paul2001-07-232-0/+2593