Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-19 | ack all unmasked cpu interrupts here to cancel effect of device probing ↵ | Michael Shalayeff | |
activities | |||
2003-06-18 | Do not panic on no memory available when allocating bufs, pass ENOBUFS | Henning Brauer | |
to userland instead. fixes PRs 2235, 2236 and 2640 from Otto Moerbeek <otto@drijf.net> ok frantzen@, tedu@, deraadt@ | |||
2003-06-18 | For HPT370 chips disable interrupt prediction and correct timing | Alexander 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-18 | oops, missed this part of the hme vlan stuff | Jason Wright | |
2003-06-18 | configure the interface to properly support vlan frames | Jason Wright | |
2003-06-18 | Oops, previous commit removed the rcsid by mistake. | Miod Vallat | |
2003-06-18 | Rename p9k to pninek, since device base names with digits are confusing; | Miod Vallat | |
per deraadt@'s request. | |||
2003-06-18 | Switch to fbxxx() API. | Miod Vallat | |
cgsix tested and ok jason@, the rest tested by me. | |||
2003-06-18 | When reporting unknown sbus hardware, also report the hardware class (audio, | Miod Vallat | |
block device...) if it advertizes one. ok deraadt@ | |||
2003-06-18 | we already set the rx descriptor length to accept vlan packets... just | Jason Wright | |
need to advertise the capability; tested by tsar at polarcap dot org | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod 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-17 | A few typos in the Bt initialisation sequence were introduced in 1.29, and | Miod Vallat | |
curiously this only broke some cgthree clones, but not the genuine Sun's... | |||
2003-06-17 | Extend the sunfb structure to take care of the PROM cursor position | Miod Vallat | |
pointers, and adapt creator to the fb api. ok jason@ | |||
2003-06-17 | typos | Jean-Francois Brousseau | |
ok jmc@ | |||
2003-06-16 | Use 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-16 | Nuke a few more data and code superseded by the fb api. | Miod Vallat | |
2003-06-16 | Adapt to the fbxxx() API. | Miod Vallat | |
tested by matthieu@, krw@ and I on various hardware. | |||
2003-06-16 | Provide the same fbxxx() api as on sparc, in order to factorize more code | Miod Vallat | |
and eventually share some drivers. This also brings us screen unblanking upon entering ddb, which can be really useful at times... | |||
2003-06-16 | Provide more "dead_symbol + space -> symbol" entries in the compose table; | Miod Vallat | |
fixes PR #3295 | |||
2003-06-16 | sync | Theo de Raadt | |
2003-06-16 | remove bullshit | Theo de Raadt | |
2003-06-16 | Avoid a NULL deref in cnkqfilter() for certain cases. Modeled after | Todd C. Miller | |
cnwrite(); closes PR 3317. | |||
2003-06-16 | sync | Kevin Lo | |
2003-06-16 | add NS SC1201 soc | Kevin Lo | |
2003-06-16 | - limited number of processes per systrace | Jun-ichiro itojun Hagino | |
- escape fixes for special characters markus, sturm ok. from provos | |||
2003-06-16 | correct sense of rate check... oops. | Jason Wright | |
2003-06-16 | be 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-16 | rate setting is best effort, not precise, so figure out the closest sample | Jason Wright | |
rate that goes with the requested rate, and return the chosen rate. ok drahn | |||
2003-06-16 | Check for the backlight control on the stdout_node (the LCD) rather than | Dale Rahn | |
possibly the parent, which does not have the backlight-control property. Fixes brightness control on 'dual' node OFW diplays. | |||
2003-06-15 | Fix the logic in the interrupt handler, and reenable colormap updates | Miod Vallat | |
triggered by the vertical retrace interrupt. | |||
2003-06-15 | don't define _LP64 here. | Brad Smith | |
2003-06-14 | doing kqueue on the master side of the pty returns events | Michael 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-14 | Use source's window scaling factor (instead of destination's) when | Daniel 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-14 | add support for: ulinear_le, ulinear_be, ulinear:16 (partially based on | Jason Wright | |
NetBSD). ok drahn who let me reboot one of his laptops a LOT =) | |||
2003-06-13 | eraserows() was missing a coordinate address latch. | Miod Vallat | |
2003-06-13 | g/c an useless define. | Miod Vallat | |
2003-06-13 | no more "option _LP64". | Brad Smith | |
2003-06-13 | em fits | Theo de Raadt | |
2003-06-13 | Sync with FreeBSD's "em". | Henric Jungheim | |
ok deraadt@ | |||
2003-06-13 | Fix lower right edge bounds for quad operations. | Miod Vallat | |
(that's what you get for commiting before breakfast) | |||
2003-06-13 | 5 fxp versions (only way to find out of the HPNA versions work, is to put ↵ | Theo de Raadt | |
them in here) | |||
2003-06-13 | sync | Theo de Raadt | |
2003-06-13 | two more fxp | Theo de Raadt | |
2003-06-13 | sync | Theo de Raadt | |
2003-06-13 | +VIA VT8375 Host-PCI | Marc Espie | |
got a machine with one... | |||
2003-06-13 | regen | Henric Jungheim | |
2003-06-13 | One more Intel Gig card (quad)... | Henric Jungheim | |
2003-06-13 | turn these DIAGNOSTIC into NE_DEBUG. there is no really need to fill | Federico G. Schwindt | |
dmesg with it under normal circumstances. | |||
2003-06-13 | attach/support yet-another-DFE670TXD (0x0149/0x4530/004005) | Philipp Buehler | |
fgsch@ ok |