aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Don't read the PCI config space during mii operations. Instead save whetherDoug Ambrisko2002-08-192-3/+9
* Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESSPoul-Henning Kamp2002-08-191-3/+0
* Use uhci_pci_match to return the device description and rework theJosef Karthauser2002-08-181-28/+22
* Add a comment to remind that uhci_pci_match will never return NULL.Josef Karthauser2002-08-181-6/+11
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-183-9/+9
* Consolidate the device recognition code.Josef Karthauser2002-08-181-57/+4
* Revert change to detect multiply PHYs in mii code. There might be casesDoug Ambrisko2002-08-161-0/+5
* UHCI_DEBUG -> USB_DEBUG.Josef Karthauser2002-08-151-1/+1
* Improve handling of TX errors. Early reports indicate that thisMike Silbersack2002-08-152-13/+28
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().Alan Cox2002-08-102-6/+3
* Fixes for the D-Link DFE-580 card.Doug Ambrisko2002-08-072-83/+111
* Use new interface for ether_input().Luigi Rizzo2002-08-071-13/+4
* Make sure to set the DMA transfer length register, plus oneMike Silbersack2002-08-051-1/+6
* Use m_getcl() to allocate mbuf+cluster for the receive ring.Luigi Rizzo2002-08-041-25/+9
* Repond properly to NGM_TEXT_CONFIG messages.Poul-Henning Kamp2002-08-041-0/+1
* Make sure to set both sets of registers which control the RX and TX bufferMike Silbersack2002-07-312-0/+49
* If we get 0xffff back when reading the status register, assume the cardJohn Baldwin2002-07-301-0/+5
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,Alan Cox2002-07-212-0/+4
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.John Baldwin2002-07-191-0/+27
* - Use more correct values to initialize the AGP controller during setup.John Baldwin2002-07-171-6/+21
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-142-0/+4
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-132-0/+6
* Fix if_timer logic to make sure that there is always a timeoutLuigi Rizzo2002-06-302-10/+8
* Fix if_timer logic to make sure that there is always a timeoutLuigi Rizzo2002-06-301-6/+6
* Make sure that if_timer does not get reset if there are packetsLuigi Rizzo2002-06-302-19/+11
* catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.Alfred Perlstein2002-06-291-2/+2
* Remove a couple of __P() stragglers.Peter Wemm2002-06-291-2/+2
* catch up with mextadd callback taking a void argument instead of a caddr_t.Alfred Perlstein2002-06-291-2/+2
* remove or replace caddr_t with void.Alfred Perlstein2002-06-281-2/+2
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-264-5230/+6591
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-023-3/+3
* Enhance the use of the watchdog timer in this driver so that it willMike Silbersack2002-05-151-4/+3
* Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139John Baldwin2002-05-062-1/+9
* Add suspend/resume code mostly merged from fxp/rl driver.Mitsuru IWASAKI2002-05-062-0/+88
* Don't grab the lock until somewhat later in attach to avoid a lockPoul-Henning Kamp2002-05-031-6/+7
* Move us yet closer to IFM_* definitions in NetBSD.Poul-Henning Kamp2002-04-291-6/+6
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-282-5/+5
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Redo the pps bit to avoid digging into the private bits of the timecounter.Poul-Henning Kamp2002-04-261-4/+2
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-2/+8
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantsSemen Ustimenko2002-04-192-2334/+0
* Add DEVICE_POLLING support to the "rl" driver.Luigi Rizzo2002-04-162-6/+73
* Fix some nits in AMD AGP driver. Remove excess malloc and move a bzeroColeman Kane2002-04-151-10/+3
* Nortel Networks sells a RealTek 8139-based NIC that's basicallyBill Paul2002-04-112-0/+7
* Teach the rlphy driver how to do parallel link detection. If the link partnerBill Paul2002-04-071-0/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-0412-13/+26
* smbus_alloc_bus is not part of the smbus interface anymoreNicolas Souchu2002-03-231-3/+7
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-233-187/+1070
* Remove __P.Alfred Perlstein2002-03-2018-627/+603
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work tooPeter Wemm2002-03-191-1/+1