Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-29 | Fix a comment, remove a stray variable assignment. | Christopher Pascoe | |
2006-05-29 | Eliminate variable shadowing. | Christopher Pascoe | |
From NetBSD r1.104 | |||
2006-05-29 | Missed header file change in previous commit. | Christopher Pascoe | |
2006-05-29 | Correct status value check for OHCI isoc transfer; | Christopher Pascoe | |
the spec says that "not accessed" is 111x, not 1111. From NetBSD rev1.158 | |||
2006-05-29 | Only check USBD_FORCE_SHORT_XFER for writes. | Christopher Pascoe | |
From NetBSD rev1.164 | |||
2006-05-29 | Only do the software part of an abort if we are dying. | Christopher Pascoe | |
2006-05-29 | Only do the software part of an abort if we are dying. | Christopher Pascoe | |
2006-05-29 | Check the return value of aml_ederef isnt NULL before use. | Gordon Willem Klok | |
Fixes a few panics. ok canacar@ | |||
2006-05-29 | minor space nit | Peter Valchev | |
2006-05-29 | garbage collect NFE_NO_JUMBO. | Brad Smith | |
2006-05-29 | Add embedded controller support. | Can Erkin Acar | |
ok marco@ deraadt@ testing & ok gwk@ | |||
2006-05-29 | Fix a memory overrun in the aml parser code. | Can Erkin Acar | |
ok deraadt@, gwk@ | |||
2006-05-29 | formatting | Brad Smith | |
2006-05-29 | Make sure all physical addresses are filled in the qTD even when we have | Christopher Pascoe | |
a page offset. From Dan Ellis via NetBSD rev 1.103 | |||
2006-05-28 | Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an empty | Christopher Pascoe | |
transfer when necessary. From Dan Ellis via NetBSD rev 1.102 | |||
2006-05-28 | - force the maximum receivable frame size down to 1518 bytes for | Brad Smith | |
strict alignment architectures for the time being. - remove the m_adj() on non-strict alignment architectures as this seems to resolve the Jumbo crashing issue. tested by a few developers. ok reyk@ | |||
2006-05-28 | junk to read and write configuration pages. | David Gwynne | |
2006-05-28 | Change the timedelta sensor descritpion so that the first four bytes contain | Marc Balmer | |
the NTP identifier (filled with spaces), followed by a space and the station name (which might be the same as the NTP identifier). All timedelta sensor have to follow this scheme as OpenNTPD needs it. Requested by henning. | |||
2006-05-28 | don't #undef SDMMC_DEBUG | Uwe Stuehler | |
2006-05-28 | Support for standard SD host controllers like the Ricoh 5C822, a small | Uwe Stuehler | |
generic bus layer, and SCSI emulation for SD/MMC memory cards. | |||
2006-05-28 | Allow len == 1 in systrace_fname(), so systraced processes can proceed | Pedro Martelletto | |
their *stat() calls, for example, and get ENOENT, which is expected for "", instead of a forced EINVAL. Fixes the spurious 'rm: : Invalid argument' warnings when building with option USE_SYSTRACE, reported on ports@. Okay provos@ sturm@ deraadt@ | |||
2006-05-28 | remove the dev/isa/isavar.h include, as it is not needed | Felix Kronlage | |
ok miod@, martin@ | |||
2006-05-28 | Remove device id from hotplug events. | Michael Knudsen | |
ok henning | |||
2006-05-28 | always set if_hardmtu. | Brad Smith | |
2006-05-28 | Remove dead code; free commit on behalf of dlg@ | Uwe Stuehler | |
2006-05-28 | regen | Jonathan Gray | |
2006-05-28 | Add a few more devices from submitted dmesgs. | Jonathan Gray | |
2006-05-28 | pass the reply from the hardware via the ccb rather than on the stack to | David Gwynne | |
the function handling the completion. this means that the completion function can do nothing with the reply, instead leaving it up to the requester to deal with. | |||
2006-05-28 | Include device id in hotplug events. This will be used by ntpd to check | Michael Knudsen | |
sensors on attach/detach. hotplugd changes following in a minute. ok henning. | |||
2006-05-28 | rename mpi_complete to mpi_poll and make it call mpi_start itself. | David Gwynne | |
2006-05-28 | cleanup whitespaces, tabs are so much nicer | Felix Kronlage | |
ok mbalmer@ | |||
2006-05-28 | use if_hardmtu for MTU ioctl handler. | Brad Smith | |
2006-05-28 | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | Brad Smith | |
- use if_hardmtu for MTU ioctl handlers. ok reyk@ | |||
2006-05-28 | unknown ioctl is ENOTTY not EINVAL | Jason Wright | |
2006-05-27 | add the messages for config page requests and replies. | David Gwynne | |
2006-05-27 | With the National variants of the sis(4) chip make sure to | Brad Smith | |
check for multicast ranges and then switch into allmulti mode, before touching the receive filter. This fixes an issue noticed by a few devlopers where sis(4) will stop receiving traffic when switched into allmulti mode. ok claudio@ | |||
2006-05-27 | Add support for multicast packets. | Christopher Pascoe | |
ok dlg@ | |||
2006-05-27 | There is no longer the need to create INVALID sensors on stock, the sensor | Marc Balmer | |
framework will create hotplug events for sensor addition/deletion. ntpd will catch these events. | |||
2006-05-27 | make debug output during attach quiet unless you want it by raising | David Gwynne | |
mpidebug | |||
2006-05-27 | remove FreeBSD specific code. | Brad Smith | |
2006-05-27 | garbage collect vlan.h | Brad Smith | |
2006-05-27 | remove dead code | David Gwynne | |
2006-05-27 | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt | David Gwynne | |
controllers currently supported by mpt(4). ok marco@ | |||
2006-05-27 | When the device is attached, immediately create the timedelta sensor with the | Marc Balmer | |
SENSOR_FINVALID flag set and without a description. We do not need a dummy description as a sensor with the FINVALID flags set will not show up or be used anyways. It's merely an indication to applications that there is a sensor that will eventually have a correct value. The SENSOR_FINVALID flag is removed and the description is set to the proper clockname as soon as we have received the first valid time information. This enables ntpd to check for hotplug events and rescan the list of timedelta sensors after a hotplug event. discussed with deraadt. | |||
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith | |
more drivers. ok reyk@ | |||
2006-05-27 | regen | Reyk Floeter | |
2006-05-27 | add Option UMTS 3G+ | Reyk Floeter | |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt | |
2006-05-26 | Add dlg to copyright. | Marco Peereboom | |
2006-05-26 | Add blinking for disks. | Marco Peereboom | |