summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
Commit message (Expand)AuthorAgeFilesLines
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-12/+11
* s/driver/device/ for config file lineimp2003-11-061-1/+1
* Change config file syntax to be less FreeBSD 3.ximp2003-11-051-1/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Add a tiny bit more delay in the xl_mii_sync function; this is necessarysilby2003-09-291-0/+2
* - Avoid calling pci_get_device() more than once in a single function.mdodd2003-09-141-22/+39
* Report media status for bitrate PHYs.mdodd2003-08-231-0/+8
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory.mux2003-07-271-5/+2
* Support for large frames for VLANs was added by tweaking the packet sizewpaul2003-07-101-7/+45
* - Ensure that the busdma API won't do deferred loads by using themux2003-07-041-9/+9
* Due to extreme bogusness in the pci bus layer, these drivers wereimp2003-07-031-2/+2
* Mega busdma API commit.scottl2003-07-011-3/+6
* Modify the xl_reset() routine slightly so that, if we're using memorywpaul2003-06-291-0/+10
* Use __FBSDID().obrien2003-06-111-1/+0
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-211-1/+1
* Revise attach/detach resource cleanupnjl2003-04-171-10/+17
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-10/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+4
* Correct maxsize/maxsegsz parameters to bus_dma_tag_create().mux2003-04-091-6/+4
* Fix up callers of xl_encap so that they handle a failure responsesilby2003-04-081-3/+10
* Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for themux2003-04-051-2/+21
* Add missing ()'s so that these drivers all compile again.jhb2003-03-311-1/+1
* Clean up locking and resource management for pci/if_*njl2003-03-311-113/+103
* Fix up the long mbuf chain recovery code to use m_defrag; the oldsilby2003-03-291-19/+8
* Make sure to free the correct resources when the card fails to attachsilby2003-03-191-0/+8
* Instead of relying on a compile time define to determine whether the xlsilby2003-03-181-37/+33
* Fix bug introduced in 1.130. For the < MHLEN case, we shouldbmilekic2003-03-041-1/+1
* Make xl use m_getcl() to allocate an mbuf and a cluster in one shot,bmilekic2003-02-221-19/+5
* Fix panic on sparc64 introduced in my last commit. I reallymux2003-02-191-5/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* - Fix mbuf leak when we successfully allocate a new mbuf but fail tomux2003-02-181-6/+17
* Remove the now unused sys/malloc.h header.mux2003-01-241-1/+0
* Correctly identify the 3C920B chipset; although it may ship with some Nforce2silby2003-01-221-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Complete the support of the on-board xl(4) on nVidia nForce2 mobo's.obrien2003-01-191-0/+3
* Make the xl driver work on sparc64:tmm2003-01-191-67/+99
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-121-0/+2
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-101-1/+1
* o Only try to recopy the mbuf into an mbuf cluster ifmux2003-01-071-13/+22
* Ooops, use the full name of XL_FLAG_EEPROM_OFFSET_30silby2003-01-061-1/+1
* Add support for the 3c555 miniPCI chipset.silby2003-01-061-1/+8
* Add two MII_SETs to provide a bit more time between operations insilby2003-01-061-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Leave only one of the two $FreeBSD$ tag, and use __FBSDID().mux2002-12-301-6/+3
* Fix bug with 3c90xB cards and newer. We weren't trying tomux2002-12-181-39/+14
* Convert the xl(4) driver to the busdma API. This should makemux2002-12-171-139/+279
* o track either_ifattach/ether_ifdetach API changessam2002-11-141-18/+7
* Add some magic bits necessary to turn the transmitter on for somesilby2002-10-221-0/+7
OpenPOWER on IntegriCloud