summaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Fix mmap security hole from NetBSD. Change the prototype of mmapWarner Losh1998-11-292-2/+2
* MFC: Adaptec NICs are really Cogent NICs.Mike Smith1998-11-281-1/+2
* MFC: add missing 'else' to xl_attach()Bill Paul1998-11-181-3/+3
* Oops. Tag this file again for RELENG_2_2, this time on the correctJohn Polstra1998-11-131-795/+1254
* Re-add these files to RELENG_2_2 after deleting the original tag.John Polstra1998-11-131-1/+1
* This file is forgotten to be removed from RELENG_2_2Semen Ustimenko1998-11-101-380/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-11-041-0/+406
* MFC: enlarge descriptor rings and fix rx init routine.Bill Paul1998-10-312-8/+8
* MFC: close PR #8409Bill Paul1998-10-221-3/+3
* MFC: close PR #8384Bill Paul1998-10-222-23/+39
* MFC: change to less aggressive transmit queueing strategy.Bill Paul1998-10-192-20/+23
* Brought in change from rev 1.57: clear out tx desc memory in fxp_attach.David Greenman1998-10-111-1/+2
* Brought in fix from rev 1.56: fixed mbuf leak in fxp_stop().David Greenman1998-10-101-5/+9
* MFC: add support for 100baseFX/SC boardBill Paul1998-10-092-3/+6
* MFC: fix updating of tx queue tail pointer in tl_start().Bill Paul1998-10-081-2/+3
* MFC: use PIO mode by default to pacify broken laptop docking stations.Bill Paul1998-10-041-2/+9
* Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRICBill Paul1998-09-262-64/+73
* MFX: patches for ifmedia_set() panic and watchdog timeout problem, andBill Paul1998-09-252-25/+36
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-09-242-0/+3644
* bring DUMMYNET and BRIDGE support into -stableLuigi Rizzo1998-09-172-19/+63
* MFC: add check for wedged transmitted in xl_start(), cancel autonegBill Paul1998-09-081-4/+68
* MFC: avoid trap 12 due to NULL pointer dereference in TX error handler.Bill Paul1998-09-061-3/+4
* MFC: call tulip_init() correctly.Jordan K. Hubbard1998-09-051-2/+2
* MFC: update mediacheck routine to handle bad xcvr value in EEPROM, addBill Paul1998-09-042-19/+44
* MFC: fix small printf() bogonBill Paul1998-09-011-3/+3
* MFC: correctly handle ENOBUFS conditionBill Paul1998-08-311-12/+27
* MFC: change autoneg timeout from 3 seconds to 5.Bill Paul1998-08-301-3/+3
* Add XL driver and man page to the 2.2 branch.Bill Paul1998-08-243-81/+69
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-08-242-0/+3458
* Fix typo that prevented BT849 cards from being identified.Dag-Erling Smørgrav1998-08-161-1/+1
* MFC: work with PCNet PCI chips that only behave for us in ISA mode.Mike Smith1998-07-201-2/+5
* MFC: Correct checksum calculation in the case where we loop.Justin T. Gibbs1998-07-161-4/+8
* asm->__asmJustin T. Gibbs1998-07-074-11/+11
* MFC: Attempt to read SEEPROM contents in both 93c46 and 93c56/66 modes.Justin T. Gibbs1998-07-061-21/+41
* MFC (revision 1.65 and 1.66; Add NEC PC-98 chipsets).KATO Takenori1998-06-171-1/+13
* MFC: part of Peter's recent commit that fixed the problemSteve Price1998-06-131-4/+4
* MFC: {r1.12} Fix typo in printf().Joseph Koshy1998-06-081-1/+1
* MFC: Return error when controller time out, and be less chatty duringEivind Eklund1998-06-021-2/+2
* MFC - DPT driver from current.Justin T. Gibbs1998-05-121-159/+195
* Add support for extracting the bus, device, and function from a pcici_t.Justin T. Gibbs1998-05-063-3/+50
* Add support for Compaq ProLiant 1200 host to PCI bridgeStefan Eßer1998-03-261-1/+19
* MFC: use correct copyrights.Jordan K. Hubbard1998-03-232-12/+46
* PR: i386/6040Daniel O'Callaghan1998-03-171-1/+2
* Add PCI LKM support. Drivers that want to be loadable need to call the newStefan Eßer1998-03-073-336/+427
* Added support for the DPT driver.Julian Elischer1998-03-063-240/+192
* Brought in changes from rev 1.50/1.12: additional PHY support.David Greenman1998-03-032-2/+15
* MFC: latest bt848 driver (now that I have one of these boards to test with)Jordan K. Hubbard1998-03-022-22/+41
* MFC: update to proper major number and correct style.Jordan K. Hubbard1998-03-021-4/+8
* Merge 1.60.Satoshi Asami1998-03-011-1/+11
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-02-281-0/+524