summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-12regenHenning Brauer
2003-01-12bunch of devices for the nVidia nForce2 chipsetHenning Brauer
some input grange@, tested by Johan Lindman <tybollt at solace.mh.se>
2003-01-12Cleaner equivalent to p1212_calc_crc() + some param shortcuts.Thierry Deval
2003-01-12Trust the link_speed from SelfID (PHY), better than a minimalist (usuallyThierry Deval
fixed) ConfigROM.
2003-01-12- Use OHCI_BITVAL and OHCI_BITSET where appropriate.Thierry Deval
- Use the IEEE1394_SELFID names, instead of dumb hex constants. - Get the nodes' link_speed from the SeldID PHY packets. - Some more cleanup.
2003-01-12- Capitalize hex constants.Thierry Deval
- Add OHCI_BITSET, the counterpart of OHCI_BITVAL. - Make all the defined value fields have the _MASK/_BITPOS form.
2003-01-12Add a link_speed entry to the UID table + readability knit.Thierry Deval
2003-01-12Add link_speed to attach arg.Thierry Deval
2003-01-12Add PHY packets defines.Thierry Deval
2003-01-12regenMichael Shalayeff
2003-01-12order the intel section and add a couple of nforce prods from dmesglogMichael Shalayeff
2003-01-12add support for via rhine III; Jonathon Fletcher, jonathon.fletcher at pobox ↵Jason Wright
dot com
2003-01-12pad tx buffer with zero's; John L. Scarfone, j0 at cox.netJason Wright
2003-01-12Make this work on 64 bit arch'sBob Beck
ok millert@
2003-01-11regenHenning Brauer
2003-01-11VIATECH VT8235_AGPHenning Brauer
2003-01-11regenHenning Brauer
2003-01-11Via VT8377 Host-PCIHenning Brauer
2003-01-11Whitespace KNFRyan Thomas McBride
2003-01-11use errx instead of handcrufting the same with fprintf and exitHenning Brauer
2003-01-11-use inet_net_pton to parse IPv4 addresses, gains us support for CIDR (10/8)Henning Brauer
-remove a redundant strlen check ok cedric@
2003-01-11whitespace KNF _AGAIN_Henning Brauer
2003-01-11syncJason Wright
2003-01-11via rhine III; jonathon.fletcher at pobox.comJason Wright
2003-01-11set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.auMarkus Friedl
2003-01-11o specifying host on the command line implies the -a flagTodd C. Miller
o honor -h, -i, and -u when hosts are specified on the command line o print hostname when no users for "rusers -la" o print "day" not "days" when there is only one of them o avoid calling malloc(0) (pedantic, this was not used unsafely)
2003-01-11Manpage fixups from jmc, plus a minor tweak by me.Hugh Graham
2003-01-11Attempt to do something reasonable when overwrite mode is combinedHugh Graham
with hard links, and document it. In consultation with dynamo and approved by millert.
2003-01-11add back fserr and fsbail deleted in previous commitJason Wright
2003-01-11Remove the vm_* manpages, these functions were replaced in uvm.Wilbern Cobb
ok art@
2003-01-11- arrange the prototypes in sections.Wilbern Cobb
- describe bus_addr_t and bus_size_t in DATA TYPES. - remove redundant NOTES section. ok art@, jason@.
2003-01-11typoChristian Weisgerber
2003-01-10typo; from Nils Nordman <nino at nforced dot com>.Federico G. Schwindt
2003-01-10Symbol LA4123 and Nortel E-mobility 211818-A PCI cards are now supported.Todd C. Miller
2003-01-10Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCITodd C. Miller
cards. These use an ACEX EP1K30 programmable logic device (PLD) as the PCMCIA->PCI bridge. There's no documentation available on how Symbol has this configured; the magic bits are based on modifications to the Linux orinoco driver by Tobias Hoffmann. He, in turn, figured out the magic from the Windows driver. This does mean we have undocuemnted hex constants; sigh. I also moved commented bridge chip info to right before the appropriate bridge attachment. The massive comment at the top of the file was becoming illegible.
2003-01-10Don't call wi_cor_reset() in wi_attach(); since sc_firmware_type isTodd C. Miller
not set yet this is a NOOP (noticed some time ago by fgs@). Call wi_cor_reset() from wi_watchdog() so we do a soft reset of the card. Currently, we only reset Symbol cards but should probably reset all but Lucent cards with very old firmware revisions.
2003-01-10now that epconfig() prints stuff another new way fix the dmesg print again. ↵Michael Shalayeff
also reclaim resources on failures and etc
2003-01-10Fix adding and deleting addresses in a table when there is a conflict withCedric Berger
the "negated" attribute of an address. The previous behaviour was incorrect in both cases (too strict for the add command and too permissive for the delete command). ok dhartmei@
2003-01-10Be a bit more strict when parsing options.Cedric Berger
Disallow "pfctl -s rabbits" and friends. ok dhartmei@
2003-01-10splio->splbio in commentAlexander Yurchenko
2003-01-10Cosmetic change, makes code a bit easier to understand.Cedric Berger
2003-01-10typo in comment; Jim GeovediHenning Brauer
2003-01-10case; jmcFederico G. Schwindt
2003-01-10More details about the -T flag. Suggested by Rukh <openbsd@rukh.net>Cedric Berger
2003-01-10hush socket() errors, except last. Fixes mindrot bug #408; ok markus@Damien Miller
2003-01-10Don't ftruncate after write error, creating sparse files of incorrect lengthDamien Miller
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
2003-01-10Tipo in tabledef grammar. Found by Rukh <openbsd@rukh.net>Cedric Berger
2003-01-10typo police; jmcHenning Brauer
2003-01-10typo; jmcHenning Brauer
2003-01-10Simplify and avoid redundancy in packet send and receive function; ok fgs@Damien Miller