summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-06-08invert caps w/ shifts, also cleanup the whole routine; pointed out by ↵Michael Shalayeff
pvalchev@; aaron@ ok
2001-06-08it seems that via has 7, not 4 pci interrupt lines.Michael Shalayeff
this fixes unmapped interrupts on some via-based boards, reported by angelos@, tested w/ aaron@, millert@, jason@. in any case must not break currently working boards.
2001-06-08Trim include files.Angelos D. Keromytis
2001-06-08Trim some unnecessary includes.Angelos D. Keromytis
2001-06-08Fork out some of the code in pfkeyv2.c to pfkeyv2_convert.c, to makeAngelos D. Keromytis
the former more managable/readable (an almost impossible task).
2001-06-08Add pfkeyv2_convert.cAngelos D. Keromytis
2001-06-08Adjust to recent locking protocol changes; beck@Aaron Campbell
2001-06-08Initial cut at a driver for the National Semiconductor DP83820 and DP83821Nathan Binkert
gigabit macs. (Not working for me yet.) From FreeBSD
2001-06-08Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861)Nathan Binkert
From FreeBSD (Unverified)
2001-06-08Add some general support info for gigabit physNathan Binkert
Fix some comments Remove some dead code From NetBSD
2001-06-08Put back bus_dmaification of context's (seems to have been fixed byJason Wright
recent changes to cryptosoft.c). So, mcr and pktbuf handling to go...
2001-06-07regenTodd C. Miller
2001-06-07no longer need bogus Linksys WPC11 entry now that we autodetect prism vs. lucentTodd C. Miller
2001-06-07Kill #define duplicates between if_wireg.h and if_wi_ieee.hTodd C. Miller
2001-06-07Simplify SPD logic (and correct some input cases).Angelos D. Keromytis
2001-06-07remove extra space before ether address for Lucent wi boardsTodd C. Miller
2001-06-07On a pfkeyv2_get(), allocate enough room for the extra stuff we storeAngelos D. Keromytis
in the SA.
2001-06-07no, definately *wi.* does not work hereMichael Shalayeff
2001-06-07missed from last ci, all is from netbsd of courseMichael Shalayeff
2001-06-07no longer need to set sc_prism2 manuallyTodd C. Miller
2001-06-07probe prism2 chips based on the probed card id, not cisMichael Shalayeff
2001-06-07fix typo in wi* at pciTodd C. Miller
2001-06-07use faster arc4random() instead of get_random_bytes(); jason@ okMichael Shalayeff
2001-06-06typo in commentArtur Grabowski
2001-06-06in bridge_filter(), pullup hlen, not sizeof(struct ip); ok jason@jasoni
2001-06-06be more consistant in codec i/o debug printsMichael Shalayeff
2001-06-06Call doshutdownhooks() in boot(). ok jj@ niklas@Miod Vallat
2001-06-06Use pool(9) for some of the structures, and splimp/splx to protectAngelos D. Keromytis
from ourselves. Should solve PR 1850.
2001-06-06We now disable interrupts in the bus-specific attach routine.Todd C. Miller
2001-06-06wi* @ pciTodd C. Miller
2001-06-06PCI shim for if_wi.c as promised. Magic for setting the PLX upTodd C. Miller
correctly take from the FreeBSD driver and explained by imp@ Currently this is hard-coded for PrismII cards but that will change when the PrismII auto-detect code is added to if_wi.c. Tested with a LinkSys WPC11 in a Global Sun GL24110P02 (aka LinSys WDT11)
2001-06-06regenTodd C. Miller
2001-06-06Add products based on the PLX 905x that act as dumb PCI -> PCMCIA bridgesTodd C. Miller
2001-06-06missing bus linkage. ok, niklas@David Leonard
2001-06-06Don't bother migrating software sessions, as this might lead toAngelos D. Keromytis
session leakage.
2001-06-06Don't forget to make it compile.Angelos D. Keromytis
2001-06-05Allow boot -c to change number of gre devices. -moj ok angelos@Mats O Jansson
2001-06-05Call doshutdownhooks() in boot(). Cleanup code path a little.Miod Vallat
2001-06-05Don't forget to init b_dep.Artur Grabowski
2001-06-05make kqueue behave like selectNiels Provos
2001-06-05send note_revoke to knotes when vnode goes away, okay art@Niels Provos
2001-06-05make kqueue work on ext2fsNiels Provos
2001-06-05generic kqfilter that just like select returns ready for read and write.Niels Provos
2001-06-05fix kqueue EVFILT_WRITE; okay art@Niels Provos
2001-06-05Use mi round_page() and trunc_page() macrosTodd C. Miller
2001-06-05memset/memcpy -> bzero/bcopy. Some KNF.Hakan Olsson
2001-06-05That DPRINTF() is not needed.Angelos D. Keromytis
2001-06-05Add a few DPRINTF()'sAngelos D. Keromytis
2001-06-05That debug message was just too chatty, even as a debug message :-)Angelos D. Keromytis
2001-06-05Clear acquires only if TDB was established correctly.Angelos D. Keromytis