summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-05-29Add embedded controller support.Can Erkin Acar
2006-05-29Fix a memory overrun in the aml parser code.Can Erkin Acar
2006-05-29formattingBrad Smith
2006-05-29fetch the beep clock frequency (we'll need it to compute the audio frequency ...Jason Wright
2006-05-29Make sure all physical addresses are filled in the qTD even when we haveChristopher Pascoe
2006-05-28Miscellaneous fixes.Kenneth R Westerback
2006-05-28Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an emptyChristopher Pascoe
2006-05-28- force the maximum receivable frame size down to 1518 bytes forBrad Smith
2006-05-28placeholder driver for the bbc,beep device. should be straightforwardJason Wright
2006-05-28This commit changes the interpret_sense routine for st to catch theBob Beck
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
2006-05-28In the absence of a coherent concept of 'RAW' tape devices, pass allKenneth R Westerback
2006-05-28Whack a 'control device' leftover. Actually save the new density, etc.Kenneth R Westerback
2006-05-28minor nit, use CPU ID instead of FPU ID for BTLB parameters after passingMartin Reindl
2006-05-28make sure the IMR values are visible when we drop back into the promJason Wright
2006-05-28oops, nuke debugging stuffJason Wright
2006-05-28- Implement schizo_intr_map (mainly to | in the agentid).Jason Wright
2006-05-28Remove obvious EST table dupe: Pentium M 733 and Pentium M 773 (VID #H),Dimitry Andric
2006-05-28junk to read and write configuration pages.David Gwynne
2006-05-28We don't have 'control devices' for st. Nor are we likely to get anyKenneth R Westerback
2006-05-28back out my last commit. art pointed out that sysctl cannot sleep whenDavid Gwynne
2006-05-28ST_NEW_MOUNT was set/reset in a number of places but only examined insideKenneth R Westerback
2006-05-28Can't call directly back into the prom if we "exit" at the rootJason Wright
2006-05-28Change the timedelta sensor descritpion so that the first four bytes containMarc Balmer
2006-05-28don't #undef SDMMC_DEBUGUwe Stuehler
2006-05-28- if the "upa-portid" property doesn't exist, try "portid" (schizo)Jason Wright
2006-05-28sync, enable and move twe(4) out from untested on alphaMartin Reindl
2006-05-28Fix open(2) semantics for ch(4) to not be completely on fresh minty crack:Bob Beck
2006-05-28Support for standard SD host controllers like the Ricoh 5C822, a smallUwe Stuehler
2006-05-28Add PCATCH to tsleep flags when a scsi command is waiting for an openingBob Beck
2006-05-28make the ISR bits visible so we can poll them in cngetc (w/out cnpollc).Jason Wright
2006-05-28Allow len == 1 in systrace_fname(), so systraced processes can proceedPedro Martelletto
2006-05-28Actually remove the device id from events.Michael Knudsen
2006-05-28unbrek tree by syncing protoypes to hotplug.cHenning Brauer
2006-05-28remove the dev/isa/isavar.h include, as it is not neededFelix Kronlage
2006-05-28remove sc_ic member from struct com_softc as it is not used anywhereFelix Kronlage
2006-05-28Remove device id from hotplug events.Michael Knudsen
2006-05-28do not print "root on ..." twice for the -a case, also cope with systemsTheo de Raadt
2006-05-28Configure network devices at ipl 3, not ipl 1.Miod Vallat
2006-05-28always set if_hardmtu.Brad Smith
2006-05-28Remove dead code; free commit on behalf of dlg@Uwe Stuehler
2006-05-28Use TEST_READY_RETRIES_TAPE instead of TEST_READY_RETRIES_DEFAULT,Kenneth R Westerback
2006-05-28more fallout from the sensors: Every single ramdisk got broken.Theo de Raadt
2006-05-28Use bit 23 of the device minor to indicate a control mode device. AKenneth R Westerback
2006-05-28don't hardcode the iova... it uses the same scheme as the sbus machinesJason Wright
2006-05-28formattingJason Wright
2006-05-28Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCASTClaudio Jeker
2006-05-28Spacing in vfs_sysctl()Pedro Martelletto
2006-05-28Nuke unused VFSGEN_MAXID definePedro Martelletto
2006-05-28intrducing device type DV_SENSOR turned out to be a bad idea as itHenning Brauer