summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
AgeCommit message (Expand)Author
2005-12-28clear IFF_RUNNING here to get a full re-init.Brad Smith
2005-12-28using the PCI capability register to check for PCI-X mode doesn't get the exp...Brad Smith
2005-12-28Fix bge_eeprom_getbyte() to return 1 when timeout happens.Brad Smith
2005-12-28eliminate the last few quirk flags.Brad Smith
2005-12-12If a PCI-X card is detected then set bge_pcix.Brad Smith
2005-12-11recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000Brad Smith
2005-12-10re-add bge_shutdown() but also register the function withBrad Smith
2005-12-09remove unused function bge_shutdown().Brad Smith
2005-12-09some cleaning and fixing of comments.Brad Smith
2005-12-08- Enable the buffer manager on 5705 and newer ASICs.Brad Smith
2005-12-08This makes bge(4) only look for a PHY at id 1 as done by Broadcom'sBrad Smith
2005-12-08eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs onBrad Smith
2005-12-08add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs.Brad Smith
2005-11-29Put this back in...Brad Smith
2005-11-28back out the last 2 commits to bge(4) for now.Brad Smith
2005-11-27Use pci_get_capability() to check if were on a PCI Express card or not.Brad Smith
2005-11-27add initial support for ASF.Brad Smith
2005-11-25fix BCM5714 PCI id name and add 5714S, 5715 and 5715S.Brad Smith
2005-11-25Use BGE_IS_5705_OR_BEYOND macro to check for the existence or non-existenceBrad Smith
2005-11-25remove prototype for a non-existent function bge_free_jumbo_mem.Brad Smith
2005-11-25Use BGE_IS_JUMBO_CAPABLE in one more spot.Brad Smith
2005-11-25use 5780 here instead of 5714.Brad Smith
2005-11-25don't bother setting error in bge_attach() when its not actuallyBrad Smith
2005-11-25Use BGE_IS_575X_PLUS macro when checking whether to use the PCI Express test ...Brad Smith
2005-11-25Use BGE_IS_JUMBO_CAPABLE macro to figure out whether weBrad Smith
2005-11-24add a few macros allowing selection of certain generations ofBrad Smith
2005-11-24don't redefine BGE_PCIMISCCTL_ENDIAN_WORDSWAP and lower the delay whileFederico G. Schwindt
2005-11-19Correct a performance bug from Bill Paul's original FreeBSD bge(4) driver:Brad Smith
2005-11-14bus_size_t is a more proper type for a register offset [against bh]Michael Shalayeff
2005-10-21tidy up dmesg printing.Brad Smith
2005-10-14only print warning message in bge_stop_block() if debug is enabled.Brad Smith
2005-10-14sprinkle some ANSI and KNF and remove an empty useless function.Brad Smith
2005-10-14shuffle these structs up to the top.Brad Smith
2005-10-10splimp -> splnetBrad Smith
2005-10-09BGE_RSLOTS is only used in one spot, BGE_TX_RING_CNTBrad Smith
2005-10-09- move bus_dmamap_load_mbuf() to where it should be in bge_newbuf_std()Brad Smith
2005-10-06change "pcistate failed to revert" test message to a debug printf.Brad Smith
2005-10-06add Apple BCM5701Brad Smith
2005-09-08- Removes spl durring attachBrad Smith
2005-08-30- add BCM5780 PCI idsBrad Smith
2005-08-27recognize 5752 A1 ASIC rev.Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-25don't bother with printf in *_jalloc()Brad Smith
2005-07-20remove some unused code.Brad Smith
2005-07-16remove braces here tooBrad Smith
2005-07-14More bge ids, found in Broadcom's Linux driver. ok brad@Jonathan Gray
2005-07-09remove braces hereBrad Smith
2005-07-07check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl.Brad Smith
2005-07-06allow bge(4) to receive Jumbos by default.Brad Smith
2005-07-02add support for PCI-E 5752 core and recognize a few additionalBrad Smith