Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-08 | only print if we hit the via quirk timeout when debugging | David Gwynne | |
ok pascoe@ | |||
2005-03-08 | add support for the new firmwares and the devices that use them | David Gwynne | |
2005-03-08 | regen | David Gwynne | |
2005-03-08 | even more atu | David Gwynne | |
2005-03-08 | fix a typo | David Gwynne | |
2005-03-08 | make and install some extra firmwares | David Gwynne | |
"just do it" deraadt@ | |||
2005-03-08 | lots of new devices found in a linux driver | David Gwynne | |
2005-03-08 | regen | David Gwynne | |
2005-03-08 | add (lots of) extra devices for atu found in a linux driver | David Gwynne | |
ok jsg@ | |||
2005-03-08 | Initialise the alternate next pointer in the queue head with EHCI_NULL, not | Christopher Pascoe | |
zero. The host controller should, in theory, never follow this pointer, but it is a minor spec violation. ok dlg@ | |||
2005-03-08 | From FreeBSD rev1.30: | Christopher Pascoe | |
- always initialise the pipe multiplier to a valid value - do not unchain the the interrupt QHs immediately after initialisation ok dlg@ | |||
2005-03-07 | - Match PGI,tvthree (similar frame buffer capacities) | Miod Vallat | |
- Correctly handle invalid freqcode position 6. | |||
2005-03-07 | print ASIC ID in hex too incase only the "superclass" of the ASIC is | Brad Smith | |
recognized. | |||
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat | |
as fbwscons_attach() can find it on its own. | |||
2005-03-07 | Always force a null context in kvm_setcache(); no functional change for sun4m. | Miod Vallat | |
2005-03-07 | regen | Xavier Santolaria | |
2005-03-07 | + GeForce FX Go 5200 found in latest powerbook 12"; ok deraadt@. | Xavier Santolaria | |
2005-03-07 | more firmwares for atu. not hooked up to the builds till they are needed. | David Gwynne | |
2005-03-07 | Enable basic big-endian operation. i.e. now works on some big-endian | Kenneth R Westerback | |
machines (macppc) but not others (sparc64). No-op for little-endian architectures. Diff from NetBSD with tweaks by drahn@. ok brad@ | |||
2005-03-07 | sync | Theo de Raadt | |
2005-03-07 | new netmos parallel puc; pawel@rogocz.com | Theo de Raadt | |
2005-03-07 | Ignore XactErr status if the host controller also indicates that the | Christopher Pascoe | |
transaction completed successfully on retry. ok dlg@ | |||
2005-03-07 | Add a workaround for VIA EHCI controllers which, under load, signal qTD | Christopher Pascoe | |
completion before they have performed writeback from the overlay qTD. This condition would exhibit itself as a umass stall that never recovers. ok dlg@ | |||
2005-03-07 | Correctly compare routes in in_addprefix. If a netmask is supplied it needs | Claudio Jeker | |
to be compared too -- 10/8 and 10/24 are not equal. This fixes a problem with overlapping networks reported by Simon Slaytor. OK henning@ | |||
2005-03-07 | Add missing pentium m processors from the "Intel Pentium M Processor | Marc Balmer | |
on 90 nm Process with 2-MB L2 Cache Datasheet" ok deraadt@ | |||
2005-03-07 | include apm.h only if CONF_HAVE_APM is defined | Uwe Stuehler | |
2005-03-07 | Shorten dmesg on ss4. | Miod Vallat | |
2005-03-07 | move to 3.7-beta | Theo de Raadt | |
2005-03-06 | Untested support for I-O DATA WN-B11/CFZ. | Jonathan Gray | |
Documentation to follow if I get a report of it working. | |||
2005-03-06 | regen | Jonathan Gray | |
2005-03-06 | I-O DATA WN-B11/CFZ | Jonathan Gray | |
2005-03-06 | Shorten dmesg if no keyboard is plugged. | Miod Vallat | |
2005-03-06 | Missing argument to printf(); pat@ | Miod Vallat | |
2005-03-06 | Use V_SAVE instead of hardcoding it, no binary change. | Pedro Martelletto | |
2005-03-06 | move pf_test6() call slightly up, so pf gets called for incoming packets | Daniel Hartmeier | |
on loopback interfaces, and IPv6 behaves like IPv4 in this regard. only affects packets on loopback. ok itojun@ | |||
2005-03-06 | Wait for the bulk transfer to complete before returning if we are in polled | Christopher Pascoe | |
mode. ok dlg@ | |||
2005-03-06 | ohci_rhsc_enable calls usb_transfer_complete via ohci_rhsc - we need to be | Christopher Pascoe | |
at splusb, not splsoftclock. ok dlg@ | |||
2005-03-06 | Fix incorrect comment about interrupt threshold control level. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-06 | In [eo]hci_waitintr, xfer->timeout is in ms, not hz. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2005-03-05 | regen | Jun-ichiro itojun Hagino | |
2005-03-05 | OQO/0003 is bluetooth interface | Jun-ichiro itojun Hagino | |
2005-03-05 | Remove code which enforces a advskew=0 for the case | Marco Pfatschbacher | |
that carp shares the IP addresse with its physical interface. It's neither supported nor needed, since we have carpdev now. ok mcbride@ | |||
2005-03-05 | Now that xbox sort-of works on sparc64, port the cgtwelve driver, since | Miod Vallat | |
the only way to connect it to a sparc64 machine is via an xbox device. | |||
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat | |
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future. | |||
2005-03-04 | fix the MALLOC macro if built without malloc statistics. this won't | Reyk Floeter | |
affect GENERIC. ok deraadt@ miod@ | |||
2005-03-04 | Bring in a number of reliability fixes from FreeBSD' rl(4) driver. | Brad Smith | |
rev's 1.147, 1.134, 1.93, 1.81, 1.72, 1.71 Tested by uwe@ robert@ jsg@ and a few others | |||
2005-03-04 | Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@ | Robert Nagy | |
2005-03-04 | - check th_ack against snd_una/max; from Raja Mukerji via hugh@ | Markus Friedl | |
- limit pool to tcp_sackhole_limit entries (sysctl-able) - stop sack option processing on pool_get errors - use SEQ_MIN/SEQ_MAX ok henning, hshoexer, deraadt | |||
2005-03-04 | Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@ | Pedro Martelletto | |