Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-26 | provide general "probing" routine, also used in isa cards memory sizing; | Michael Shalayeff | |
also utilize port commands (if provided by the md backend); prefix macros w/ IE_; build control structures here, providing sysbus byte in the softc. | |||
1999-11-23 | make CFGPRINTF only available for SCSIDEBUG/DEBUG kernels | mjacob | |
1999-11-23 | make a couple more items CFGPRINTF items | mjacob | |
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1999-11-22 | Fix crock where channel was used before being set. All my kernels | mjacob | |
worked, guess it was a random thing. Pity that the compiler didn't, like it would have for FreeBSD, warn about 'used before being set'. | |||
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
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-09 | in the ifdef POWERPC section, do use ppc, not p4e, for the iohandle | Dale S. Rahn | |
for the console configuration. | |||
1999-10-29 | Change wdc_input_bytes and wdc_output_bytes to use | Constantine Sapuntzakis | |
bus_space_{read,write}_raw_* instead of the byte-swapping API. For PowerPC and other big-endian architectures. | |||
1999-10-29 | reliability fixes from csapuntz; commit message replaced later with details | Theo de Raadt | |
1999-10-28 | Downgrade to mode 2 first if we were udma > 2; from NetBSD. costa@ ok. | Federico G. Schwindt | |
1999-10-26 | This file has my code in it, attach my copyright. | Jason Downs | |
1999-10-09 | wdc layer work: | Constantine Sapuntzakis | |
Separate wdc_probe_caps into wdc_probe_caps and wdc_print_caps for more flexibility in printing capability information. Get rid of wdc_final_attach. Include name of device (e.g. cd0), if possible, on errors. atapiscsi layer work: Put a pointer to the SCSI device into ata_drive_datas' drv_softc field Simplify, simplify, simplify. Got rid of a bunch of fields in atapiscsi_softc Delay printing capabilities until we know the real device name (e.g. st0) | |||
1999-10-06 | New (and better) defines in opl3sa3reg.h. Sayonara! | Federico G. Schwindt | |
1999-10-06 | Add support for bass, treble, surround and mode under equalization class. | Federico G. Schwindt | |
Modify some code for simplicity and remove unused one; from NetBSD. | |||
1999-10-05 | Don't define AUDIO_DEBUG | Constantine Sapuntzakis | |
1999-09-21 | Add get_portnum_by_name to ac97 vtbl. | Constantine Sapuntzakis | |
get_portnum_by_name returns the mixer port # given a (class, device, qualifier) tuple. | |||
1999-09-19 | AC-97 CODEC support. Some help from FreeBSD, esp. on nice printing of | Constantine Sapuntzakis | |
features. | |||
1999-09-05 | style | Niklas Hallqvist | |
1999-08-26 | increase timeout for "lost messages" | David Leonard | |
1999-08-26 | remove some unneeded debugging | David Leonard | |
1999-08-25 | receive works a lot better now | David Leonard | |
1999-08-21 | Disable device interrupts in INTSEL register when interface is down. | David Leonard | |
Some comment cleanup. Add compatible hash function for generating 20-bit security key. (So much for Proxim's security by obscurity.) | |||
1999-08-19 | increase size of register copies for debugging | David Leonard | |
1999-08-19 | revert to spin waiting on mailboxes | David Leonard | |
1999-08-19 | extend debugging to 16-bit pio | David Leonard | |
1999-08-19 | -remove some more statics | David Leonard | |
-don't loop hoping for piggybacked interrupts if the card is ejected mid-read -tried padding the mbufs to see if that helps receive -put in structure for hardware header (contains signal strength I think) still not completely working, but things are happening | |||
1999-08-16 | Remove netbsd ifdefs. | Federico G. Schwindt | |
1999-08-16 | Only print revision if SMC_DEBUG is defined. Shorten dmesg output. | Federico G. Schwindt | |
1999-08-15 | i82586/96 MI stuff currently in 586 mode, tested on hppa; from netbsd i82586 | Michael Shalayeff | |
1999-08-15 | media information shows up in ifconfig -m, does not need to show up in dmesg | Theo de Raadt | |
1999-08-13 | well of course it is Ethernet... | Theo de Raadt | |
1999-08-13 | shutdown hook exists for the wrong reasons | Theo de Raadt | |
1999-08-08 | These all are backends for interfaces that can be attached late, whence | Niklas Hallqvist | |
ifinit can not set their ifq_maxlen, so do it ourselves. | |||
1999-08-08 | pasto from pccom.c | Niklas Hallqvist | |
1999-08-08 | revert function accidentally committed | Niklas Hallqvist | |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist | |
1999-08-08 | Fill in detach support in the i82365 driver; mostly netbsd, as was the | Niklas Hallqvist | |
former pcmcia commit. | |||
1999-08-06 | EEPROM_PNP was wrong | Theo de Raadt | |
1999-08-05 | ifdef/endif enclose debugging code | Jason Wright | |
1999-08-05 | mv isa/mpu401var.h ic/mpuvar.h | Theo de Raadt | |
1999-08-05 | Make IDE compile on alpha again: | Niklas Hallqvist | |
use b* instead of mem* functions, adhere to NISADMA for DMA support. | |||
1999-08-04 | new bus_dma API, match it | Niklas Hallqvist | |
1999-08-04 | Add new manifest constant for demand mode DMA; form NetBSD | Niklas Hallqvist | |
1999-08-04 | Driver for the 3c515 FastEtherlink ISA | Jason Wright | |
1999-07-30 | rename rl2->rln for sanity | David Leonard | |
1999-07-26 | Move over the ISA PnP support from pccom.c to com.c | Niklas Hallqvist | |
1999-07-26 | fix my last commit where I committed more than intended | Niklas Hallqvist | |
1999-07-26 | Remove obsolete detach code that has been dead for very long | Niklas Hallqvist | |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt | |