summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-09-17Match the new D-Link DSB-650 product ID.Aaron Campbell
2000-09-17syncAaron Campbell
2000-09-17Another D-Link DSB-650 adapter product ID; from FreeBSDAaron Campbell
2000-09-17Twiddle another bit to illuminate the link LED on the 3C589E 10BaseT connector.Aaron Campbell
2000-09-16- No need to do bpfdetach(), that's done in if_detach().Aaron Campbell
- No need to keep around NetBSD NRND cruft. - Indentation fixes.
2000-09-16Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. NoAaron Campbell
actual code changes here, just a comment added to the list of supported cards, since the 3C3 has the same product ID as the 3CC (according to dahinds@users.sourceforge.net).
2000-09-16Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsAaron Campbell
(i.e., HP OmniBooks). I have sent these changes to a tester but I haven't heard back yet. Assume for now the changes are OK since all of the other variants I have still work.
2000-09-16syncAaron Campbell
2000-09-16Add product IDs for 3Com 3C556 and 3C556B MiniPCI Ethernet devices.Aaron Campbell
2000-09-16Some changes from NetBSD:Aaron Campbell
- Remove an unnecessary global reset that was only used for debugging purposes. - Make the cardtype names more meaningful. - Some variable renaming for consistency.
2000-09-16repair IPv6 multicasting. INP_IPV6_MCAST is necessary.Jun-ichiro itojun Hagino
(i will try to remove this flag bit later)
2000-09-16kame sys/netinet6/icmp6.c 1.140 -> 1.144.Jun-ichiro itojun Hagino
> in the check for the incoming redirect message, examine the gateway > (from the routing table) only when the address family of the gateway is > AF_INET6.
2000-09-16It is possible to have more than one usb keyboard configured thru wskbd.Dale S. Rahn
2000-09-15Support the ejection of mii ep(4) devices, i.e., the 3c574.Aaron Campbell
2000-09-15hmm, it seems that alignment is actually 512 everywhere, -- fix the comment; ↵Michael Shalayeff
add one unknown aen
2000-09-15syncTheo de Raadt
2000-09-15name twe by a name that means something, instead of corporate mumbo jumboTheo de Raadt
2000-09-15tweMichael Shalayeff
2000-09-15add 3ware raid controllerMichael Shalayeff
2000-09-15forgot to turn off debuggingMichael Shalayeff
2000-09-153ware escalade ide raid controllersMichael Shalayeff
2000-09-153ware escalade is comingMichael Shalayeff
2000-09-15When calling a signal handler, don't pass the kernel (local) address in r5.Dale S. Rahn
- From NetBSD
2000-09-15enable hw rng for vanilla 810; 10x for testing to Stephan Somogyi ↵Michael Shalayeff
<somogyi@gyroscope.net>
2000-09-14syncTheo de Raadt
2000-09-14more lava; moride@portside.net has oneTheo de Raadt
2000-09-14more lavas; moride@portside.net has oneTheo de Raadt
2000-09-14crank MSGBUFSIZETheo de Raadt
2000-09-14simplify printingTheo de Raadt
2000-09-14recognize Diamond RIO 600 USB; from NetBSDJakob Schlyter
2000-09-14regenJakob Schlyter
2000-09-14add Rio 600 USBJakob Schlyter
2000-09-14syncNiklas Hallqvist
2000-09-14Alta Tech only OEMed, the real vendor was Packet EnginesNiklas Hallqvist
2000-09-14syncNiklas Hallqvist
2000-09-14Adaptec and RCC extrasNiklas Hallqvist
2000-09-14syncNiklas Hallqvist
2000-09-14i960 PCI-PCI bridgesNiklas Hallqvist
2000-09-14syncNiklas Hallqvist
2000-09-14ATI Mach64 GYNiklas Hallqvist
2000-09-14syncNiklas Hallqvist
2000-09-14Altatech PMC/GNIC2 gigabit ethernetNiklas Hallqvist
2000-09-14syncNiklas Hallqvist
2000-09-14oops pastoNiklas Hallqvist
2000-09-14syncNiklas Hallqvist
2000-09-14Some Adaptec-based RAID product IDsNiklas Hallqvist
2000-09-13Add support for ipf. -mojMats O Jansson
2000-09-13Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to makeAaron Campbell
non-MII 21143-based cards work. The sync just fixes the LED handling on these kinds of adapters.
2000-09-12o add missing getsid() prototypeTodd C. Miller
o fix typo in getsid() that broke getsid(pid) where pid != 0 o cause getsid() and getpgid() to return EPERM if requesting the id of a session/process group not in the current session o check for NULL session in getsid() for exiting processes
2000-09-12regenTodd C. Miller