summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
Commit message (Expand)AuthorAgeFilesLines
...
* Update the Tigon driver to use the 12.3.18 firmware release from Alteon.wpaul2000-02-103-3604/+3738
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetwpaul2000-01-182-0/+9
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-231-9/+0
* Update the Tigon driver firmware images to the latest release fromwpaul1999-09-223-3776/+3495
* 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-1/+1
* 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
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-201-1/+1
* Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-171-1/+1
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-284-5/+5
* Minor glitch in ti_newbuf_jumbo(): m_adj() was being called onwpaul1999-08-141-3/+3
* Roar! Finish what I started last night: somehow only the header file changewpaul1999-07-271-5/+23
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocatewpaul1999-07-271-1/+2
* Make this compile on the Alpha. I'm not 100% sure about this but Ipeter1999-07-251-19/+2
* Clean up the buffer allocation code a bit. Make sure to initialize certainwpaul1999-07-232-29/+32
* Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to theirwpaul1999-07-231-2/+5
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into thesewpaul1999-07-231-4/+3
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradewpaul1999-07-234-3292/+3340
* Rename bpfilter to bpf.des1999-07-061-7/+7
* Remove ti_refill_rx_rings() and associated stuff; replace dirty RX bufferswpaul1999-07-052-77/+29
* Add a transmit descriptor usage counter and use it to absolutely,wpaul1999-06-192-4/+15
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-261-3/+2
* Fix bug that can cause transmit corruption. There are actually two 'rings'wpaul1999-05-241-3/+3
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+2
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes awpaul1999-05-033-1176/+1179
* Add a test to ti_encap() to try and prevent the transmit producer indexwpaul1999-04-291-2/+5
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-2/+6
* Remove teensy-weensy bit of debug code that crept in.wpaul1999-04-061-6/+3
* Add driver support for gigabit ethernet adapters based on the Alteonwpaul1999-04-064-0/+12497
OpenPOWER on IntegriCloud