summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing function trace for debug prints.njl2007-01-231-0/+2
* When exiting vfs_export(), delete the "export" option fromrodrigc2007-01-231-11/+31
* Remove a PCI ID entry that conflicts with the AMR driver.scottl2007-01-231-1/+0
* It seems that enabling Tx and Rx before setting descriptor DMAyongari2007-01-231-15/+17
* Clean up some of the various platform and release specific dma tagmjacob2007-01-233-47/+36
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-2219-27/+281
* Unbreak writes of 0 bytes. Zero byte writes happen when only ancillaryandre2007-01-222-2/+15
* Below is slightly edited description of the LOR by Tor Egge:kib2007-01-222-5/+41
* Add quirk for EasyMP3 EM732X usb 2.0 flash mp3 player.imp2007-01-221-0/+8
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-2115-40/+57
* Correct a logic bug in the previous change.marius2007-01-211-1/+1
* Use a printf-modifier which doesn't need a cast.netchild2007-01-211-2/+2
* - Disable the long-term load balancer. I believe that steal_busy worksjeff2007-01-201-1/+1
* Fix tinderbox build on amd64.netchild2007-01-201-2/+2
* Quiet GCC4 warnings regarding the width of printf()-arguments notmarius2007-01-201-2/+3
* The multicast hash table has 8 slots in the BCE hardware, not 4 slots likescottl2007-01-201-4/+4
* - We do need to IPI the idlethread on some systems. It may be stuck injeff2007-01-201-7/+1
* MFp4 (113077, 113083, 113103, 113124, 113097):netchild2007-01-203-17/+83
* Add macros for the individual divisor bits as some MC146818A-compatiblemarius2007-01-201-4/+7
* Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it'smarius2007-01-204-7/+7
* - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) willmarius2007-01-201-6/+6
* Fix build. chkdquot() should not return anything.delphij2007-01-201-1/+1
* Add front-ends for the 'lebuffer' variants found on some SBus cards.marius2007-01-204-2/+714
* Quota system cleanup.mpp2007-01-204-30/+41
* Ooops, fix the ratelimit.netchild2007-01-201-1/+3
* Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback.netchild2007-01-201-4/+12
* For setting the port PCnet chips must be powered down or stopped andmarius2007-01-201-7/+15
* Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works onmarius2007-01-203-3/+3
* - In tdq_transfer() always set NEEDRESCHED when necessary regardless ofjeff2007-01-201-15/+25
* Grumble- let a linux-ism slip in and had an llx whichmjacob2007-01-201-9/+12
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-207-93/+138
* - In miibus_attach() remove IFM_IMASK from the dontcare_mask of themarius2007-01-201-2/+17
* - Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations withmarius2007-01-201-3/+1
* - Change the PCI-X registers constants to be relative to the PCI-X PCIjhb2007-01-193-22/+88
* Major revamp of ULE's cpu load balancing:jeff2007-01-191-237/+290
* Remove remnants from the sparc64 origin of this file and which aremarius2007-01-191-5/+0
* Convert the remainder of the low hanging fruits regarding includingmarius2007-01-1924-139/+141
* Cope gracefully with device_get_children returning an error.imp2007-01-191-2/+5
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-187-48/+45
* A less draconian fix to the build.mjacob2007-01-181-3/+1
* - Probe the CS4231 in USIII machines.marius2007-01-181-6/+4
* Temporarily comment out the KASSERT that broke the kernel build.obrien2007-01-181-0/+2
* - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4)marius2007-01-185-42/+42
* Revise the ng_ppp(4) node, so that code flow is more clear. All non-linkglebius2007-01-181-514/+805
* Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}()marius2007-01-186-189/+0
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inmarius2007-01-185-0/+23
* On sparc64 also use the fillw() this header provides for ia64 somarius2007-01-181-2/+4
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-1828-883/+193
* Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flagskib2007-01-181-17/+46
* Set topology change propagation on all ports _except_ the caller.thompsa2007-01-181-1/+1
OpenPOWER on IntegriCloud