summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tlreg.h
Commit message (Expand)AuthorAgeFilesLines
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-5/+0
* - Fixup locking and mark MPSAFE.jhb2005-09-151-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+1
* Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead ofbrooks2002-10-211-1/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-0/+4
* Make some small performance tweaks to the tl driver. This should hopefullywpaul1999-09-191-3/+30
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert the ThunderLAN driver to miibus. This took me a while because Iwpaul1999-08-271-254/+3
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into thesewpaul1999-07-231-3/+2
* Convert the ThunderLAN driver to newbus. Also add splimp() protection towpaul1999-07-221-1/+4
* Insert ifmedia_set() that I forgot and put in the vtophys() hack forwpaul1999-03-311-1/+7
* Various updates for the ThunderLAN driver:wpaul1999-03-301-37/+24
* Increase the size of the tx and rx rings from 10 to 20 descriptorswpaul1998-10-311-4/+4
* Overhaul the ThunderLAN driver. This update includes the followingwpaul1998-09-231-230/+131
* Updates for the ThunderLAN driver:wpaul1998-08-031-1/+1
* Declare pointers to CSR register space to be volatile. This seems towpaul1998-07-131-9/+106
* Remove 2.2.x compatibility code and #ifdefs. Once the shakedown periodwpaul1998-05-221-4/+1
* Don't use __FreeBSD_version explicitly - none of the otherjkh1998-05-211-2/+2
* Add Texas Instruments TNET100 'ThunderLAN' PCI NIC driver to the tree.wpaul1998-05-211-0/+826
OpenPOWER on IntegriCloud