Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-17 | regen. | Federico G. Schwindt | |
1999-12-17 | Add LT Win Modem V.90. Correct lucent products entry. | Federico G. Schwindt | |
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 | 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 | 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 | make dc only match pn (temporarily) | Jason Wright | |
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 | 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 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-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-11 | Remove old IDE driver | Constantine Sapuntzakis | |
1999-12-11 | Remove old atapi driver | Constantine Sapuntzakis | |
1999-12-11 | Bye-bye to the old ATAPI driver | Constantine Sapuntzakis | |
1999-12-11 | Cleanup. | Constantine Sapuntzakis | |
Better timeout logic | |||
1999-12-11 | ATAPI Tape drive support. Should be considered experimental. | Constantine Sapuntzakis | |
Major restructuring of the code path that sends ATAPI packet commands. One set of functions works in polling, process, and interrupt contexts. | |||
1999-12-10 | simple driver for Texas Instruments TNETE2101 phy | Jason Wright | |
1999-12-10 | sync | Jason Wright | |
1999-12-10 | add TNETE2101 | Jason Wright | |
1999-12-10 | sync | Jason Wright | |
1999-12-10 | add DAVICOM, DAVICOM DM9100, and DAVICOM DM9102 | Jason Wright | |
1999-12-09 | $OpenBSD$ id's | Jason Wright | |
1999-12-09 | uncomment dc | Jason Wright | |
1999-12-08 | sync | Theo de Raadt | |
1999-12-08 | @@@0001 is not a sb | Theo de Raadt | |
1999-12-08 | DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace the | Aaron Campbell | |
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD. | |||
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jun-ichiro itojun Hagino | |
1999-12-08 | Remove unused #define cruft. | Aaron Campbell | |
1999-12-08 | Whoops; forgot to bump FreeBSD version numbers. | Aaron Campbell | |
1999-12-08 | Sync with FreeBSD: | Aaron Campbell | |
- Reset the PHY before selecting a mode. - Program IPG register to match duplex setting in accordance with Adaptec manual recommendations. | |||
1999-12-08 | Sync with FreeBSD: | Aaron Campbell | |
- Use TX descriptor polling, similar to the xl driver, to reduce TX overhead. - As in if_sf, reset PHY when switching modes. - Remove unused code that was #ifdef foo'd out. | |||
1999-12-07 | driver for National Semiconductor 83843; from NetBSD. | Jason Wright | |