summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-06syncFederico G. Schwindt
2000-07-063com 3C339 token ring.Federico G. Schwindt
2000-07-06Sync with NetBSD.Aaron Campbell
2000-07-06Note support for National Semiconductor DP83815-based PCI Ethernet.Aaron Campbell
2000-07-06Add support for the National Semiconductor DP83815 Fast Ethernet chip.Aaron Campbell
This chip is currently being used on the NetGear FA312-TX adapter, which is presumably a replacement for the PNIC-based FA310-TX. From FreeBSD.
2000-07-06dummy me, forgot \n in panic->printf transitionMichael Shalayeff
2000-07-06syncAaron Campbell
2000-07-06oopsAaron Campbell
2000-07-06don't panic for nothingMichael Shalayeff
2000-07-06Add ICU 82801AA_LPC (as on the OR840 motherboard).Hakan Olsson
2000-07-06The Cisco 340 is the same as the Aironet 4800 (Cisco bought Aironet).Todd C. Miller
2000-07-06syncAaron Campbell
2000-07-06Add new NatSemi Ethernet product.Aaron Campbell
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
code and keep old behaviour. (art@ ok)
2000-07-06Change splsoftclock() to spllowersoftclock(). (art@ ok)Hakan Olsson
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok)
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-06#ifndef MSGBUFSIZE, ok niklas@Eric Jackson
2000-07-06remove ip6defaultif, this is just for IPv6 specification pedantsJun-ichiro itojun Hagino
2000-07-06Fix pmap_activate and activation of theArtur Grabowski
correct pmap.
2000-07-06Make the handling of going into ddb from the console more like theArtur Grabowski
other architectures.
2000-07-06remove mobile-ip option description, merged in by mitsakeJun-ichiro itojun Hagino
2000-07-06Move domain.h above so this compiles again.Federico G. Schwindt
Remove netinet.h within ifdef INET6; this is already included.
2000-07-06more statsJun-ichiro itojun Hagino
2000-07-06sync with router renumber struct decl change.Jun-ichiro itojun Hagino
more logs. make it very sure to close temporary socket.
2000-07-06- more icmp6/ip6 stats.Jun-ichiro itojun Hagino
- protect IPv6 ND from being hosed (due to neighbor unreachability detection hint) by wrong tcp traffic. still not sure if there's real attack, but it is good to be cautious. - avoid bitfield for router renumbering header decl. - implement packet-per-sec limitation for icmp6 errors, turn interval limit off (it is not very useful due to unix timer resolution).
2000-07-06Don't write password lines longer than 1023 chars.Hakan Olsson
Change two instances of err() to errx().
2000-07-06use %s with printf familyTheo de Raadt
2000-07-06Don't include <vm/vm.h> twice. (art@ ok)Hakan Olsson
2000-07-06i feel dirty whenever i edit in hereTheo de Raadt
2000-07-06Typo in comment and some cleanup of roundrobin.Artur Grabowski
2000-07-06do not assume h_errs[] is clean, use %sTheo de Raadt
2000-07-06snprintf with %s when copying the pagerTheo de Raadt
2000-07-06printf with % for the promptTheo de Raadt
2000-07-06Port latest in from FreeBSD- finally have some of the link issues sortedmjacob
out so we should now be able to work with switches.
2000-07-06Reorder irq enabling and vector setup; makes Ricoh-based PCI-CardBus bridgesAaron Campbell
behave more nicely. Also remove statics. From niklas@
2000-07-06Enable CardBus per Theo's request, so we can iron out the wrinkles faster. AlsoAaron Campbell
enable the PCIBIOS* options so they can be tested as well. Currently, support only for 3c575- and 3c656-based 3Com CardBus NICs, but we're working to add more drivers.
2000-07-06fix another, similar typoAaron Campbell
2000-07-06typoAaron Campbell
2000-07-06Resync with FreeBSD/NetBSD. Salient features are that the mailbox commandmjacob
routines are not necessarily polled now- this should cut down on some of the spurious lost commands that have occurred. Also, we now watchdog each command and make sure that command constipation doesn't occur (which it has been documented to do on the QLA2100 cards).
2000-07-06Use isp_handle_index functions. Reorder when things getmjacob
done (and return CMD_EAGAIN on request queue overflow so we can retry).
2000-07-06completely remove ipv4 mapped cases from tcp_input().Jun-ichiro itojun Hagino
cleanup (indentation, v4-or-v6 conditions)
2000-07-06Split PCI firmware into separate (product) files to minimizemjacob
CVS rototillage on f/w upgrades.
2000-07-06Use new isp_handle_index function. Pull in f/w from separate files.mjacob
2000-07-06Insert missing .El directives.Aaron Campbell
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-07-06Insert missing .El directive; todd@Aaron Campbell
2000-07-06Add in a timeout structure to the scsi_xfer structure so that HBA's canmjacob
watchdog per command. Reserve 4 bits of the flags field for the HBA's private use (e.g., for saying whether the commands in the middle of being watchdogged....).
2000-07-06printf %sTodd T. Fries
2000-07-06use %s with fprintfTheo de Raadt