summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4: 92972, 98913 + one more changebz2006-12-1224-181/+297
* Fix a potential point of confusion. Art Ironport we've seen this end upjulian2006-12-121-3/+6
* Fix support for certain 575x/578x chips. This consists of the following:scottl2006-12-122-35/+274
* workaround kernel malloc's brittlenesskmacy2006-12-121-1/+8
* In FreeBSD, we don't need sc_power callbackkevlo2006-12-121-1/+1
* - provide a more informative panic if mdesc_update() failskmacy2006-12-121-7/+10
* - remove vestigial reference to mra[i]kmacy2006-12-121-17/+33
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* These days P2P means peer-2-peer (also well known from serveral filesharingthompsa2006-12-114-25/+25
* NetApp filers return corrupt post op attrs in the wcc on NFS error responses.mohans2006-12-111-1/+8
* Fix distorted sound on ASUS P1-AH2 caused by accumulated input / output.ariff2006-12-111-0/+10
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-1129-2/+50
* - Correct collision counter for BCM5705+. This register is read/clear.jkim2006-12-111-10/+13
* o Add support code for newer Marvell PHYs.yongari2006-12-111-127/+213
* Add additional Marvell PHY registers.yongari2006-12-111-0/+10
* Add a bunch of new Marvell PHY ids.yongari2006-12-111-0/+14
* style(9)yongari2006-12-111-5/+4
* defer all processing to a full fledged thread.alfred2006-12-114-180/+209
* make size of pad non-zero so that trap-tracing code doesn't overwrite thekmacy2006-12-111-1/+1
* Teach the brgphy about some new Broadcom IDs.scottl2006-12-112-0/+3
* replace if_watchdog w/ a private calloutsam2006-12-112-12/+11
* drop softc lock when passing rx frames up the stacksam2006-12-111-0/+3
* split wi_start int locked+unlocked variants and use the unlockedsam2006-12-112-9/+15
* nuke compatibility cruftsam2006-12-112-41/+0
* KTR entry contained invalid context reference - ifdef outkmacy2006-12-101-1/+2
* Back out revision 1.264.bms2006-12-101-12/+5
* Fix AD1986A (and possibily other codecs too) microphone issues.ariff2006-12-101-3/+38
* remove more uses of trap_conversion to get more meaningful trap messageskmacy2006-12-101-11/+14
* Remember to include isp_library.o when building an isp module.mjacob2006-12-101-1/+1
* Make cam_xpt's pronouncements match camcontrolmjacob2006-12-101-1/+1
* Make MAXPHYS and DFLTPHYS options (finally).mjacob2006-12-102-0/+17
* Do explicit bounds checking as a function of the actual size of thekmacy2006-12-101-1/+1
* better handle the case of hw.physmemstart being hw.physmem not being set,kmacy2006-12-101-1/+2
* The MODULE_NAME should "ispfw" unless overriden, not "isp".mjacob2006-12-101-1/+1
* Remove dependency on ispfw and firmware as modules.mjacob2006-12-102-7/+2
* Add hw.physmemstart loader variable to enable the user to specify the addresskmacy2006-12-101-11/+20
* Make mpt_pci depend on pci and mpt_cam depend on CAM.mjacob2006-12-102-0/+2
* As Bernd Walter points out, the rlphy is used for more things thanimp2006-12-101-1/+0
* Fix handling of the hw.physmem loader variable use real_phys_avail[] whichkmacy2006-12-091-34/+29
* - Fix headphone/speakers automute on Lenovo 3000 N100.ariff2006-12-091-47/+74
* Remove unused variable in unionfs_root().rodrigc2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorrodrigc2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()rodrigc2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.rodrigc2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overrodrigc2006-12-091-2/+3
* - remove restriction on OFW kernel allocations being 4Mkmacy2006-12-091-54/+99
* Minor cleanup. If we are doing a mount update, and we pass inrodrigc2006-12-091-4/+8
* clarify a comment slightlymjacob2006-12-091-1/+1
* Find another spot where tagged command queueing gotmjacob2006-12-091-2/+7
* Fix an oscure bug triggered by a recent change in kern_socket.c.luigi2006-12-081-1/+9
OpenPOWER on IntegriCloud