Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-17 | define constants for PAGE_{SIZE,MASK,SHIFT} | Michael Shalayeff | |
1999-12-17 | track the maximum accessed stack size; basically this small piece of code is ↵ | Michael Shalayeff | |
the same in all the archs | |||
1999-12-16 | sync | Theo de Raadt | |
1999-12-16 | missed some | Theo de Raadt | |
1999-12-16 | sync | Theo de Raadt | |
1999-12-16 | 3c450-TX HomeConnect; wpaul | Theo de Raadt | |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt | |
1999-12-16 | regen. | Federico G. Schwindt | |
1999-12-16 | sigh, fix head. | Federico G. Schwindt | |
1999-12-16 | Add TI1211. | Federico G. Schwindt | |
1999-12-16 | Add in cleaner dual bus and dual LVD bus support. | mjacob | |
1999-12-16 | Add in dual bus (1240/1280) support. Some more cleanups, including fixes | mjacob | |
to the speed update stuff. Also a fix for an amazingly silly botch in isp_async. | |||
1999-12-16 | Roll platform version. Add a second scsi_link struct in the private | mjacob | |
area (for dual bus support). Add in a proper XS_CHANNEL macro. Reorder the printf level ifdefs- DEBUG should come before DIAGNOSTIC | |||
1999-12-16 | Clean up some SXP definitions so that a SXP_BANK1_SELECT can be |'d in. | mjacob | |
Note that there are *two* CONF1 SXP register selects. | |||
1999-12-16 | Add in dual LVD (1280) support. Reorganize the model codes slightly | mjacob | |
and add in IS_DUALBUS and IS_ULTRA2 macros. | |||
1999-12-16 | Add in Qlogic 1240 (Dual Ultra) and Qlogic 1280 (Dual Ultra 2) support. | mjacob | |
Other than some extra cases, there's a bit of hoohah about reading the second SXP's register bank on the 1280- not exactly well laid out hardware. The delay(250) functions added to see if this helps in more stable reads of SXP register bits. | |||
1999-12-16 | Split SDEV_NOSYNCWIDE into SDEV_NOSYNC and SDEV_NOWIDE (as is done | mjacob | |
in NetBSD). Look at Inquiry data during probing to further set quirks based upon device capabilities. Thanks to Todd.Miller@courtesan.com for doing the grunt work and encouraging this to get done fully. | |||
1999-12-16 | Get the index in the ifnet_addrs array right (as if_index is | Angelos D. Keromytis | |
pre-incremented on assignment in net/if.c) | |||
1999-12-16 | non-working awi driver; someone finish it | Theo de Raadt | |
1999-12-15 | Require privileges in LMCSIOINFO. | Angelos D. Keromytis | |
1999-12-15 | Require privileges to change card parameters. | Angelos D. Keromytis | |
1999-12-15 | remove pn, replace with dc | Jason Wright | |
1999-12-15 | make dc only match pn (temporarily) | Jason Wright | |
1999-12-15 | never go into persist mode if there are still segments to be retransmitted. | Niels Provos | |
set retransmit timer again if it was cleared, that can happen in SACK when there are no elligble SACK holes to be retransmitted and the receiver window is full. | |||
1999-12-15 | do not overwrite traffic class portion when filling in IPv6 version field. | Jun-ichiro itojun Hagino | |
1999-12-15 | don't check INET too much, it will make trouble with lkm compilation. | Jun-ichiro itojun Hagino | |
1999-12-15 | Import of Darren Reed's IPFilter 3.3.4, including OpenBSD patches. | Kjell Wooding | |
Many, many enhancements and improvements, including new in-kernel proxies, enhancements to logging, and many bugfixes. Note: Man pages have not yet been re-converted to mdoc. | |||
1999-12-15 | nuke *vm_alloc_page_contig, use bus_dma | Jason Wright | |
1999-12-14 | remove *vm_page_alloc_contig in favor of bus_dma. | Jason Wright | |
1999-12-14 | sack.end may not be > tp->snd_max but can be equal. | Niels Provos | |
1999-12-14 | remove rl* and rlphy* | Jason Wright | |
1999-12-14 | compat_bsdos needs this also. millert@ ok. | Hakan Olsson | |
1999-12-14 | Compile. | Jason Downs | |
1999-12-14 | Thanks aaron. | Constantine Sapuntzakis | |
Changed time->ticks | |||
1999-12-14 | merge with freebsd: | Jason Wright | |
o add flag DC_TX_INTR_ALWAYS for PNIC o Try to unreset the SIA as soon as possible in dc_reset() | |||
1999-12-14 | Change cast (and argument declaration) from int to u_long so it | Angelos D. Keromytis | |
compiles on alpha (janjaap@stack.nl) | |||
1999-12-14 | Change error diagnostic from "lost interrupt" to "timeout" | Constantine Sapuntzakis | |
Interrupt may not actually be lost. Maybe the application sent an unreasonably low timeout. To conclude lost interrupt, the device driver needs to check that the device actually transitioned to a new state. It is a bit premature to say this here. | |||
1999-12-14 | Various fixes: | Constantine Sapuntzakis | |
Use ticks not time. Ticks is monotonically increasing. Fix error output in wdc_atapi_ctrl ATAPI errors -> SCSI errors conversion now works better Other minor cleanup | |||
1999-12-14 | New ipfilter files. Preparing for merge of ipfilter 3.3.4. | Kjell Wooding | |
1999-12-13 | remove extra checks for #define INET (merged mistakingly from kame). | Jun-ichiro itojun Hagino | |
this is harmful against some of lkm compilation. | |||
1999-12-13 | (hopefully) fix pauses reported by ES1370 users | Constantine Sapuntzakis | |
Fix failure to start playing in my ES1371-based card. Was caused by a disabled sample rate converter. Support for newer ES1371 variants Codec and sample-rate converter functions updated to reflect black magic in FreeBSD | |||
1999-12-13 | sync | Constantine Sapuntzakis | |
1999-12-13 | Ensoniq AudioPCI proliferation: CT5880 and Ectiva 1938 | Constantine Sapuntzakis | |
1999-12-12 | hide debug printf behind #ifdef PMAPDEBUG | Michael Shalayeff | |
1999-12-12 | make it easier to synchronize INP_xx flags and IN6P_xx flags. | Jun-ichiro itojun Hagino | |
1999-12-12 | fix IPv6 advanced API (RFC2292) for udp socket. | Jun-ichiro itojun Hagino | |
TODO: ditto for raw and tcp socket | |||
1999-12-12 | they say that cr 24-31 are for interrupt handlers use, so pdc may mangle those | Michael Shalayeff | |
1999-12-12 | do homebrew pmap_changebit pmap_new way | Michael Shalayeff | |
1999-12-11 | Remove old IDE driver | Constantine Sapuntzakis | |
1999-12-11 | Remove old atapi driver | Constantine Sapuntzakis | |