summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-04first cut at an introduction to CVS;Jason McIntyre
ok jfb@
2005-01-04cleaner pci/fcom arm cats vs zaurus config.Dale Rahn
2005-01-04Uncomment the boot_luna88k xrefMiod Vallat
2005-01-04tweaks;Jason McIntyre
2005-01-04Kill a FreeBSDism leftover.Miod Vallat
2005-01-04Enable ARP table manipulation on CARP interfaces.Christopher Pascoe
ok niklas@ mcbride@
2005-01-04Move processing of ARP packets for CARP addresses to the carp interfaceChristopher Pascoe
instead of processing them in the parent interface. This causes us to send ARP packets on a carpdev with its virtual MAC address as the source, rather than the parent's physical address. Permits us to fail over cleanly when connected to devices that use the source MAC address on a received ARP request to generate an ARP entry for the requesting host, rather than going through the who-has/is-at procedure. ok niklas@ mcbride@
2005-01-04no need for .Li here;Jason McIntyre
2005-01-04add VT6105(M) to .Nd;Jason McIntyre
from mike belopuhov;
2005-01-04simplified FILTER AND TRANSLATION RULES;Jason McIntyre
from michael knudsen;
2005-01-04Use pseudo_AF_HDRCMPLT for outgoing ARP messages, otherwise the providedChristopher Pascoe
source MAC address we provide is ignored by ether_output. ok mcbride@ niklas@
2005-01-04No PCI on zaurus.Miod Vallat
2005-01-04Framed up support for C3000, however not working yet so match is disabled.Dale Rahn
2005-01-04Initialize pxa270 gpio bits. This needs to be conditional on CPU==pxa270Dale Rahn
2005-01-04Fix a hex/decimal bug pointed out by uwe, quiet the boot a bit.Dale Rahn
2005-01-04Add scsi devices.Dale Rahn
2005-01-04shrink dmesg outputJonathan Gray
2005-01-04Remove debug printfs.Dale Rahn
2005-01-04Opps, this was supposed to be part of the usb commit.Dale Rahn
2005-01-04dont be lazy, use the proper define.Dale Rahn
2005-01-04martin' last commit made mc(4) reset the multicast filter twice.Brad Smith
2005-01-04USB support for C3000, much thanks to dlg@ for pxa2x0_ohci.cDale Rahn
2005-01-04though this is untested this couldn't be any worse than before.Brad Smith
fix completely broken multicast ioctl switch case.
2005-01-04Add name argument to pxa2x0_intr_establish, which is standard for openbsdDale Rahn
interrupt handling.
2005-01-04enable ehciJonathan Gray
2005-01-03ok, vge fitsTheo de Raadt
2005-01-03tweaks;Jason McIntyre
2005-01-03Add support for the Vodafone Mobile Connect 3G adapter.Reyk Floeter
The MC3G is a cardbus device with an integrated OHCI usb controller. The GRPS/UMTS modem is attached via an internal Belkin serial adapter (ubsa(4)). Thanks to sh at horzela dot com. ok deraadt@ and dlg@
2005-01-03use .Aq or \*(Gt instead of `<' and `>';Jason McIntyre
remove some unneccessary escaping;
2005-01-03regenReyk Floeter
2005-01-03add Vodafone Mobile Connect 3G IDsReyk Floeter
2005-01-03when releasing a file structure, free the reference to its name soJean-Francois Brousseau
we don't leak memory spotted by Joris Vink, more complete diff from me
2005-01-03deregisterTodd C. Miller
2005-01-03- make sure int is in running state before touching the multicast filtersBrad Smith
- call foo_setmulti only instead of init'ing the chip - don't overwrite potential error return with success when calling ether_addmulti/ether_delmulti ok dlg@
2005-01-03too much Xo/Xc in this file;Jason McIntyre
2005-01-03Avoid namespace pollution by renaming index variables -> idx.Todd C. Miller
Idea from NetBSD; OK deraadt@
2005-01-03Make a u_int32_t-sized copy of data->size and key->size (which are size_t)Todd C. Miller
so when we memmove() it we get the correct 32 bits copied on sparc64. Adapted from FreeBSD. OK otto@
2005-01-03limit the maximum length of RCS numbers to 64 nums and avoidJean-Francois Brousseau
potential integer overflow in case of ridiculously large RCSNUMs
2005-01-03put keyboard on mux 1; miod okTheo de Raadt
2005-01-03wsmux lets usb keyboards work hereTheo de Raadt
2005-01-03re-enable ohci and uhciTheo de Raadt
2005-01-03remove extra line; miod okTheo de Raadt
2005-01-03Bring life to /dev/*random; Dale, you owe me a beer.Miod Vallat
2005-01-03more error checking on buffer operations and plug a descriptor leakJean-Francois Brousseau
from Joris Vink
2005-01-03ok, ami is a good choice for the floppyTheo de Raadt
2005-01-03do not print device info twiceTheo de Raadt
2005-01-03Make ath at cardbus not depend on ath at pci. ok reyk@Jonathan Gray
2005-01-03Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and notOtto Moerbeek
run out of mem! From FreeBSD PR 75656. ok millert@ deraadt@
2005-01-03the proclamation of the Soviet Socialist Zaurus PortablicMichael Shalayeff
2005-01-03Left out one EIOMAPSIZE -> eiomapsize chunk by accident; millertMiod Vallat