Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-12 | regen | Henning Brauer | |
2003-01-12 | bunch of devices for the nVidia nForce2 chipset | Henning Brauer | |
some input grange@, tested by Johan Lindman <tybollt at solace.mh.se> | |||
2003-01-12 | Cleaner equivalent to p1212_calc_crc() + some param shortcuts. | Thierry Deval | |
2003-01-12 | Trust the link_speed from SelfID (PHY), better than a minimalist (usually | Thierry 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-12 | Add a link_speed entry to the UID table + readability knit. | Thierry Deval | |
2003-01-12 | Add link_speed to attach arg. | Thierry Deval | |
2003-01-12 | Add PHY packets defines. | Thierry Deval | |
2003-01-12 | regen | Michael Shalayeff | |
2003-01-12 | order the intel section and add a couple of nforce prods from dmesglog | Michael Shalayeff | |
2003-01-12 | add support for via rhine III; Jonathon Fletcher, jonathon.fletcher at pobox ↵ | Jason Wright | |
dot com | |||
2003-01-12 | pad tx buffer with zero's; John L. Scarfone, j0 at cox.net | Jason Wright | |
2003-01-12 | Make this work on 64 bit arch's | Bob Beck | |
ok millert@ | |||
2003-01-11 | regen | Henning Brauer | |
2003-01-11 | VIATECH VT8235_AGP | Henning Brauer | |
2003-01-11 | regen | Henning Brauer | |
2003-01-11 | Via VT8377 Host-PCI | Henning Brauer | |
2003-01-11 | Whitespace KNF | Ryan Thomas McBride | |
2003-01-11 | use errx instead of handcrufting the same with fprintf and exit | Henning 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-11 | whitespace KNF _AGAIN_ | Henning Brauer | |
2003-01-11 | sync | Jason Wright | |
2003-01-11 | via rhine III; jonathon.fletcher at pobox.com | Jason Wright | |
2003-01-11 | set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au | Markus Friedl | |
2003-01-11 | o specifying host on the command line implies the -a flag | Todd 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-11 | Manpage fixups from jmc, plus a minor tweak by me. | Hugh Graham | |
2003-01-11 | Attempt to do something reasonable when overwrite mode is combined | Hugh Graham | |
with hard links, and document it. In consultation with dynamo and approved by millert. | |||
2003-01-11 | add back fserr and fsbail deleted in previous commit | Jason Wright | |
2003-01-11 | Remove 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-11 | typo | Christian Weisgerber | |
2003-01-10 | typo; from Nils Nordman <nino at nforced dot com>. | Federico G. Schwindt | |
2003-01-10 | Symbol LA4123 and Nortel E-mobility 211818-A PCI cards are now supported. | Todd C. Miller | |
2003-01-10 | Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCI | Todd 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-10 | Don't call wi_cor_reset() in wi_attach(); since sc_firmware_type is | Todd 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-10 | now that epconfig() prints stuff another new way fix the dmesg print again. ↵ | Michael Shalayeff | |
also reclaim resources on failures and etc | |||
2003-01-10 | Fix adding and deleting addresses in a table when there is a conflict with | Cedric 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-10 | Be a bit more strict when parsing options. | Cedric Berger | |
Disallow "pfctl -s rabbits" and friends. ok dhartmei@ | |||
2003-01-10 | splio->splbio in comment | Alexander Yurchenko | |
2003-01-10 | Cosmetic change, makes code a bit easier to understand. | Cedric Berger | |
2003-01-10 | typo in comment; Jim Geovedi | Henning Brauer | |
2003-01-10 | case; jmc | Federico G. Schwindt | |
2003-01-10 | More details about the -T flag. Suggested by Rukh <openbsd@rukh.net> | Cedric Berger | |
2003-01-10 | hush socket() errors, except last. Fixes mindrot bug #408; ok markus@ | Damien Miller | |
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller | |
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@ | |||
2003-01-10 | Tipo in tabledef grammar. Found by Rukh <openbsd@rukh.net> | Cedric Berger | |
2003-01-10 | typo police; jmc | Henning Brauer | |
2003-01-10 | typo; jmc | Henning Brauer | |
2003-01-10 | Simplify and avoid redundancy in packet send and receive function; ok fgs@ | Damien Miller | |