summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-05-29use ac97 default parameters for these ac97 based drivers.Jacob Meuser
2008-05-29Second half of PF state table rearrangement.Ryan Thomas McBride
2008-05-29rewrite the state table logic.Henning Brauer
2008-05-28Enable hme(4). Reported to work by Stian Sletner.Mark Kettenis
2008-05-28Add a boot.8 manual page (copied straight from armish). This will in turnMiod Vallat
2008-05-28Add a boot.8 manual page (adapted from other platforms which use the MIMiod Vallat
2008-05-28Don't document ``device foo'' yet either.Miod Vallat
2008-05-28Add a boot.8 manual page (adapted from other platforms which use the MIMiod Vallat
2008-05-28Turns out I have an ISP 12160 myself, and it works fine on sparc64. SinceMark Kettenis
2008-05-28Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSI controllers.Mark Kettenis
2008-05-28syncPierre-Yves Ritschard
2008-05-28Add support for Option GlobeTrotter 3G+ cards as distributed by OrangePierre-Yves Ritschard
2008-05-27only look up the initiator-id for SPI (aka "real scsi") controllers onDavid Gwynne
2008-05-27Don't print SCSI ID, it's redundant now that scsibus(4) prints the sameMark Kettenis
2008-05-27bring the netnatm usrreq's also up to speed on the addition of theThordur I. Bjornsson
2008-05-27return 1 when an irq's been handled, not 0.Owain Ainsworth
2008-05-27Since the vtophys stuff was nuked, drm now works on amd64 too. Add theOwain Ainsworth
2008-05-27bring netbt's usrreqs up to speed on the usrreq changes.Thordur I. Bjornsson
2008-05-27When i first ported the drm, i completely misunderstood the FreeBSD taskqueueOwain Ainsworth
2008-05-27Fix jiffies.Owain Ainsworth
2008-05-27Remove bloated and nasty nfsm_clget macro; while here, replace someBret Lambert
2008-05-27Don't fail to compile when not in debug mode.Marcus Glocker
2008-05-27Instead alloacting a fix frame buffer we allocate the maximum frame sizeMarcus Glocker
2008-05-27nuke unused lba2msf and msf2lba functions. krw@ ok.Federico G. Schwindt
2008-05-27Don't print SCSI ID, it's redundant now that scsibus(4) prints the sameMark Kettenis
2008-05-27be much more clear about revarp failures; ok miodTheo de Raadt
2008-05-27Add ZyXEL G-202, which was already in usbdevs.Jonathan Gray
2008-05-26do not muck with the mountroot variable, since setroot() uses the state ofTheo de Raadt
2008-05-26Fix typo, such that this actually compiles.Mark Kettenis
2008-05-26Count outbound packets.Brad Smith
2008-05-26Make bringing the interface down work properly (includes a line stolenMark Kettenis
2008-05-26Make sure we build man pages on stand/ on all architectures.Mark Kettenis
2008-05-26Print SCSI initiator ID such that it is easier to spot configurationMark Kettenis
2008-05-26Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT,Marcus Glocker
2008-05-26On sparc64, fetch "scsi-initiator-id" property from the firmware, and useMark Kettenis
2008-05-26Add tsec(4) on RAMDISK kernels (and make a comment in GENERIC a bit moreMark Kettenis
2008-05-26Limit to 80 char width and tweak comments for readability.Jonathan Gray
2008-05-26Properly handle usbd_get_interface_descriptor() returning NULL.Jonathan Gray
2008-05-26- also zap userldt hereJasper Lievisse Adriaanse
2008-05-26Enable cmpci(4) and eso(4).Brad Smith
2008-05-26Count output packets.Brad Smith
2008-05-25use ac97 default parameters for auich(4), auixp(4) and auvia(4).Jacob Meuser
2008-05-25add a function to get default parameters for ac97 codecs. all ac97Jacob Meuser
2008-05-25tweak the SPI port configuration if we figure out that it is not quiteDavid Gwynne
2008-05-25Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistentMarc Balmer
2008-05-25need to declare struct proct before using a pointer to it; ok kettenis thibTheo de Raadt
2008-05-25Don't forget to actually return a value in ttyname(), and fix a bunch ofMiod Vallat
2008-05-25Specify the PHY to be used in the kernel config instead of hardcoding itMark Kettenis
2008-05-25Default to full-duplex MII mode such that a directly connected integratedMark Kettenis
2008-05-25Fix typo; makes TSEC2 actually get Rx interrupts.Mark Kettenis