summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_stge.c
AgeCommit message (Expand)Author
2003-03-01Argh. Commited the wrong file.mjacob
2003-03-01Fix RFD_TCI macro.mjacob
2003-02-10Centralize the interrupt bits for the 3 registers where they are being used.christos
2003-02-10make this compile again.christos
2003-02-10Add in h/w VLAN tag support.mjacob
2002-12-23Replace magic numbers for power management control with PCI_PMCSR* macros.tsutsui
2002-10-21Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASKfair
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-10-10The flow control registers are 16 bits wide, not 32.mjacob
2001-10-06Create the Tx DMA maps with a size large enough for a jumbo Ethernetthorpej
2001-07-30Oops, make Rx interrupt deferral actually work.thorpej
2001-07-27Tell the MII layer to advertise PAUSE capability, and configurethorpej
2001-07-25Jumbo frames do not currently work (chip goes catatonic -- silicon bug?),thorpej
2001-07-25Match the Antares Gigabit Ethernet.thorpej
2001-07-25Remove a debugging #define.thorpej
2001-07-25Driver for the Sundance Tech./Tamarack TC9021 Gigabit Ethernetthorpej