Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | add mii attribute to wb | Jason Wright | |
1999-11-20 | ioctl arguments are u_long. | Marc Espie | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
1999-11-19 | use bus_dma* | Jason Wright | |
merge with freebsd: use dev/mii layer do a more full reset in wb_reset() | |||
1999-11-17 | merge with freebsd: | Jason Wright | |
o make sure busmaster/io/mem bits are set appropriately o make sure the card powers up correctly | |||
1999-11-17 | mii fixups and merge with freebsd: | Jason Wright | |
o fix tx recovery with call to rl_reset/rl_init o automatic tuning of tx threshold o make sure first mbuf contains the entire ether_header o remove matching of SiS 900 chipset | |||
1999-11-17 | New interface to ATA registers that goes through the lower-level device | Constantine Sapuntzakis | |
driver (pciide, wdc, etc.) Remove #define WDCDEBUG from top of files More fixes to ATAPISCSI logic: Not all devices transition correctly between phases. Devices are supposed to keep BSY high until they've set the registers to the next sensible state. Some devices drop BSY and leave the registers in an old or nonsense state. Our polling code is extremely sensitive to this (though an early itnerrupt could also observe this). So, if the device is in an unexpected state, the new polling code waits for a while in the hope that it enters a better state. This seems to fix many of the problems reported. Also, there was a horrible bug which would cause sense to fail on a ATAPI command that sent data to the drive | |||
1999-11-16 | Remove unused (ifdef:d away) variables. | Artur Grabowski | |
(shrinking my "grep vm_offset_t") | |||
1999-11-15 | Remove a duplicate #include. | Aaron Campbell | |
1999-11-14 | Kill the overly verbose description strings, add another device. | Jason Downs | |
1999-11-14 | Regen | Jason Downs | |
1999-11-14 | Shrink more; make all puc devices simply "I/O", and add another one. | Jason Downs | |
1999-11-14 | sync | Theo de Raadt | |
1999-11-14 | shrink | Theo de Raadt | |
1999-11-11 | add a powerhook to disable DMA on suspend. okay jason@ | Niels Provos | |
adapted from NetBSD Thu Oct 28 19:21:51 1999 UTC by sommerfeld: Fix suspend/resume-related problems observed on fxp0 on Sony Z505S: Symptoms: system would crash with "data modified on free list" pool panic from the mbuf cluster pool shortly after a resume. The cluster in question contained a valid 82557 receive descriptor and an IP packet. Happened sporadically in normal use. Easiest way for me to reproduce it was to run tcpdump and a flood ping and do a suspend/resume cycle or two. Changes: - in interrupt handler, if the interface isn't in IFF_RUNNING state, just ack interrupts and return; don't try to receive packets, queue new descriptors, etc., etc., - add power control hook to take interface down on suspend, and restart it (if it was up) on resume. - tweaks to fxp_stop and fxp_shutdown to avoid recursive panics due to the (now fixed) bug. | |||
1999-11-09 | sync | Niels Provos | |
1999-11-09 | neomagic 256av | Niels Provos | |
1999-11-09 | sync | Chris Cappuccio | |
1999-11-09 | Add Triones/Highpoint HPT343, HPT366 | Chris Cappuccio | |
1999-11-07 | sync with NetBSD. | Federico G. Schwindt | |
1999-11-04 | Make sure bus mastering is enabled, from freebsd if_de.c | Chris Cappuccio | |
1999-11-03 | Typo in boot message. | Angelos D. Keromytis | |
1999-11-03 | sync | Hakan Olsson | |
1999-11-03 | Two more Neomagic chipsets. | Hakan Olsson | |
1999-11-03 | Regen. | Aaron Campbell | |
1999-11-03 | Add Adaptec AIC6915. | Aaron Campbell | |
1999-11-03 | Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD. | Aaron Campbell | |
Thanks to jason@ for lots of debugging help. | |||
1999-11-03 | sync | Chris Cappuccio | |
1999-11-03 | 5597 is a host bridge | Chris Cappuccio | |
1999-11-03 | 0x5597 will never match an SiS pciide controller because they are 0x5513 | Chris Cappuccio | |
The NetBSD pcidevs is confusing because it calles "5597_IDE" 0x5513, but OpenBSD pcidevs just had "SiS 5597" as 0x5597 | |||
1999-11-02 | fix printf (had an extra space) | Chris Cappuccio | |
add useless comments to new Intel code | |||
1999-10-31 | critical fixes, overdone, but who cares, a localhost crash is bad | Theo de Raadt | |
1999-10-29 | fix comment to match code | Jason Wright | |
1999-10-28 | Regen | Aaron Campbell | |
1999-10-28 | Add ADMtek products. | Aaron Campbell | |
1999-10-28 | Driver for ADMtek AL981/AN985 Ethernet controllers; from FreeBSD. | Aaron Campbell | |
1999-10-28 | hush up the link up/down messages | Jason Wright | |
1999-10-26 | Support LMC1200 | Chris Cappuccio | |
Based on LMC's Linux code | |||
1999-10-26 | sync | Chris Cappuccio | |
1999-10-26 | add LMC1200 | Chris Cappuccio | |
1999-10-26 | Missed earlier: add PCI_HDRTYPE_TYPE macro, from NetBSD. | Jason Downs | |
1999-10-26 | PCI "universal" communication device driver, by cgd@netbsd.org. | Jason Downs | |
1999-10-26 | sync | Jason Downs | |
1999-10-26 | Add puc device IDs. | Jason Downs | |
1999-10-25 | use bus_dma instead of [u]vm_page_alloc_contig | Jason Wright | |
1999-10-22 | fix some panic bugs; jason | Theo de Raadt | |
1999-10-14 | tick tock the mii clock during the stats update | Jason Wright | |
1999-10-10 | Print out the irq in attach. Thanks downsj@cvs | Constantine Sapuntzakis | |
1999-10-09 | Attach to the new 82559 ID number as well. | Jason Downs | |
1999-10-09 | Sync | Jason Downs | |