Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-28 | do not print "root on ..." twice for the -a case, also cope with systems | Theo de Raadt | |
configured for 'root on nfs' | |||
2006-05-28 | Configure network devices at ipl 3, not ipl 1. | Miod Vallat | |
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 | Use TEST_READY_RETRIES_TAPE instead of TEST_READY_RETRIES_DEFAULT, | Kenneth R Westerback | |
thus allowing tape drives more time to become ready. ok beck@ | |||
2006-05-28 | more fallout from the sensors: Every single ramdisk got broken. | Theo de Raadt | |
2006-05-28 | Use bit 23 of the device minor to indicate a control mode device. A | Kenneth R Westerback | |
control mode device can be opened but does not permit any i/o. Currently no such devices are created by MAKEDEV. However the previous code used bits 0 and 1 of the minor being set to indicate a control device. This conflicted with other uses of device minors to indicate things like rewind and eject. This behaviour would result in an open of a newly loaded tape drive failing until the tape was successfully mounted as a side effect of another command like 'mt status'. ok beck@ | |||
2006-05-28 | don't hardcode the iova... it uses the same scheme as the sbus machines | Jason Wright | |
(cd0 at scsibus0 at siop0 now attaches on the blade2k) | |||
2006-05-28 | formatting | Jason Wright | |
2006-05-28 | Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCAST | Claudio Jeker | |
mbuf flags so that the packet is sent out with a normal link local address instead of a multicast or broadcast address. OK brad@ | |||
2006-05-28 | Spacing in vfs_sysctl() | Pedro Martelletto | |
2006-05-28 | Nuke unused VFSGEN_MAXID define | Pedro Martelletto | |
2006-05-28 | intrducing device type DV_SENSOR turned out to be a bad idea as it | Henning Brauer | |
affects way more than just hotplug messages. remove DV_SENSOR and use DV_DULL for the moment. proper solution coming. discussed with deraadt mk jason | |||
2006-05-28 | regen | Jonathan Gray | |
2006-05-28 | Add a few more devices from submitted dmesgs. | Jonathan Gray | |
2006-05-28 | more hotplug fallout: add DV_SENSOR to the device type switch | Jason Wright | |
2006-05-28 | Enable adaptive timeouts by default, with adaptive.start of 60% of the | Ryan Thomas McBride | |
state limit and adaptive.end of 120% of the state limit. Explicitly setting the adaptive timeouts will override the default, and it can be disabled by setting both adaptive.start and adaptive.end to 0. ok henning@ | |||
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 | need <sys/device.h> or it doesn't compile on sparc64 | Jason Wright | |
2006-05-28 | new field at end of struct, discussed with theo | Henning Brauer | |
2006-05-28 | Only preemptively increase the replay counter for outbound TDBs. | Ryan Thomas McBride | |
Another ipsec failover fix from nathanael at polymorpheus dot com. ok hshoexer@ | |||
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 | check if the interface is active and UP. some, but not all, network | Reyk Floeter | |
drivers report an active link state even if the interface is DOWN. this should fix trunk with various ethernet devices. ok brad@ | |||
2006-05-28 | cleanup whitespaces, tabs are so much nicer | Felix Kronlage | |
ok mbalmer@ | |||
2006-05-28 | Always allow ioctl's to work, even if there is no media loaded. | Kenneth R Westerback | |
Analogous to what sd does for the raw partition. Eliminates useless error messages and premature command completion. e.g. 'mt status' will wait for media to to finish loading. ok beck@ | |||
2006-05-28 | use if_hardmtu for MTU ioctl handler. | Brad Smith | |
2006-05-28 | fix a whitespace error causing confusion | Henning Brauer | |
2006-05-28 | Don't print tape media information during probe. This is transitory | Kenneth R Westerback | |
information that doesn't have anything to do with the device. We don't say 'cd drive empty or not ready." ok beck@ | |||
2006-05-28 | unbreak, of course this needs to included sys/hotplug.h too | Henning Brauer | |
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 | unknown ioctl is ENOTTY not EINVAL | Jason Wright | |
2006-05-27 | Make sensor add/remove create hotplug events (after much prodding from ↵ | Michael Knudsen | |
henning). Idea from mbalmer. 'in it goes!' deraadt. | |||
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker | |
and additionaly make the code part of the MROUTING option. Put it in deraadt@ | |||
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 | Nuke defopt remains. Tested on cats and zaurus. | Miod Vallat | |
2006-05-27 | Fix obvious error in code that is currently not compiled. | Claudio Jeker | |
2006-05-27 | remove dead code | David Gwynne | |
2006-05-27 | add mpi(4) glue. commented out for now | 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 useless error check and irritating comment | Nikolay Sturm | |
ok pedro | |||
2006-05-27 | Make NCOM_{CARDBUS,GSC,ISAPNP} defined again in com.h, as there is code | Miod Vallat | |
relying upon them. |