Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-29 | undo this; adds files, unacceptable at this point in release | Theo de Raadt | |
2000-10-29 | sync | Aaron Campbell | |
2000-10-29 | - Add many new devices gleaned from dmesglog. | Aaron Campbell | |
- Rearrange some entries that weren't in the proper ID-order. - Fix some typos as well. | |||
2000-10-28 | Reduce footprint of ATA driver by only having PROBE debug messages compiled | Constantine Sapuntzakis | |
in by default. | |||
2000-10-27 | Patch to get rid of ST506 phantoms. Thanks to Grigoriy Orlov for the design | Constantine Sapuntzakis | |
and testing. | |||
2000-10-27 | Make cardbus version of dc detach properly. OK aaron@ | Nathan Binkert | |
2000-10-27 | From FreeBSD: | Aaron Campbell | |
Yet another bug fix/optimization for the Davicom DM9100/9102: increase the PCI latency timer value to 0x80. Davicom's Linux driver does this, and it drastically reduces the number of TX underruns in my tests. (Note: this is done only for the Davicom chips. I'm not sure it's a good idea to do it for all of them.) | |||
2000-10-27 | From FreeBSD: | Aaron Campbell | |
Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicom chips. Do not set DC_TX_ONE. The DC_TX_USE_INTR flag causes dc_encap() to set the 'interrupt on TX completion' bit only once every 64 packets. This is an attempt to reduce the number of interrupts generated by the chip. You're supposed to get a 'no more TX buffers left' interrupt once you hit the last packet whether you ask for one or not, however it seems the Davicom chip doesn't generate this interrupt, or at least it doesn't generate it under the same circumstances. The result is that if you transmit n packets, where n is less than 64, and then wait 5 seconds, you'll get a watchdog timeout whether you want one or not. The DC_TX_INTR_ALWAYS causes dc_encap() to request an interrupt for every frame. | |||
2000-10-27 | Put dc(4) cardbus attachment on floppyC, too. | Aaron Campbell | |
2000-10-27 | sync | Aaron Campbell | |
2000-10-27 | shorten | Aaron Campbell | |
2000-10-27 | and angry dwarfs came on to me | Michael Shalayeff | |
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff | |
from gluk@ptci.ru; deraadt@ and niklas@ ok | |||
2000-10-26 | Remove the notion of "Copybuffer ownership" now that copybuffer contents are | Aaron Campbell | |
always cleared on logout; from Jean-Baptiste.Marchand@epita.fr. | |||
2000-10-26 | Add support for ADMtek AN985 Centaur-C CardBus Ethernet interfaces. Thanks for | Aaron Campbell | |
ADMtek for sending me a couple demo boards. | |||
2000-10-26 | sync | Theo de Raadt | |
2000-10-26 | shorten lots | Theo de Raadt | |
2000-10-26 | sync | Aaron Campbell | |
2000-10-26 | Add ADMtek AN985 CardBus. | Aaron Campbell | |
2000-10-26 | match via82c586 also on other apollo chipsets, such as VT82C585, VT82C596A, ↵ | Michael Shalayeff | |
VT82C686A; after pondering in linux code; krw@ testing; deraadt@ ok | |||
2000-10-26 | fix bpf; diagnosed by fgs | Theo de Raadt | |
2000-10-26 | Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully | Aaron Campbell | |
on four different models, including the CBEM56G-100, RBE-100 RealPort, and the RBEM56G-100 RealPort. This commit adds support only for the LAN components; the modem is not configured yet. Detach support to come. Based on work from FreeBSD, mickey@, nate@, and myself. | |||
2000-10-26 | sync | Theo de Raadt | |
2000-10-26 | a 3Dlabs card | Theo de Raadt | |
2000-10-26 | shadow the dmaier to avoid an additional pci read in the interrupt path | Jason Wright | |
if mastering isn't enabled, scream document netsec rev A workaround | |||
2000-10-25 | Do not null deref in the IPSEC+PMTU case; provos@ ok. Thanks to | Aaron Campbell | |
andrews@crt.se for testing. | |||
2000-10-25 | silence the "no multicast" warning for IFT_ENC, too | Jason Wright | |
deraadt ok | |||
2000-10-25 | mark swap16() and swap32() with __extension__; guenther@gac.edu | Theo de Raadt | |
2000-10-25 | put back using bios_pciinfo, we will rework it later on | Michael Shalayeff | |
2000-10-25 | some people may say that i suck | Michael Shalayeff | |
2000-10-25 | add pciprobe back into /boot. | Michael Shalayeff | |
it appears there are machines only equipped w/ real-mode pci bios. int time, we will benefit from this the other way around, -- we'll elliminate pci bios _calls_ in kernel instead. | |||
2000-10-25 | Wrap PCVT mouse operations in spltty(); deraadt@ ok | Aaron Campbell | |
2000-10-24 | Duh, C_WAIT will always be set if the card is inactive, but that interrupt | Jason Wright | |
isn't always enabled. (CSR & IER) == 0, means not to claim the intr. deraadt ok | |||
2000-10-24 | RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tag | Hugh Graham | |
underneath, so fix up netbsd tag and try again. Also tag files.vax. | |||
2000-10-24 | Verify that memory regions are always page aligned and multiple of page size. | Dale Rahn | |
The kernel does not want to deal with memory that is not page aligned. | |||
2000-10-24 | Code to emulate instructions trapped by a privinflt. | Hugh Graham | |
Currently only one instruction emulated (mostly): polyd Obtained from: NetBSD; Cleared with Theo. | |||
2000-10-23 | unreset takes time too, and you notice this on a p3/933 | Theo de Raadt | |
2000-10-23 | ok, i think all i82802-using host bridges are in here now | Theo de Raadt | |
2000-10-23 | sync | Theo de Raadt | |
2000-10-23 | full line of i815 devices | Theo de Raadt | |
2000-10-23 | Kbit | Theo de Raadt | |
2000-10-23 | i820 also does rng; art tested | Theo de Raadt | |
2000-10-22 | oops; deraadt@ ok | Michael Shalayeff | |
2000-10-21 | 82801BA is DMA, in 3 months there will be lots of these | Theo de Raadt | |
2000-10-21 | w/ help of aaron@ make it work now: | Michael Shalayeff | |
base the segment for a service returned by bios32 service directory on absolute 0, w/ a length extending to a full megabyte, 32bit descriptor of course. this approach seems to be the most compatible. map only the bios32 area though. | |||
2000-10-21 | (Temporarily) disable DMA support for OPTi 82C621 and untested 82C568/82D568 | Chris Cappuccio | |
because it breaks on two different revisions in two different ways and is so old and slow anyways that it isn't that much of an advantage to have DMA | |||
2000-10-20 | fix clean target | Theo de Raadt | |
2000-10-20 | not 2.8-beta anymore, however, the actual cutting-off point for the release | Theo de Raadt | |
is not the moment i commit this change, but later when we unlock the tree to go forward. | |||
2000-10-20 | Add Mhz to cpu information. | Dale Rahn | |
Ok'd deraadt@ | |||
2000-10-20 | Add support for ulpt, USB printers. | Dale Rahn | |