summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-08-28hushJason Wright
2000-08-28driver for broadcom 5400 from FreeBSD.Jason Wright
2000-08-28syncJason Wright
2000-08-28From FreeBSD:Jason Wright
add broadcom 5400 and XaQti PHY definitions
2000-08-27move IPv6 IPsec sysctl # downward, to avoid number conflict in *BSD.Jun-ichiro itojun Hagino
angelos ok
2000-08-26Add support for detach of xe and aue.Nathan Binkert
2000-08-26sync mii code with netbsdNathan Binkert
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway
2000-08-26Typo. Ok deraadt@Kevin Lo
2000-08-26Revert a minor FreeBSD tweak that tends to freeze my machine solid afterAaron Campbell
large amounts of data transfer (ASIX 88141 card).
2000-08-25Sync with FreeBSD. Summary of changes:Aaron Campbell
- Modify to poll link state and positively set MAC's duplex as needed. - Program some DP83815 registers that are recommended for optimum performance. - Select the TX DMA burst size correctly for 10 and 100Mbps modes, especially improving the performance of the DP83815 at 10Mbps.
2000-08-25Match Promise Ultra/100 as PDC20262 instead of PDC20246Chris Cappuccio
(netbsd)
2000-08-25regenNiklas Hallqvist
2000-08-25Remove a blank line that confused the awk script enoughNiklas Hallqvist
to remove the following copyright statement from the generated files. Noticed by Chris Demetriou <cgd@netbsd.org>
2000-08-24Fix a problem when deleting a flow via -delete. This only affects flowsFederico G. Schwindt
using -transport; found by riq@core-sdi.com, fix by angelos@.
2000-08-24Be careful about hzto returning <= 0.Artur Grabowski
2000-08-23Move the updating of timeout queues to after ticks is incremented.Artur Grabowski
The older code actually ensured that no timeout would be too early, but it violated the principle of least surprise by making it seem (when you looked at the time variable) that every timeout was one tick late. Also periodic timeouts (that readd themselves in the timeout function), will now happen with the frequency you expect.
2000-08-23regen.Federico G. Schwindt
2000-08-23- Simplify pread and pwrite now that we have a native implementation.Federico G. Schwindt
- Implement pread/pwrite 64. - Add DUP2FD fcntl command, which is nothing else than dup2 (according to solaris manpage). This solves the dup error and the freezing problem on netscape-solaris (DNS still not working, tho). code from NetBSD.
2000-08-23NetBSD RCS idBrad Smith
2000-08-23svr4_error -> native_to_svr4_errnoBrad Smith
2000-08-23svr4_error -> native_to_svr4_errnoBrad Smith
2000-08-23rename to svr4_error.c to svr4_errno.cBrad Smith
2000-08-212.8-beta (so that X11 can distinguish login.conf)Theo de Raadt
2000-08-21fix indentation from 1.41 additionJason Wright
2000-08-19Late in the release of OpenBSD/pmax 2.7 a conflict between the pmaxMats O Jansson
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will remove the old dc driver. -moj
2000-08-19Late in the release of OpenBSD/pmax 2.7 a conflict between the pmaxMats O Jansson
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will switch over and use the new dz driver. -moj
2000-08-19Late in the release of OpenBSD/pmax 2.7 a conflict between the pmaxMats O Jansson
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will add a new dz driver to replace the current dc. -moj
2000-08-19- introduce new function ubsec_mcopy() which copies the header and trailerJason Wright
of one mbuf into another since ubsec doesn't copy data through - get all of the offsets right for the !nicealign case - style fixes Authentication/Encryption on the same packet now appears to work reliably
2000-08-19MALLOC/FREE -> malloc/free ok art@Nathan Binkert
2000-08-19MALLOC/FREE -> malloc/free ok art@ angelos@Nathan Binkert
2000-08-19- upgrade icmp6 node information query support to 06 draft.Jun-ichiro itojun Hagino
- pedant: possible alignment issue in ALIGN > 8 arch (should be okay for now) (sync with kame)
2000-08-18Stupid Linux redefined SBRK semanticsNiklas Hallqvist
2000-08-18Remove comment that refers to a NOTE that was removed yesterdayMarco S Hyman
2000-08-18Add TCSBRK emulation. bug reported by sparud@crt.seNiklas Hallqvist
2000-08-18wb needs mii_phy for mii_phy_reset()Michael Shalayeff
2000-08-18unused variable if no apm and no pcibios conditions; pt out by chris@Michael Shalayeff
2000-08-17pcibios tells us everything, no bios_pciinfoMichael Shalayeff
2000-08-17use destination lengths when trimming the output packet (cut and pasto)Jason Wright
2000-08-17pcibios0 at bios0 flags 0x0000Michael Shalayeff
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming.
2000-08-17replace if_awi w/ semi-current netbsd driver; still has problemsMichael Shalayeff
2000-08-17- auth+enc sorta works: fixup all of the offsets for encryption/authenticationJason Wright
- also check for cases that ubsec cannot handle (and should not happen anyway) - actually use the destination length to trim the packet in the output descriptor - don't copy the IV into the packet unless it doesn't already have one (old debugging code...) - style fixes
2000-08-16morth to use new timeoutsMichael Shalayeff
2000-08-16Fix AK4531 data sheet link. Ok'd by deraadt@Kevin Lo
2000-08-15Increase if_obytes and if_omcasts in the output routine,Chris Cappuccio
as it replaces ether_output and ether_output does this... (peter.jeremy@alcatel.com.au FreeBSD PR 20611)
2000-08-15print cpu revision and typeMichael Shalayeff
2000-08-15cpu types, enable sti (which works now)Michael Shalayeff
2000-08-15these are our cpu types, we maybe run on them, somedayMichael Shalayeff
2000-08-15note about pcxs and kernel base hereMichael Shalayeff
2000-08-15two btlb routines (i & d) for pcxsMichael Shalayeff
2000-08-15expand per-cpu control routines switchMichael Shalayeff