summaryrefslogtreecommitdiffstats
path: root/sys/dev/txp
Commit message (Expand)AuthorAgeFilesLines
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-18/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* 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
* AIEEE! Commit the firmware image too. *blush*wpaul2001-07-231-0/+5089
* Grrr. Module depends on vlan.h, and I committed the wrong versionwpaul2001-07-231-0/+1
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-232-0/+2593
OpenPOWER on IntegriCloud