summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2008-05-15Handle Alias named objects, return original objectJordan Hargrave
Clear out result before evaluating
2008-05-15Hook up mkboot(8).Mark Kettenis
2008-05-15Add mkboot(8), a utility to make U-Boot images.Mark Kettenis
2008-05-15Add socppc.Mark Kettenis
2008-05-15Install bootloader in /usr/mdec.Mark Kettenis
2008-05-15Fix typo.Mark Kettenis
2008-05-15divert for ipv6; ok henning, pyrMarkus Friedl
2008-05-15Avoid clearing the port enable bit when bringing the port out of reset.Mark Kettenis
Makes the on-board ehci(4) on the Freescale MPC8349E work. ok jsg@
2008-05-15#ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. NotedMarcus Glocker
by miod@. Fix some spacing while there.
2008-05-15- Use pci_matchbyid().Brad Smith
- Simplify the use of pci_mapreg_map(). ok jsing@
2008-05-14Determine boot device from arguments passed by the bootloader.Mark Kettenis
2008-05-14Comment out option PCIVERBOSE on the floppies for now, to let them fitMiod Vallat
after the code increase caused by the recent acpi changes, until a better compromise is found.
2008-05-14Parse arguments passed by the bootloader and take appropriate action.Mark Kettenis
2008-05-14Add a '.text' to make sure we understand IDTVEC()'s are in the textTobias Weingartner
segment. kettenis@ ok. miod@ pointed out that the define already does a '.text', this makes it explicit.
2008-05-14only compile aml_dump() if option ACPI_DEBUG.Miod Vallat
2008-05-14Let this build and link if SMALL_KERNEL.Miod Vallat
2008-05-14Get memory size and base address of internal memory mapped registers fromMark Kettenis
firmware instead of hardcoding them.
2008-05-14Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc andMiod Vallat
sgi.
2008-05-14Make all 128MB of memory available (except for the first three pages usedMark Kettenis
for the exception vectors).
2008-05-14Add cmpci(4) and uncomment the eap(4) MIDI attachment.Brad Smith
ok jakemsr@
2008-05-14These files are not used (and some of them would not compile anyway).Miod Vallat
2008-05-14Removed debugging printfsJordan Hargrave
2008-05-14Clean up a bit.Brad Smith
ok jordan@
2008-05-14Adding new ACPI Parser codeJordan Hargrave
Old guts of code still exists, needs to be torn out next ok marco@ ok brad@
2008-05-14Add missing splnet around mii_tick().Brad Smith
ok dlg@
2008-05-14Add the Altima AC1003 PCI id.Brad Smith
ok dlg@
2008-05-14regenBrad Smith
2008-05-14Add the vendor id for Solarflare Communications and some product idsBrad Smith
for 10Gb chipsets.
2008-05-14recognize some more eventsjoshua stein
hook up the volume keys to actually do stuff; from Stefan Kempf use aml_freevalue to properly free memory in all cases; prodded by deanna
2008-05-14Remove the duplicate Billionton id.Brad Smith
2008-05-14regenBrad Smith
2008-05-14Remove the duplicate Billionton product id named SnapPort which isBrad Smith
the same as the USB2AR product id and was placed separately further down.
2008-05-14regenBrad Smith
2008-05-14Add the CONWISE Technology vendor id and the CW6622 product id.Brad Smith
From Jason George
2008-05-13Fix chrtoblktbl[] entries.Miod Vallat
2008-05-13Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1.Miod Vallat
ok kettenis@
2008-05-13Meaningful panic messages; ok kettenisMiod Vallat
2008-05-13don't grab the receive lock in nfs_rcvlock if the reply hasThordur I. Bjornsson
already been received while we slept. prevents processes from monopolising the lock. From FreeBSD; ok blambert@ tested by johan@ and a few others
2008-05-13The driver is called lii, not atl2. Change function and variable names toJoel Sing
match. go go go dlg@
2008-05-13regenBrad Smith
2008-05-13Add the Altima AC1003 PCI id.Brad Smith
2008-05-13Adding changes for new parserJordan Hargrave
ok marco@
2008-05-13regenBrad Smith
2008-05-13Remove some duplicate entries for Intel 10Gb and ICH10 E1000 adaptersBrad Smith
that were not in numerial order.
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
ok dlg@
2008-05-13Since Ethernet links can only be full duplex or half duplex the linkBrad Smith
state reporting code in the MII layer / em(4) and vge(4) will never fall back to the point of only reporting the link as being UP without the duplex setting being reported, so simplify the code a bit here. ok dlg@
2008-05-13Use the LINK_STATE_IS_UP macro when checking for the link being UP.Brad Smith
ok dlg@
2008-05-13Also report the duplex state of the connection when callingBrad Smith
if_link_state_change() which is always full duplex for tht(4). ok dlg@
2008-05-12Fix device reference counting. Now that we try to support detachableKenneth R Westerback
tape drives it is nice not to crash if one is detached. Basically use a consistant mechanism modelled on sd to lookup devices and do the device reference increments and decrements. Problem reported (PR#5811) and fix tested by Jozef Hatala. Still some corner cases Jozef is looking for but we'll fix those as discovered.
2008-05-12Provide a real getsecs() implementation.Mark Kettenis