summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-01-09add ess1921 codec idMichael Shalayeff
2002-01-09make sure we use lkmfree() in error cases as well.Eric Jackson
2002-01-09better iobase for rtii, from Maxim Tsyplakov <tm@oganer.net>Michael Shalayeff
2002-01-09streams goneEric Jackson
2002-01-09make sure mixer was opened for write for AUDIO_MIXER_WRITEMichael Shalayeff
2002-01-09If a write(2) is done with a length of zero bytes, short-circuit and do notThorsten Lockert
2002-01-09Add labels to rules. These are arbitrary names (not to be confused withDaniel Hartmeier
2002-01-09o There's no such thing as a source overrun, remove the definitionJason Wright
2002-01-09Put explicit register qualifiers into the inlines, so that they work correctlyMiod Vallat
2002-01-08Add support for the Hifn 7811 (Thanks to GTGI for donating the card).Jason Wright
2002-01-08Fix 16 vs. 32-bit mismatch. Solves the most common MBR hang.Kjell Wooding
2002-01-08Remove nofn driver... it was much easier than I thought to support 7811Jason Wright
2002-01-08correct altivec support enable for gas 2.11. (still in comment)Dale Rahn
2002-01-08Add "no nat/rdr/binat" to nat.conf. The first matching rule applies.Daniel Hartmeier
2002-01-08SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net>Federico G. Schwindt
2002-01-08do not log() in per-packet input path. sync w/kameJun-ichiro itojun Hagino
2002-01-08correct behavior of IPv4 over IPv6 tunnel (using gif).Jun-ichiro itojun Hagino
2002-01-07Enough of a driver for 7811 to poll the random number generator for bitsJason Wright
2002-01-07first pass cleanup for lkmsEric Jackson
2002-01-07pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ okMichael Shalayeff
2002-01-07use flags instead of options to choose the tea5757 vs tea5759.Michael Shalayeff
2002-01-07If the handler for SIGCHLD is set to SIG_IGN, act as if theTodd C. Miller
2002-01-07Paranoia on my part, do not let the condition exist where kvm space couldDale Rahn
2002-01-07On cache flushing, if start is not cacheline aligned, add to the lenghtDale Rahn
2002-01-07Do not enter ddb twice in a row on console break.Miod Vallat
2002-01-07- increment uvmexp.intrs on interrupts (oops)Miod Vallat
2002-01-06remove bogus diagnostic check.Eric Jackson
2002-01-06add ums and wsmuxJason Wright
2002-01-06That was no fix, that broke things. If the pte entry is currently foundDale Rahn
2002-01-06pte_spill() is executed on a special stack in real mode (vm not enabled).Dale Rahn
2002-01-06Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn'tJason Wright
2002-01-05support detach, from netbsdMichael Shalayeff
2002-01-05Avoid using an uninitialized variable. dhartmei@ okThomas Nordin
2002-01-04Use [eid]cache-size to determine cache sizes and fall back to (?cache-nlines ...Jason Wright
2002-01-04add 600x read for 744 rev < 2 - from netbsdEric Jackson
2002-01-04Add handling for cmap get/put (mostly from sparc)Jason Wright
2002-01-04regenMichael Shalayeff
2002-01-04no wires needed and their/isil wlans; from Maurice Nonnekes <maurice@amaze.nl>Michael Shalayeff
2002-01-04match on ericsson wlan; from lha@stacken.kth.se, pr 2295Michael Shalayeff
2002-01-04regenMichael Shalayeff
2002-01-04Socket Communications Low Power WLAN; from netbsdMichael Shalayeff
2002-01-04ericsson wlan, from lha@stacken.kth.seMichael Shalayeff
2002-01-04correct comment: USB scanners aren't generic devicesJason Wright
2002-01-04oops, move cdev_decls to conf.hJason Wright
2002-01-04add the full suite of USB devices: usb, uhid, ugen, ulpt, urio, ucom, uscannerJason Wright
2002-01-04Bring in a closer shape to other arches Makefile, also reorder the dependMiod Vallat
2002-01-04Use LEAF_ENTRY not ENTRY.Miod Vallat
2002-01-04Add support for get/put colormap (mostly borrowed from sparc)Jason Wright
2002-01-04mmap functionality for cgthee (mostly from NetBSD)Jason Wright
2002-01-04expose sbus_bus_addr() so cgsix actually compiles (oops)Jason Wright