summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesphk2004-05-30113-1/+114
* Add missing <sys/module.h> includesphk2004-05-3014-0/+14
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-3017-2/+19
* Use a unique malloc type rather than M_DEVBUF.scottl2004-05-304-31/+35
* check interface numbersanpei2004-05-301-3/+5
* In hme_init() call mii_mediachg() to make sure the current media is set.marius2004-05-291-1/+4
* DP83840A on hme(4) don't advertise their media capabilities themselvesmarius2004-05-291-4/+11
* Spelling fix in a comment.marius2004-05-292-2/+2
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-2923-90/+27
* Move __FBSDID out from under a comment.marius2004-05-291-3/+3
* Spelling fix in a comment.marius2004-05-291-1/+1
* In axe_stop(), close the pipes before calling axe_reset(). axe_reset()iedowse2004-05-291-2/+2
* Refuse to change the configuration index if the device has openiedowse2004-05-291-2/+10
* Switch to using C99 sparse initialisers for the type methods array.rik2004-05-293-67/+27
* In subr_ndis.c, when searching for keys in our make-pretend registry,wpaul2004-05-291-3/+50
* Decrease sleep_delay default to 1 second now that the machines thatnjl2004-05-291-2/+2
* Style cleanups, don't set the device description before the probe routinenjl2004-05-293-49/+37
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-294-48/+37
* Don't assume that the current setting (_CRS) of a PCI link device isjhb2004-05-281-7/+9
* Style fixes.njl2004-05-281-56/+54
* Now that we properly disable GPEs before entering a sleep state, includingnjl2004-05-281-1/+1
* Style cleanups. "extern" is unneeded for function prototypes.njl2004-05-281-74/+68
* Update the new suspend/resume GPE methods to properly limit the GPEnjl2004-05-284-16/+65
* Pass a pointer to the sleep state instead of casting gymnastics to passnjl2004-05-281-4/+4
* Fix paste-o.njl2004-05-281-1/+1
* Attach per-device sysctls to allow users to set whether or not a givennjl2004-05-281-0/+52
* Remove a redundant include directivescottl2004-05-281-2/+0
* Fix LP64 environments: cast a pointer type to intptr_t before castingmarcel2004-05-281-2/+2
* Don't nest includes here. There's no need and the subset included is lame.imp2004-05-281-5/+0
* Include required machine/bus.himp2004-05-282-0/+3
* Define another HOTPLUG event.ps2004-05-281-0/+1
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...tackerman2004-05-2810-0/+6297
* Use rman_get_start in preference to reaching into the rman structure.imp2004-05-271-1/+1
* Restructure the wake GPE API. Now there are three functions:njl2004-05-274-186/+285
* Fixing disorder is the hardest thing in the world: Learn to sort :-)imp2004-05-271-1/+2
* POLA dictates that VLAN_MTU be enabled by default.yar2004-05-271-1/+7
* Make "envctrl" a known master driver for iicbus.joerg2004-05-271-0/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-2718-84/+50
* These are now not needed, after repo copy and conversion.imp2004-05-272-186/+0
* Sort includes, remove unnecssary ones.imp2004-05-271-10/+3
* Those sysctls shouldn't be writtable from inside a jail.pjd2004-05-261-2/+2
* Add PCI ID for via 8237.matk2004-05-261-0/+4
* It seems that clearing the MCR_IE bit in the modem control registertmm2004-05-261-22/+23
* Unbreak build ifjosef2004-05-261-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-2621-1200/+20
* Enable GPE at runtime rather than suspend time. This is to match thenjl2004-05-252-2/+6
* Teach fxp(4) to control VLAN_MTU in the hardware.yar2004-05-252-8/+17
* Set the IFCAP_VLAN_MTU bit in capenable as well.des2004-05-251-0/+1
* Set baudrate to 100 Mbps, and advertise our ability to handle extendeddes2004-05-251-1/+7
* Round #1 of improving pcf(4).joerg2004-05-254-320/+645
OpenPOWER on IntegriCloud