summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* solid reports that it is buggy *and* that it slows down transmitsilby2004-03-191-0/+20
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-1723-86/+70
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-1413-63/+2
* Recognise the 82845G AGP bridge, and poke it appropriately atpeadar2004-03-131-0/+5
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-1112-12/+0
* Device megapatch 4/6:phk2004-02-213-0/+6
* Device megapatch 1/6:phk2004-02-212-4/+0
* This is not a D_TTY driver.phk2004-02-151-1/+0
* Fix multicast and promiscuous mode handling for Yukon devices.wpaul2004-01-211-50/+101
* Calculate the right register offset when clearing TX buffer pointerwpaul2004-01-211-1/+2
* Replace calls to vm_page_alloc_contig() by calls to contigmalloc().alc2004-01-131-7/+6
* Some integrated Davicom cards in sparc64 boxes have an all zerosmux2004-01-081-0/+18
* The transmit frame status is stored in the last transmit descriptor for thetruckman2004-01-082-3/+5
* Fix detection of RealTek 8129 PCI cards. Apparently, these cardswpaul2004-01-021-1/+2
* Vastly improve performance of IRQ handling on stopped interfaces withphk2003-12-252-0/+5
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* Attempt to get the short cable fix to work better on the if_sis:phk2003-12-121-17/+26
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-0810-54/+56
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-072-2375/+0
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)sanpei2003-12-062-0/+3
* Fixed some minor indentation bugs.bde2003-12-021-12/+12
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-021-17/+8
* correct typo in interrupt handling for the 2nd port of 2-port cardssam2003-11-291-1/+1
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-283-0/+3
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-1424-1/+68
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-1410-41/+30
* reconst poisonimp2003-11-141-10/+10
* Try to create some sort of consistency in how the routings to find theobrien2003-11-1311-122/+119
* Add vendor ID to make Marvell chipset work. E.g. to be foundwilko2003-11-122-0/+10
* - Disable AGP on ALI chipsets if aperture size is 0.anholt2003-11-112-0/+9
* Ahh, the joys of badge engineering. Tell the sk driver that thepeter2003-11-072-0/+16
* 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
* Free major#100phk2003-11-031-2/+0
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-033-3/+0
* Correct the spelling of m_devget() in the sysctl variable description.ru2003-11-021-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-3114-104/+93
* mark interrupt handlers MPSAFEsam2003-10-291-1/+1
* Add simple support for AGP 3.0 including enabling 8x mode. The simplejhb2003-10-231-13/+108
* Use a switch statement on the devid instead of if-else for determing whichjhb2003-10-231-6/+18
* Const poison crc routines (why these aren't centralized, I'm not sure).imp2003-10-231-9/+9
* Fix m_head handling in sis_encap so that the correct mbuf is always handedsilby2003-10-191-9/+8
* Fix a problem where m_defrag would allocate a new mbuf to replace thesilby2003-10-191-8/+8
* Sanitize the code relating to the /dev/ti%d entries. In particular evictphk2003-10-101-68/+6
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersmbr2003-10-052-12/+37
* Make the i810 AGP device create a "drmsub" child device. This will be attachedanholt2003-10-021-2/+31
* Add a tiny bit more delay in the xl_mii_sync function; this is necessarysilby2003-09-291-0/+2
* Add missing file, it is sorely needed to make if_sk.c compile again.wilko2003-09-201-0/+171
* Add support for SK-9521 V2.0 and 3COM 3C940.wilko2003-09-202-178/+812
* Remove jumbo buffer #defines that I ended up not needing.wpaul2003-09-191-8/+0
OpenPOWER on IntegriCloud