aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add suspend/resume code mostly merged from fxp/rl driver.Mitsuru IWASAKI2002-05-062-0/+88
* Add another Askey ISA modem ID.David Malone2002-05-061-0/+1
* No longer attempt to power off the ACLINK during suspend - luigiOrion Hodson2002-05-051-3/+0
* When a program launched on the local console exits, the shell willMaxime Henrion2002-05-041-1/+2
* Do not call nge_tick() if we get an PHY interrupt, nge_tick() callsPoul-Henning Kamp2002-05-041-3/+11
* Increase gigE negotiation timeout to 17 seconds.Poul-Henning Kamp2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-0417-372/+125
* Fix a memory-leak when configuring a vnode backed md(4) device fails.Poul-Henning Kamp2002-05-031-13/+16
* Don't grab the lock until somewhat later in attach to avoid a lockPoul-Henning Kamp2002-05-031-6/+7
* The first argument of pgsigio() is now struct sigio **.Seigo Tanimura2002-05-031-1/+1
* bzero out the sync command buffer when sending commands. This was causingScott Long2002-05-032-5/+13
* MFNetBSD:Josef Karthauser2002-05-021-1/+4
* Make em driver compilable on IA64/alpha.Prafulla Deuskar2002-05-021-4/+4
* Add missing UNLOCKsJulian Elischer2002-05-021-1/+9
* If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bitMatt Jacob2002-05-011-6/+23
* Add an epic_stats_update() function (called once per second). Even thoughSemen Ustimenko2002-05-011-9/+27
* MII_TICK handlers need not restart aneg on these PHYs, they behave prettySemen Ustimenko2002-05-012-109/+55
* Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,Peter Wemm2002-05-011-0/+3
* makeobjops.awk is stricter on syntax than the perl version.David E. O'Brien2002-05-011-1/+1
* Remove the trailing ^M's. makeobjops.awk does not like them.David E. O'Brien2002-05-013-153/+147
* Fix a bug where the aacp device would only talk to bus 0 on theScott Long2002-04-301-7/+5
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-301-2/+0
* Need more includes.Julian Elischer2002-04-301-0/+2
* Add the extra argument to mtx_init()Julian Elischer2002-04-301-1/+2
* skibo tells me that that I didn't apply all of his last patch, andWarner Losh2002-04-301-1/+1
* - Set the maximum number of device transactions to what the driverPaul Saab2002-04-291-7/+73
* We don't need the card_if.h here. It breaks the building of kernelsWarner Losh2002-04-291-7/+2
* splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp isWarner Losh2002-04-291-1/+1
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-2921-239/+160
* Some non-functional changes to make the differences between NetBSD'sJosef Karthauser2002-04-291-31/+35
* Regen after rev.1.89 of usbdevs.Maxim Sobolev2002-04-292-2/+2
* Change Device ID string for DaisyTech devices to be more sensible.Maxim Sobolev2002-04-291-1/+1
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy toPoul-Henning Kamp2002-04-293-10/+45
* Convert exphy and ukphy over to the new code.Poul-Henning Kamp2002-04-293-61/+10
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-2925-388/+64
* Move a lot closer to NetBSDs MII support for GigE.Poul-Henning Kamp2002-04-297-290/+247
* Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.Warner Losh2002-04-291-1/+1
* Make sysctl RWWarner Losh2002-04-291-4/+4
* Moving closer to being able to use NetBSD's generic mii_set_media()Poul-Henning Kamp2002-04-293-20/+141
* Untimeout before calling timeout. I think that I have caught all the casesWarner Losh2002-04-292-3/+7
* Edging ever closer to NetBSD...Poul-Henning Kamp2002-04-293-12/+11
* Move us yet closer to IFM_* definitions in NetBSD.Poul-Henning Kamp2002-04-292-8/+8
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-2924-359/+354
* add a missing \n to an unregister failure messageCameron Grant2002-04-281-1/+1
* recognise ct5880-eCameron Grant2002-04-281-1/+7
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-2811-43/+43
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-2819-24/+29
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-2817-67/+21
* Use generic MII #defines instead of private ones when the registersPoul-Henning Kamp2002-04-282-169/+67
* Merge in rev 1.9 from NetBSD.Poul-Henning Kamp2002-04-281-3/+81