Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-15 | Handle Alias named objects, return original object | Jordan Hargrave | |
Clear out result before evaluating | |||
2008-05-15 | Hook up mkboot(8). | Mark Kettenis | |
2008-05-15 | Add mkboot(8), a utility to make U-Boot images. | Mark Kettenis | |
2008-05-15 | Add socppc. | Mark Kettenis | |
2008-05-15 | Install bootloader in /usr/mdec. | Mark Kettenis | |
2008-05-15 | Fix typo. | Mark Kettenis | |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl | |
2008-05-15 | Avoid 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. Noted | Marcus 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-14 | Determine boot device from arguments passed by the bootloader. | Mark Kettenis | |
2008-05-14 | Comment out option PCIVERBOSE on the floppies for now, to let them fit | Miod Vallat | |
after the code increase caused by the recent acpi changes, until a better compromise is found. | |||
2008-05-14 | Parse arguments passed by the bootloader and take appropriate action. | Mark Kettenis | |
2008-05-14 | Add a '.text' to make sure we understand IDTVEC()'s are in the text | Tobias Weingartner | |
segment. kettenis@ ok. miod@ pointed out that the define already does a '.text', this makes it explicit. | |||
2008-05-14 | only compile aml_dump() if option ACPI_DEBUG. | Miod Vallat | |
2008-05-14 | Let this build and link if SMALL_KERNEL. | Miod Vallat | |
2008-05-14 | Get memory size and base address of internal memory mapped registers from | Mark Kettenis | |
firmware instead of hardcoding them. | |||
2008-05-14 | Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and | Miod Vallat | |
sgi. | |||
2008-05-14 | Make all 128MB of memory available (except for the first three pages used | Mark Kettenis | |
for the exception vectors). | |||
2008-05-14 | Add cmpci(4) and uncomment the eap(4) MIDI attachment. | Brad Smith | |
ok jakemsr@ | |||
2008-05-14 | These files are not used (and some of them would not compile anyway). | Miod Vallat | |
2008-05-14 | Removed debugging printfs | Jordan Hargrave | |
2008-05-14 | Clean up a bit. | Brad Smith | |
ok jordan@ | |||
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave | |
Old guts of code still exists, needs to be torn out next ok marco@ ok brad@ | |||
2008-05-14 | Add missing splnet around mii_tick(). | Brad Smith | |
ok dlg@ | |||
2008-05-14 | Add the Altima AC1003 PCI id. | Brad Smith | |
ok dlg@ | |||
2008-05-14 | regen | Brad Smith | |
2008-05-14 | Add the vendor id for Solarflare Communications and some product ids | Brad Smith | |
for 10Gb chipsets. | |||
2008-05-14 | recognize some more events | joshua 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-14 | Remove the duplicate Billionton id. | Brad Smith | |
2008-05-14 | regen | Brad Smith | |
2008-05-14 | Remove the duplicate Billionton product id named SnapPort which is | Brad Smith | |
the same as the USB2AR product id and was placed separately further down. | |||
2008-05-14 | regen | Brad Smith | |
2008-05-14 | Add the CONWISE Technology vendor id and the CW6622 product id. | Brad Smith | |
From Jason George | |||
2008-05-13 | Fix chrtoblktbl[] entries. | Miod Vallat | |
2008-05-13 | Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1. | Miod Vallat | |
ok kettenis@ | |||
2008-05-13 | Meaningful panic messages; ok kettenis | Miod Vallat | |
2008-05-13 | don't grab the receive lock in nfs_rcvlock if the reply has | Thordur 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-13 | The driver is called lii, not atl2. Change function and variable names to | Joel Sing | |
match. go go go dlg@ | |||
2008-05-13 | regen | Brad Smith | |
2008-05-13 | Add the Altima AC1003 PCI id. | Brad Smith | |
2008-05-13 | Adding changes for new parser | Jordan Hargrave | |
ok marco@ | |||
2008-05-13 | regen | Brad Smith | |
2008-05-13 | Remove some duplicate entries for Intel 10Gb and ICH10 E1000 adapters | Brad Smith | |
that were not in numerial order. | |||
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith | |
ok dlg@ | |||
2008-05-13 | Since Ethernet links can only be full duplex or half duplex the link | Brad 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-13 | Use the LINK_STATE_IS_UP macro when checking for the link being UP. | Brad Smith | |
ok dlg@ | |||
2008-05-13 | Also report the duplex state of the connection when calling | Brad Smith | |
if_link_state_change() which is always full duplex for tht(4). ok dlg@ | |||
2008-05-12 | Fix device reference counting. Now that we try to support detachable | Kenneth 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-12 | Provide a real getsecs() implementation. | Mark Kettenis | |