summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-06-19ack all unmasked cpu interrupts here to cancel effect of device probing ↵Michael Shalayeff
activities
2003-06-18Do not panic on no memory available when allocating bufs, pass ENOBUFSHenning Brauer
to userland instead. fixes PRs 2235, 2236 and 2640 from Otto Moerbeek <otto@drijf.net> ok frantzen@, tedu@, deraadt@
2003-06-18For HPT370 chips disable interrupt prediction and correct timingAlexander Yurchenko
value for UDMA5. Enable UDMA5 for HPT370A again since it's safe now. Work by Otto Moerbeek <otto@drijf.net> via PR 3282. Help in testing from gluk@.
2003-06-18oops, missed this part of the hme vlan stuffJason Wright
2003-06-18configure the interface to properly support vlan framesJason Wright
2003-06-18Oops, previous commit removed the rcsid by mistake.Miod Vallat
2003-06-18Rename p9k to pninek, since device base names with digits are confusing;Miod Vallat
per deraadt@'s request.
2003-06-18Switch to fbxxx() API.Miod Vallat
cgsix tested and ok jason@, the rest tested by me.
2003-06-18When reporting unknown sbus hardware, also report the hardware class (audio,Miod Vallat
block device...) if it advertizes one. ok deraadt@
2003-06-18we already set the rx descriptor length to accept vlan packets... justJason Wright
need to advertise the capability; tested by tsar at polarcap dot org
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod Vallat
combination, found on the Tadpole SPARCbook 3 only (later model use the Power9100 and are already supported). Untested for lack of hardware and volunteers, but carefully crafted; if it does not work out of the box, this should be a good starting point. "worth having in the tree" millert@
2003-06-17A few typos in the Bt initialisation sequence were introduced in 1.29, andMiod Vallat
curiously this only broke some cgthree clones, but not the genuine Sun's...
2003-06-17Extend the sunfb structure to take care of the PROM cursor positionMiod Vallat
pointers, and adapt creator to the fb api. ok jason@
2003-06-17typosJean-Francois Brousseau
ok jmc@
2003-06-16Use a slightly better way to intuit the memory/mmio PCI regions,Dale Rahn
now properly detects these for nvidia based LCDs. On some machines accellerated X using nv now works.
2003-06-16Nuke a few more data and code superseded by the fb api.Miod Vallat
2003-06-16Adapt to the fbxxx() API.Miod Vallat
tested by matthieu@, krw@ and I on various hardware.
2003-06-16Provide the same fbxxx() api as on sparc, in order to factorize more codeMiod Vallat
and eventually share some drivers. This also brings us screen unblanking upon entering ddb, which can be really useful at times...
2003-06-16Provide more "dead_symbol + space -> symbol" entries in the compose table;Miod Vallat
fixes PR #3295
2003-06-16syncTheo de Raadt
2003-06-16remove bullshitTheo de Raadt
2003-06-16Avoid a NULL deref in cnkqfilter() for certain cases. Modeled afterTodd C. Miller
cnwrite(); closes PR 3317.
2003-06-16syncKevin Lo
2003-06-16add NS SC1201 socKevin Lo
2003-06-16- limited number of processes per systraceJun-ichiro itojun Hagino
- escape fixes for special characters markus, sturm ok. from provos
2003-06-16correct sense of rate check... oops.Jason Wright
2003-06-16be more sane w/ byte swapping and leave the le archs at the same behaviour ↵Michael Shalayeff
and give be archs a better chance at getting the correct mac address as tested on the mac and hppa where mac has an additional bug w/ the phy bit still remaining and hppa seems fine; jason@ ok
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
rate that goes with the requested rate, and return the chosen rate. ok drahn
2003-06-16Check for the backlight control on the stdout_node (the LCD) rather thanDale Rahn
possibly the parent, which does not have the backlight-control property. Fixes brightness control on 'dual' node OFW diplays.
2003-06-15Fix the logic in the interrupt handler, and reenable colormap updatesMiod Vallat
triggered by the vertical retrace interrupt.
2003-06-15don't define _LP64 here.Brad Smith
2003-06-14doing kqueue on the master side of the pty returns eventsMichael Shalayeff
for the slave size as described in the pr3209. the regress has been created to verify for the conditions. from wayne@epipe.com.au
2003-06-14Use source's window scaling factor (instead of destination's) whenDaniel Hartmeier
comparing ackskew, otherwise legitimate low acks can get blocked. Was triggered when asymmetric scale factors where used in combination with SACK. Report and logs provided by Peter Galbavy. ok frantzen@, henning@
2003-06-14add support for: ulinear_le, ulinear_be, ulinear:16 (partially based onJason Wright
NetBSD). ok drahn who let me reboot one of his laptops a LOT =)
2003-06-13eraserows() was missing a coordinate address latch.Miod Vallat
2003-06-13g/c an useless define.Miod Vallat
2003-06-13no more "option _LP64".Brad Smith
2003-06-13em fitsTheo de Raadt
2003-06-13Sync with FreeBSD's "em".Henric Jungheim
ok deraadt@
2003-06-13Fix lower right edge bounds for quad operations.Miod Vallat
(that's what you get for commiting before breakfast)
2003-06-135 fxp versions (only way to find out of the HPNA versions work, is to put ↵Theo de Raadt
them in here)
2003-06-13syncTheo de Raadt
2003-06-13two more fxpTheo de Raadt
2003-06-13syncTheo de Raadt
2003-06-13+VIA VT8375 Host-PCIMarc Espie
got a machine with one...
2003-06-13regenHenric Jungheim
2003-06-13One more Intel Gig card (quad)...Henric Jungheim
2003-06-13turn these DIAGNOSTIC into NE_DEBUG. there is no really need to fillFederico G. Schwindt
dmesg with it under normal circumstances.
2003-06-13attach/support yet-another-DFE670TXD (0x0149/0x4530/004005)Philipp Buehler
fgsch@ ok