summaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.179:Robert Watson2004-01-171-1/+5
* MFC 1.190: better device description strings.John Polstra2003-08-181-23/+41
* MFC: Add a new device ID.Maxime Henrion2003-06-121-0/+1
* MFC 1.151: Correct names for fxp devices. Sort data by devid inJohn Polstra2003-04-051-20/+20
* MFC: rev 1.146 Add some new PCI device ID'sMIHIRA Sanpei Yoshiro2003-01-281-0/+1
* MFC: properly fix the occassional random crash issue that revisionIan Dowse2002-11-132-31/+24
* MFC: 1.142; make a dependence on undefined hardware behaviourIan Dowse2002-11-061-1/+14
* MFC: rev 1.140 Add some new PCI device ID'sPaul Saab2002-09-241-0/+4
* MFC 1.136 and 1.137Luigi Rizzo2002-08-091-59/+66
* MFC: whitespace commit, fix indentation in fxp_intr_bodyLuigi Rizzo2002-07-291-94/+94
* backout previous change, it was not completely correct andLuigi Rizzo2002-07-091-3/+2
* MFC 1.131: fix timer logic to make sure that a timeout is alwaysLuigi Rizzo2002-07-081-2/+3
* MFC rev 1.131 - add another chip rev.Mike Silbersack2002-07-031-0/+1
* MFC: Add device ID for fxp core on newer Intel P4 motherboards.Doug Ambrisko2002-06-061-0/+1
* MFC rev 1.128Mike Silbersack2002-02-111-4/+0
* MFC: device polling code for RELENG_4.Luigi Rizzo2002-02-092-2/+74
* MFC: r1.127; move sysctl_ctx initialization up earlier.Jonathan Lemon2002-01-241-1/+1
* MFC: r1.126; reprogram the multicast filter on initialization, instead ofJonathan Lemon2002-01-091-34/+57
* You cannot declare a function __inline *after* you have called it!Peter Wemm2001-12-191-11/+2
* By loud (and maybe popular) demand, back out the device polling code,Luigi Rizzo2001-12-081-59/+4
* Make sure interrupts remain disabled once you reinitialize an interfaceLuigi Rizzo2001-12-051-0/+9
* MFC: Make vlan(4) devices loadable, unloadable, and clonable.Brooks Davis2001-12-041-14/+3
* Fix obvious style bugs introduced in previous DEVICE_POLLING commit.Peter Wemm2001-12-041-8/+9
* As approved by the Release Engineer, here comes the code for pollingLuigi Rizzo2001-12-041-2/+56
* MFC; sync to -current. Brings in ucode support, dynamic sysctls, andJonathan Lemon2001-11-023-35/+211
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-11-011-0/+1129
* MFC: r1.117; enable eeprom workaround for defective ICH2/ICH2M chips.Jonathan Lemon2001-08-312-24/+132
* MFC: r1.116; ensure device is in d0 powerstate when resuming from suspend.Jonathan Lemon2001-07-251-25/+34
* MFC: r1.114, r1.115; check for possible card ejection, additional gateJonathan Lemon2001-07-251-5/+15
* MFC: workaround for 10Mb/s bug. This may not solve the SCB timeout problemJonathan Lemon2001-06-082-17/+44
* MFC; correct support for fxp with 503 SEEQ phy.Jonathan Lemon2001-05-152-2/+2
* Sync to -current, apparently some things got left out in the initial commit:Jonathan Lemon2001-05-143-32/+148
* Bring the new fxp driver into -stableJonathan Lemon2001-05-133-148/+32
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-05-132-0/+2261
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-03-201-0/+151
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-133-2521/+0
* Make the fxp driver work on alpha, rather than panic the machine on bootAndrew Gallatin1999-09-303-30/+19
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-12/+0
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()Bill Paul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.Bill Paul1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingDavid E. O'Brien1999-09-201-1/+1
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.Peter Wemm1999-09-062-1/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-8/+8
* Fix two warnings.Peter Wemm1999-05-091-1/+5
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-162-59/+132
* Turn on PCI bus mastering in driver attach routineWes Peters1999-03-201-1/+10
* MF22... add bridging support to the device drivers. Without thisLuigi Rizzo1999-03-171-18/+43
* Improved reporting of autodetected speed and duplex.Julian Elischer1999-02-121-21/+48