summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-07-04Add an Abocom adapter.augustss
2001-07-04*sigh* and return 0 if we don't match the podule.bjh21
2001-07-04Remember to include <dev/podulebus/powerromreg.h>.bjh21
2001-07-04Better fix for rev 1.94 (disable UDMA for SiS controllers with rev 0xd0):bouyer
2001-07-04Null a pointer on error return.augustss
2001-07-04Add support for Oak and HCCS SCSI cards fitted with PowerROMs. Since thisbjh21
2001-07-04Remove mistaken commit of "ethsc" reference.bjh21
2001-07-04Don't print the module description, since it doesn't mean much.ad
2001-07-04podulebus and podloader are now MI.bjh21
2001-07-04Add dummy "podloader" functions on arm32, and move their declarations to the MIbjh21
2001-07-04Move "podulebus" and "podloader" declarations up into files.podulebus.bjh21
2001-07-04g/c WE_FLAGS_*, use DP8390_FORCE_{8|16}BIT_MODE instead WE_FLAGS_*jdolecek
2001-07-02add MEMORY_DISK_DYNAMIC option. if enable MEMORY_DISK_DYNAMIC, fileuch
2001-07-02performance improvement in fwohci_pkt_get() for asynchronous read.onoe
2001-07-02set/reset low level receive handler according to IFF_UP flag of networkonoe
2001-07-02fix typo: CLear -> Clearonoe
2001-07-02FW_DEBUG only: move descriptor dump from DPRINTFN(1) to DPRINTFN(2).onoe
2001-07-01Remove unneeded include files. From Onno van der Linden.thorpej
2001-07-01Make mhzc_alloc_ethernet search the right address range.uwe
2001-07-01Jumbo patch:gmcgarry
2001-07-01Garbage-collect unneeded rnd.h include.gmcgarry
2001-06-30Split the receive interrupt handler into two versions, one for thethorpej
2001-06-30Install "dev/tc/sfbreg.h" which is required for building the Alpha X11tron
2001-06-30IFM_1000_TX -> IFM_1000_T, as (breifly) discussed on tech-net.bjh21
2001-06-30Sync the Tx descriptors pre- and post- on the Tigon 2.thorpej
2001-06-30When we're done setting up the General Information Block, sync it.thorpej
2001-06-30Add macros to sync the various bits of the DMA'd control data.thorpej
2001-06-30Use macros (like those in every other network driver I have written)thorpej
2001-06-30Split the tx-end-of-frame routine into Tigon 1 and Tigon 2 verions,thorpej
2001-06-30Split the transmit encap routine into two versions: one for the Tigon 1thorpej
2001-06-30Move the `ti_tx_ring_nic' pointer out of the ring-data structurethorpej
2001-06-30When a transmit is complete, sync (and unload!!) the DMA map usedthorpej
2001-06-30Move the Tigon/Tigon2 firmware, version 12.4.13+wpaul, to athorpej
2001-06-30Update for D-Link ST201 change.thorpej
2001-06-30Regen.thorpej
2001-06-30Change the DLINK ST-201 entry, add more Sundance/DLINK Gig-Ethorpej
2001-06-29Correct spelling of media in the product names.thorpej
2001-06-29In the `copy small' path, make sure to align the payload.thorpej
2001-06-29Fixes to make if_fw work:onoe
2001-06-29regenchristos
2001-06-29PR/13337: de SAINT LEGER Rodolphe: Add support for the cn40bc ne clone.christos
2001-06-29Protect to call fw_start() recursively.onoe
2001-06-29Experimental support for LEAP, which is cisco's implementation of IEEE802.11onoe
2001-06-29Add some additional values to the keyvalue list from draft specs as some roms...jmc
2001-06-28Add iha(4)tsutsui
2001-06-28simplify and localize to access sc_intmask in fwohci_event_thread().onoe
2001-06-28Simplify to update sc_intmask in fwohci_intr().onoe
2001-06-28FW_DEBUG: split debug printf in fwohci_intr() and fwohci_phy_input() intoonoe
2001-06-28Do not re-enable the driver after resume if the interface is marked down.onoe
2001-06-28Do not re-enable after resume if interface is marked down.onoe