summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-58/+56
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-141-6/+1
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-2/+2
* Big round of minor updates:wpaul2001-02-211-3/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-8/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-041-3/+3
* Fix a couple of cases where I tried to release the I/O space resource twicewpaul2000-11-021-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-23/+36
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-20/+0
* Depend on miibus.peter2000-04-291-0/+2
* Fix the tl driver so it doesn't run off the end of the RX descriptor listwpaul2000-01-151-7/+14
* Change contigmalloc() lower memory bound from 1MB to 0 to improvewpaul1999-09-251-1/+1
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-231-10/+1
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()wpaul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-201-2/+2
* Grrr. Okay, changing the devnames was a bad idea. Put them back the waywpaul1999-09-201-1/+1
* Fix the strings in the driver_t structs so that they match the new nameswpaul1999-09-201-1/+1
* Goofed and didn't change the second DRIVER_MODULE() linking these withobrien1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-201-1/+1
* Make some small performance tweaks to the tl driver. This should hopefullywpaul1999-09-191-39/+30
* Add a pointer to "controller miibus0" for people who will not read thepeter1999-09-081-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Make some cleanups related to miibus.wpaul1999-08-271-47/+21
* Convert the ThunderLAN driver to miibus. This took me a while because Iwpaul1999-08-271-624/+112
* Some more small newbus cleanups. Remember to free all resources in casewpaul1999-07-231-29/+18
* Well, it seems that loading a PCI driver module after the system haswpaul1999-07-221-1/+4
* Convert the ThunderLAN driver to newbus. Also add splimp() protection towpaul1999-07-221-81/+162
* Rename bpfilter to bpf.des1999-07-061-7/+7
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itpeter1999-07-021-5/+5
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-6/+6
* Tweak the Macronix driver to hopefully make it more reliable:wpaul1999-05-061-3/+3
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-2/+6
* Insert ifmedia_set() that I forgot and put in the vtophys() hack forwpaul1999-03-311-2/+3
* Various updates for the ThunderLAN driver:wpaul1999-03-301-92/+86
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-011-2/+3
* When selecting the correct EEPROM offset to use for probing the stationwpaul1999-01-261-3/+3
* Fix the tl_start() routine; sometimes the tl_tx_tail pointer was notwpaul1998-12-291-3/+3
* probe function changed from returning char * to const char *.dillon1998-12-141-4/+4
* Silence gcc -Wall -ansi -pedantic.wpaul1998-12-101-53/+53
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+4
* Add sanity check to foo_start() routines: in the unlikely (thoughwpaul1998-12-051-2/+8
OpenPOWER on IntegriCloud