summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement OF_decode_addr(). This makes uart(4) work as a serialmarcel2006-12-132-16/+256
* Teach the MAC policies which utilize mbuf labeling the new syncachecsjp2006-12-133-0/+75
* Fix LOR between the syncache and inpcb locks when MAC is present in thecsjp2006-12-135-43/+122
* Add msk(4) to the list of drivers supported by GENERIC kernel.yongari2006-12-132-0/+2
* Implement bus_space_map().marcel2006-12-131-1/+2
* Add an entry for the msk(4) module.yongari2006-12-131-0/+1
* Hook up msk(4) to the build.yongari2006-12-134-0/+15
* Add msk(4), a driver for Marvell/SysKonnect Yukon II Gigabit Ethernetyongari2006-12-132-0/+6444
* - Add constants for HT PCI capability registers including the variousjhb2006-12-122-0/+51
* Give the WREG() macro the same lifetime as the REG() macro.jhb2006-12-121-3/+3
* Add some bootverbose printf's to detail how many MSI messages are allocatedjhb2006-12-121-0/+92
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-125-12/+120
* Sort function prototypes.jhb2006-12-122-2/+2
* Replace a few magic numbers.jhb2006-12-121-2/+2
* Add a function to return the MD interrupt source cookie associated withjhb2006-12-124-6/+27
* Add a comment and fix a whitespace nit.jhb2006-12-121-1/+2
* In ip6_sprintf no longer use and return one of eight static buffersbz2006-12-121-1/+3
* Correctly calculate length of IP header.glebius2006-12-121-1/+2
* 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
OpenPOWER on IntegriCloud