summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add VidzMedia MonsterTV (MPEG video/TV capture box).jb2003-09-243-2/+22
* _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying togrehan2003-09-241-2/+2
* By not setting No_CRC in the Mode Control Register, we must alsops2003-09-231-1/+1
* Adjust the kmapentzone limit so that it takes into account the size ofsilby2003-09-231-1/+3
* update to reflect PFIL_HOOKS api changessam2003-09-232-7/+32
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-2314-234/+425
* Fix a bug in arplookup(), whereby a hostile party on a locallybms2003-09-231-6/+14
* Avoid NULL pointer dereferencing in modlist_lookup2().fjoe2003-09-231-1/+1
* Don't return to search another ports even if bus_space_map() fails.nyan2003-09-235-6/+6
* Initialize iobase, bsh and bst.nyan2003-09-231-0/+4
* Compare base address instead of bus_handle.nyan2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-2311-51/+17
* Remove unneeded includes.nyan2003-09-231-5/+0
* Use bus_space_map() to initialize a bus_handle.nyan2003-09-235-9/+17
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-238-13/+102
* Be more careful in dumpconf: softc may be NULL for departing devices.phk2003-09-231-3/+6
* Grrr...add the Skinny alias code forgotten in the last commit.marcus2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-236-1/+30
* Change the handling of the kernel and kmem objects in vm_map_delete(): Inalc2003-09-231-23/+18
* Oops. back out last commit. The data and stack limits are used by thepeter2003-09-231-2/+2
* Fix patch transcription typo. s/IDT_BPT/IDT_BP/peter2003-09-231-1/+1
* From the Broadcom Eratta:ps2003-09-231-2/+1
* Sync with i386 version. The quality initialization was missing and somepeter2003-09-232-5/+2
* add lockingsam2003-09-232-65/+104
* GC unused child variablepeter2003-09-231-2/+1
* MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcibpeter2003-09-232-51/+64
* Move basemem variable into global scope so that the MP startup code canpeter2003-09-222-1/+4
* While cleaning out my tree, fix another strict alias warning that wouldpeter2003-09-221-1/+1
* Increase the default data size limit from 512MB to 8GB. Increase defaultpeter2003-09-221-2/+2
* MFi386 rev 1.51 by scottl: make dflt_lock() always panic.peter2003-09-221-4/+0
* MFi386 rev 1.53 by scottl: Allocate the S/G list in the tag, not onpeter2003-09-221-27/+32
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dontpeter2003-09-223-0/+10
* MFi386 rev 1.105 by jhb: fix comment typopeter2003-09-221-1/+1
* MFi386 rev 1.256 by jhb: remove redundant #include <sys/sysctl.h>peter2003-09-221-2/+0
* MFi386 rev 1.25 by jhb: add new MSR's and some missing older ones andpeter2003-09-221-3/+25
* MFi386 rev 1.55 by sam: remove unused #define BUS_DMAMAP_NSEGSpeter2003-09-221-2/+0
* MFi386 rev 1.37: constant-friendly bswap macrospeter2003-09-221-4/+70
* MFi386: pci_cfgreg.h rev 1.10 by jhb/des/njl. Fix CONF1_ENABLE_MSK.peter2003-09-221-1/+1
* MFCi386: trap.c rev 1.257 by bde. Don't forget to reenable interruptspeter2003-09-221-0/+1
* MFi386 by jhb: add acpi_SetDefaultIntrModel();peter2003-09-222-0/+14
* MFi386 by jhb: use symbolic constants for the IDT entries.peter2003-09-223-22/+45
* MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAYpeter2003-09-222-3/+19
* Microoptimization to allow the compiler to evaluate ntohl() etc onpeter2003-09-221-4/+49
* Simplify the KOBJOPLOOKUP macro for the non-debug case so that gcc'speter2003-09-221-7/+13
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.tmm2003-09-222-6/+6
* Previous commit contained too-smart-for-its-own-good code that mightdes2003-09-221-8/+9
* Fake multi-cpu statistics for proc/stat by dividing the totals by thedes2003-09-221-5/+18
* Soften assert in pmap_remove_all.grehan2003-09-223-12/+75
* ATAng requires <sys/taskqueue.h>grehan2003-09-222-0/+2
* Sony PEGA-WL110 Wireless LANimp2003-09-221-0/+1
OpenPOWER on IntegriCloud