summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-05-24- Enable userland to read(2) video stream from /dev/video.Marcus Glocker
2008-05-24SDEV_UMASS devices skip the mode page dance to set blksize. So initializeKenneth R Westerback
2008-05-24Attach to "FJSV,su", which is the name used for serial ports on the SPARCMark Kettenis
2008-05-24iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC ...Mark Kettenis
2008-05-24Strip off Ethernet CRC; makes dhclient shut up.Mark Kettenis
2008-05-24Increase the number of segments in a dma map to make sure a packet fits.Mark Kettenis
2008-05-24Use MAC address passed by the firmware.Mark Kettenis
2008-05-24Configure the media when brining up an interface.Mark Kettenis
2008-05-24Sync the ATI IXP200 PCI id.Brad Smith
2008-05-24regenBrad Smith
2008-05-24Tweak some of the existing ATI IXP entries for more consistentBrad Smith
2008-05-24regenBrad Smith
2008-05-24There should be spaces between "product" and the vendor name.Brad Smith
2008-05-24regenerateChris Kuethe
2008-05-24USB LCD+keyboard panelChris Kuethe
2008-05-24And another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise.Brad Smith
2008-05-24regenBrad Smith
2008-05-24Add Fujitsu PW008GE4Brad Smith
2008-05-24Also recognize the Schneider & Koch SK-9821/SK-9843 adapters fromBrad Smith
2008-05-24regenBrad Smith
2008-05-24Add more specific PCI ids for Schneider & Koch (SysKonnect) SK-9821/SK-9843Brad Smith
2008-05-24Store the model and revision information in the appropriate softcBrad Smith
2008-05-24Match serial devices on PRIMEPOWER 650.Mark Kettenis
2008-05-23Fix detection of 10baseT on rev 2 and up.Mark Kettenis
2008-05-23Another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise.Mark Kettenis
2008-05-23regenMark Kettenis
2008-05-23Add Fujitsu PW008GE5.Mark Kettenis
2008-05-23update sem_otime on semop(); reported by mkbucc AT gmail.comDamien Miller
2008-05-23do not use swap generic; these should specifically choose rd0aTheo de Raadt
2008-05-23tputchar() can put characters on the tty output queue if clocal is set,Theo de Raadt
2008-05-23Forgot this one. Wrap a printf() into MPLS_DEBUG sinceThordur I. Bjornsson
2008-05-23Make this compile again, by adding a struct proc * argumentThordur I. Bjornsson
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2008-05-23- remove USER_LDT, it was never in a state where it would copile, nor willJasper Lievisse Adriaanse
2008-05-23Bye bye awi(4). No net80211 love, uses its own WEP code and has not workedBrad Smith
2008-05-23Make GENERIC.MP work on sun4us too.Mark Kettenis
2008-05-23Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asBrad Smith
2008-05-23Make rd act more like a 'normal' disk device, allowing the elimination ofKenneth R Westerback
2008-05-22Quick hack to make non-MULTIPROCESSOR kernels work by restrictingMark Kettenis
2008-05-22zap useless comment block with no content.Jasper Lievisse Adriaanse
2008-05-22Restrict interrupt vectors to 11 bits. Needed to make sun4us work.Mark Kettenis
2008-05-22use PR_ZERO instead of calling bzero directlyThordur I. Bjornsson
2008-05-22ANSI function definitions.Brad Smith
2008-05-22syncTheo de Raadt
2008-05-22simplify (less bytes in media)Theo de Raadt
2008-05-22never schedule a timer for a negative time, if in the past schedule short delay.Dale Rahn
2008-05-22More timeout(9) usage cleaned up.Michael Knudsen
2008-05-22- ises(4) was removed some time ago, zap it here too.Jasper Lievisse Adriaanse
2008-05-22Use LIST_FOREACH() instead of handrolling.Thordur I. Bjornsson
2008-05-22kill 2 bogus ARGUSED and use the LIST_FOREACH() macroThordur I. Bjornsson