aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti
Commit message (Expand)AuthorAgeFilesLines
* Initialize/grab the mutex earlier in the attach phase, so thatBill Paul2000-12-041-3/+3
* Change MEXTADD usage to pass the two new arguments.Bosko Milekic2000-11-111-1/+1
* (Introduce something sitting in my repo for 3 weeks now...)Bosko Milekic2000-10-212-24/+11
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Use device_get_nameunit(dev) as the mutex string when callingBill Paul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. ThisBill Paul2000-10-132-18/+35
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-17/+1
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-192-71/+13
* Add support for the Netgear GA620T copper gigabit card.Bill Paul2000-08-022-1/+8
* Use a custom Tigon 2 firmware image, hopefully temporarily. This isBill Paul2000-07-261-1683/+1728
* Tweak probe message so that 1000baseSX and 1000baseT cards areBill Paul2000-07-201-2/+2
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICBill Paul2000-07-204-2427/+3229
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-6/+3
* use contigfree() rather than free() to free memory allocated withAndrew Gallatin2000-07-081-4/+6
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/Peter Wemm2000-05-281-3/+3
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-5/+5
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-17/+0
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportBill Paul2000-04-243-1813/+1819
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-271-36/+61
* Update Tigon firmware yet again, this time to version 12.3.20.Bill Paul2000-03-183-1589/+1593
* Update the Tigon driver to use the 12.3.18 firmware release from Alteon.Bill Paul2000-02-103-3604/+3738
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetBill Paul2000-01-182-0/+9
* As suggested by phk, unconditionalize BPF support in these drivers. SinceBill Paul1999-09-231-9/+0
* Update the Tigon driver firmware images to the latest release fromBill Paul1999-09-223-3776/+3495
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()Bill Paul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.Bill Paul1999-09-201-1/+1
* Grrr. Okay, changing the devnames was a bad idea. Put them back the wayBill Paul1999-09-201-1/+1
* Fix the strings in the driver_t structs so that they match the new namesBill Paul1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingDavid E. O'Brien1999-09-201-1/+1
* Remember to account for ETHER_ALIGN when setting the maxmimum packetBill Paul1999-09-171-1/+1
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-5/+5
* Minor glitch in ti_newbuf_jumbo(): m_adj() was being called onBill Paul1999-08-141-3/+3
* Roar! Finish what I started last night: somehow only the header file changeBill Paul1999-07-271-5/+23
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocateBill Paul1999-07-271-1/+2
* Make this compile on the Alpha. I'm not 100% sure about this but IPeter Wemm1999-07-251-19/+2
* Clean up the buffer allocation code a bit. Make sure to initialize certainBill Paul1999-07-232-29/+32
* Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to theirBill Paul1999-07-231-2/+5
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into theseBill Paul1999-07-231-4/+3
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradeBill Paul1999-07-234-3292/+3340
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-7/+7
* Remove ti_refill_rx_rings() and associated stuff; replace dirty RX buffersBill Paul1999-07-052-77/+29
* Add a transmit descriptor usage counter and use it to absolutely,Bill Paul1999-06-192-4/+15
* Allow chipset drivers to specify the direct-mapped DMA window's mask inAndrew Gallatin1999-05-261-3/+2
* Fix bug that can cause transmit corruption. There are actually two 'rings'Bill Paul1999-05-241-3/+3
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-6/+2
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes aBill Paul1999-05-033-1176/+1179
* Add a test to ti_encap() to try and prevent the transmit producer indexBill Paul1999-04-291-2/+5
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-2/+6