summaryrefslogtreecommitdiff
path: root/sys/dev/txp
AgeCommit message (Expand)Author
2004-06-28Remove the setting of the pci config variables on power state changes.Warner Losh
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-07-03All current uses of pci_set_powerstate are bogus, at least in theory.Warner Losh
2003-04-16- Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-04-03Use __FBSDID rather than rcsid[].David E. O'Brien
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-04-04Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin
2002-03-20Remove __P.Alfred Perlstein
2002-03-19Initialize variables before use. This was needed to pass -Werror.Jeff Roberson
2001-12-03Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis
2001-09-18Have the driver announce what capabilities it supports. These areJonathan Lemon
2001-09-05Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis
2001-07-31Re-order things slightly in the RX handler for VLAN support: we needBill Paul
2001-07-27Remember to zero out certain things that we malloc() and/or contigmalloc().Bill Paul
2001-07-27Uncomment a return(ENXIO) that I commented out for debugging purposes.Bill Paul
2001-07-23Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphaBill Paul
2001-07-23AIEEE! Commit the firmware image too. *blush*Bill Paul
2001-07-23Grrr. Module depends on vlan.h, and I committed the wrong versionBill Paul
2001-07-23You were knocked senseless by the Boomerang, spun around by the Cyclone,Bill Paul