Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-09 | also match on 82801CA; from mkoc@prime.pl | Michael Shalayeff | |
2005-07-09 | better | Brad Smith | |
2005-07-09 | - mbuf external storage is of (caddr_t), not (caddr_t *). | Brad Smith | |
- simplify code a bit and use MEXTADD macro. | |||
2005-07-09 | handle 64bit bar; found by mpf@ | Michael Shalayeff | |
2005-07-09 | rev 1.34 | Brad Smith | |
for offloc, use MII_OFFSET_ANY rather than abusing MII_PHY_ANY. From yamt NetBSD | |||
2005-07-09 | ANSI protos | Brad Smith | |
2005-07-09 | fix SIOCSIFMTU | Brad Smith | |
2005-07-09 | - disable TX checksum offload since this chip has a bug where | Brad Smith | |
it'll wedge if you try to transmit a Jumbo frame larger than 8152 bytes. - Rip out VLAN stripping support. From camiel@ - Only set Ok flags for receive checksum offload otherwise fallback on software. | |||
2005-07-09 | Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok. | Hakan Olsson | |
2005-07-08 | Remove unused extent_insert_and_optimize() parameter 'flags'. Spotted | Kenneth R Westerback | |
by lint. ok art@ miod@ | |||
2005-07-08 | The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in addition | Miod Vallat | |
to a tctrl command, to turn the screen off (or back on), so deal with it. (untested) | |||
2005-07-08 | Do not report the battery status as critical but absent, when the battery | Miod Vallat | |
is missing. | |||
2005-07-08 | Declare mainbus_model as extern here so that code outside of autoconf.c can | Miod Vallat | |
look at it (forgotten as part of the auxio commit) | |||
2005-07-08 | Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2 | Miod Vallat | |
property (as found on sparcbooks). If so, frob the appropriate auxio2 bit to enable and disable the port as necessary. | |||
2005-07-08 | Allow more than one auxio device to attach, and attach both SPARCbook auxio | Miod Vallat | |
registers. However, those are handled specifically since they do not have the same meaning as the regular sun4c/sun4m auxio register. A specific auxregbisc() function is provided for explicit sparcbook operation. | |||
2005-07-08 | Fix external video synchro constants. | Miod Vallat | |
2005-07-08 | Partially revert r1.8 - we do not want to match on the SPARCbook auxio2 | Miod Vallat | |
registers, after all. | |||
2005-07-08 | Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined. | Marco S Hyman | |
OK uwe@ | |||
2005-07-08 | - use ETHER_MAX_LEN_JUMBO in one more spot | Brad Smith | |
- don't bother setting bad checksum flag, fallback on software | |||
2005-07-08 | Remove verbosity during autoconf when running in vmware. | Marco Peereboom | |
2005-07-08 | add a return here. | Brad Smith | |
2005-07-07 | clear vm_dused at exec time, since we are potentially re-using the vmspace; | Theo de Raadt | |
fixes resource accounting in a mmap malloc world ok "too busy but looks right" tedu, tdeval | |||
2005-07-07 | extend what jcs did a bit further by removing atus storage for the ssid. | David Gwynne | |
now there is no confusion since it is only provided by net80211. | |||
2005-07-07 | check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl. | Brad Smith | |
2005-07-07 | Make Fractional T1 work, reported and tested by Greg Mortensen, | Can Erkin Acar | |
patch from alex@ | |||
2005-07-07 | ueagle.c | Can Erkin Acar | |
2005-07-07 | - the PCI layer enables bus mastering so don't bother again here. | Brad Smith | |
- use pci_mapreg_map() | |||
2005-07-07 | change panic into printf for pci_intr_disestablish() | Brad Smith | |
2005-07-07 | initialize Scan.SSID from the right source | joshua stein | |
fixes association with access points with ssid broadcasting disabled ok dlg@ | |||
2005-07-07 | Match an additional 10 ural ids, most of which are already listed | Jonathan Gray | |
in the device list. | |||
2005-07-07 | regen | Jonathan Gray | |
2005-07-07 | 10 more RT2570 devices, found in Windows drivers. | Jonathan Gray | |
2005-07-07 | remove unused structure definitions. ok damien@ | Kevin Lo | |
2005-07-07 | sync | Theo de Raadt | |
2005-07-07 | shorten | Theo de Raadt | |
2005-07-07 | Match Gigabyte GN-WBKG, from Jaime Fournier <ober at linbsd.org>. | Jonathan Gray | |
2005-07-07 | regen | Jonathan Gray | |
2005-07-07 | Gigabyte GN-WBKG from Jaime Fournier <ober at linbsd.org> | Jonathan Gray | |
2005-07-07 | fix accounting bug on extraction - we were incorrectly subtracting many times | Damien Miller | |
the amount requested from the pool's entropy estimate; ok mickey@ deraadt@ | |||
2005-07-06 | Eliminate a couple of 'msg.msg_iovlen < 0' tests. msg_iovlen is | Kenneth R Westerback | |
unsigned. ok millert@ deraadt@ | |||
2005-07-06 | url fits | Theo de Raadt | |
2005-07-06 | Fix bounds check for incomplete code sets so they cannot overflow the codes | Todd C. Miller | |
array. From Mark Adler. | |||
2005-07-06 | regen | Jonathan Gray | |
2005-07-06 | More NVIDIA devices, in a dmesg from tybollt at solace.mh.se | Jonathan Gray | |
2005-07-06 | ural works; pedro@ironchicken.am-gen.org | Theo de Raadt | |
2005-07-06 | - Rewritten TX to use only two pointers to track producer/consumer. | Brad Smith | |
- Bugfix: don't forget to set IFF_OACTIVE when TX list is full. From FreeBSD - clear IFF_RUNNING & IFF_OACTIVE in vr_stop() before de-allocating resources. Thanks to cloder@, millert@ and pedro@ for testing. | |||
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ↵ | Michael Shalayeff | |
configs for now | |||
2005-07-06 | allow bge(4) to receive Jumbos by default. | Brad Smith | |
ok krw@ | |||
2005-07-06 | regen | Brad Smith | |
2005-07-06 | add Intergraph Intense 3D | Brad Smith | |